diff options
-rw-r--r-- | rootfiles.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rootfiles.spec b/rootfiles.spec index 39404fb..e4c1fe2 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -7,11 +7,11 @@ Name: rootfiles # MODIFY IN THE CVS !! Version: %{version} Release: %{release} -License: Public domain +License: Public Domain Group: System/Base Packager: David BAUDENS <baudens@mandrakesoft.com> -Source: %name.tar.bz2 +Source: %name-%version.tar.bz2 BuildRoot: %_tmppath/%name-%version-%release-root BuildArchitectures: noarch @@ -23,7 +23,7 @@ as the files found in the etcskel package, which are placed in regular users' home directories. %prep -%setup -q -n %name +%setup -q %install rm -rf $RPM_BUILD_ROOT |