]> git.pld-linux.org Git - packages/alien.git/commitdiff
- spec adapterized and added using rpm automation (do not compress man alien-7_13-1
authorkloczek <kloczek@pld-linux.org>
Wed, 3 Jan 2001 19:11:12 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  pages).

Changed files:
    alien.spec -> 1.13

alien.spec

index c998df6a60ca42b75fa1029fe92987afadc6c1ca..c778725c7496e920b46cb1852d9c0915eb68a14c 100644 (file)
@@ -5,8 +5,9 @@ Name:           alien
 Version:       7.13
 Release:       1
 License:       GPL
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 Source0:       http://kitenet.net/programs/code/alien/%{name}_%{version}.tar.gz
 Patch0:                %{name}-DESTDIR.patch
 URL:           http://kitenet.net/programs/code/alien/
@@ -44,10 +45,11 @@ install -d $RPM_BUILD_ROOT/{%{perl_archlib},%{perl_sitelib},%{perl_sitearch}} \
        $RPM_BUILD_ROOT%{_mandir}/man{1,3}
        
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
+
 install blib/man1/* $RPM_BUILD_ROOT%{_mandir}/man1
 install blib/man3/* $RPM_BUILD_ROOT%{_mandir}/man3
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* README
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.094041 seconds and 4 git commands to generate.