diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | mandrake_desk.spec | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,6 @@ 2000-04-05 Chmouel Boudjnah <chmouel@mandrakesoft.com> + * Makefile: correct dis and rpm target. * window-managers: fix blakbox with last blackbox package. 2000-02-02 Chmouel Boudjnah <chmouel@mandrakesoft.com> @@ -53,6 +53,9 @@ dis: rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES + cp -f special/mandrake-small.xpm $(RPM)/SOURCES/ cp -f $(NAME).spec $(RPM)/SPECS/ -rpm -ba --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 + rm -f $(RPM)/SOURCES/mandrake-small.xpm + rm -f $(RPM)/SPECS/$(NAME).spec diff --git a/mandrake_desk.spec b/mandrake_desk.spec index 3585626..72797e1 100644 --- a/mandrake_desk.spec +++ b/mandrake_desk.spec @@ -1,6 +1,6 @@ -%define version 1.0.2 %define release 1mdk %define name mandrake_desk +%define version 1.0.2 Summary: The Desktop configuration files for Linux Mandrake. Name: %{name} |