]> git.pld-linux.org Git - packages/autorpm.git/commitdiff
- updated to 1.7.1,
authorkloczek <kloczek@pld-linux.org>
Sat, 30 Jan 1999 01:18:09 +0000 (01:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetic changes for common l&f.

Changed files:
    autorpm.spec -> 1.4

autorpm.spec

index e4780d9b33d975e8d6e96f9a2257c2224030973b..86a61bef8c916524fe0e68afbc319900e297ee96 100644 (file)
@@ -1,14 +1,17 @@
-Summary:     RPM Auto-Installer or FTP Mirrorer
-Summary(pl): RPM auto instalator i ftp moirror
-Name:        autorpm
-Version:     1.6.1
-Release:     2
-Copyright:   GPL
-Group:       Utilities/System
-Source:      ftp://ftp.kaybee.org/pub/linux/%{name}-%{version}.tar.gz
-URL:         http://www.kaybee.org/~kirk/html/linux.html
-Requires:    rpm, dialog, libnet, mailx
-BuildRoot:   /tmp/%{name}-%{version}-root
+Summary:       RPM Auto-Installer or FTP Mirrorer
+Summary(pl):   Auto instalator i ftp mirror pakietow rpm
+Name:          autorpm
+Version:       1.7.1
+Release:       1d
+Copyright:     GPL
+Group:         Utilities/System
+Source:                ftp://ftp.kaybee.org/pub/linux/%{name}-%{version}.tar.gz
+URL:           http://www.kaybee.org/~kirk/html/linux.html
+Requires:      rpm
+Requires:      dialog
+Requires:      libnet
+Requires:      mailx
+BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
 AutoRPM is a program that can do any combination of the following: mirror
@@ -35,7 +38,6 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{etc/cron.daily,usr/{man/man{5,8},sbin},var/spool/autorpm}
 
 install autorpm.pl $RPM_BUILD_ROOT/usr/sbin/autorpm
-
 install autorpm.conf $RPM_BUILD_ROOT/etc/autorpm.conf.sample
 
 install autorpm.conf.5 $RPM_BUILD_ROOT/usr/man/man5
@@ -43,19 +45,27 @@ install autorpm.8 $RPM_BUILD_ROOT/usr/man/man8
 
 ln -sf ../../usr/sbin/autorpm $RPM_BUILD_ROOT/etc/cron.daily/autorpm
 
+gzip -9nf $RPM_BUILD_ROOT/usr/man/man*/*
+bzip -9 README CHANGES CREDITS TODO
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(644, root, root, 755)
-%doc README CHANGES CREDITS TODO
+%defattr(644,root,root,755)
+%doc {README,CHANGES,CREDITS,TODO}.bz2
 %dir /var/spool/autorpm
-%attr(600, root, root) %config(missingok) /etc/autorpm.conf.sample
-%attr(750, root, root) /usr/sbin/autorpm
-%attr(644, root,  man) /usr/man/man[58]/*
-%attr(750, root, root) /etc/cron.daily/autorpm
+%attr(600,root,root) %config(missingok) /etc/autorpm.conf.sample
+%attr(750,root,root) /usr/sbin/autorpm
+%attr(644,root, man) /usr/man/man[58]/*
+%attr(750,root,root) /etc/cron.daily/autorpm
 
 %changelog
+* Wed Jan 26 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.7.1-1d]
+- added gzipping man pages,
+- added bzipping2 %doc,
+
 * Wed Nov 13 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.6.1-2]
 - added -q %setup parameter,
This page took 0.037144 seconds and 4 git commands to generate.