diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 11:39:29 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-16 11:39:29 +0000 |
commit | 05818ccdee3d3dbc4943774a9f01ce9ba79b8f31 (patch) | |
tree | 9cab8ccc5897c05fa169d9d457ff14766da5d487 | |
parent | 72f69fb5b30e3a0ba22cabb563971155da5e6f34 (diff) | |
download | numlock-05818ccdee3d3dbc4943774a9f01ce9ba79b8f31.tar numlock-05818ccdee3d3dbc4943774a9f01ce9ba79b8f31.tar.gz numlock-05818ccdee3d3dbc4943774a9f01ce9ba79b8f31.tar.bz2 numlock-05818ccdee3d3dbc4943774a9f01ce9ba79b8f31.tar.xz numlock-05818ccdee3d3dbc4943774a9f01ce9ba79b8f31.zip |
- really fix Copyright->License
- fix file permissions
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | numlock.spec | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -39,10 +39,12 @@ dis: find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused |xargs rm -rf tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION) bzip2 -9f ../$(NAME)-$(VERSION).tar + chmod 644 ../$(NAME)-$(VERSION).tar.bz2 rm -rf $(NAME)-$(VERSION) rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES + chmod 644 $(NAME).spec cp -f $(NAME).spec $(RPM)/SPECS/ -rpm -ba --clean --rmsource $(NAME).spec rm -f ../$(NAME)-$(VERSION).tar.bz2 diff --git a/numlock.spec b/numlock.spec index f3c0318..95b62df 100644 --- a/numlock.spec +++ b/numlock.spec @@ -9,7 +9,7 @@ Summary: Numlock key locker Name: %{name} Version: %{version} Release: %{release} -Copyright: GPL +License: GPL Group: System/Configuration/Boot and Init Source0: %{name}-%{version}.tar.bz2 BuildRequires: XFree86-devel |