]> git.pld-linux.org Git - packages/freshrpms.git/commitdiff
- spec adapterized, RA-1_0 STABLE freshrpms-0_7_4-5
authorkloczek <kloczek@pld-linux.org>
Mon, 19 Mar 2001 13:00:42 +0000 (13:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- do not compress man pages.

Changed files:
    freshrpms.spec -> 1.10

freshrpms.spec

index 95ae2f7167f453c92971101dc13336033532e15a..31e49d09193cd4a4bcfbaf8e613a41e9ee7f8f5b 100644 (file)
@@ -3,9 +3,10 @@ Summary(pl):   
 Name:          freshrpms
 Version:       0.7.4
 Release:       5
 Name:          freshrpms
 Version:       0.7.4
 Release:       5
-Copyright:     distributable
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
+License:       Distributable
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 Source0:       ftp://ftp.cs.tu-berlin.de/pub/local/flp/lutzeb/software/freshrpms/%{name}.tar.gz
 Requires:      perl-libnet
 Requires:      perl >= 5.004
 Source0:       ftp://ftp.cs.tu-berlin.de/pub/local/flp/lutzeb/software/freshrpms/%{name}.tar.gz
 Requires:      perl-libnet
 Requires:      perl >= 5.004
@@ -45,16 +46,16 @@ chmod u+w .
 install freshrpms $RPM_BUILD_ROOT%{_bindir}/freshrpms
 install freshrpms.conf $RPM_BUILD_ROOT%{_sysconfdir}/freshrpms.conf
 
 install freshrpms $RPM_BUILD_ROOT%{_bindir}/freshrpms
 install freshrpms.conf $RPM_BUILD_ROOT%{_sysconfdir}/freshrpms.conf
 
-gzip -9nf {README,freshrpms.1}
+install freshrpms.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 
 
-install freshrpms.1.gz $RPM_BUILD_ROOT%{_mandir}/man1/freshrpms.1.gz
+gzip -9nf README
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
+%doc *.gz
 %config %{_sysconfdir}/freshrpms.conf
 %attr(755,root,root) %{_bindir}/freshrpms
 %config %{_sysconfdir}/freshrpms.conf
 %attr(755,root,root) %{_bindir}/freshrpms
-%{_mandir}/man1/freshrpms.1.gz
+%{_mandir}/man1/freshrpms.1*
This page took 0.047975 seconds and 4 git commands to generate.