]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- compiled on rpm 3
authorArtur Frysiak <artur@frysiak.net>
Thu, 22 Apr 1999 01:11:53 +0000 (01:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gzipped docs

Changed files:
    cpio.spec -> 1.8

cpio.spec

index 30f8c3f82806bb59f19da96c8bc96ca69bb00cd9..1e5f364aac995c674df9f8d3f4a007b9d8c1acec 100644 (file)
--- a/cpio.spec
+++ b/cpio.spec
@@ -5,7 +5,7 @@ Summary(pl):    Program archwizuj
 Summary(tr):   GNU cpio arþivleme programý
 Name:          cpio
 Version:       2.4.2
-Release:       12
+Release:       13
 Copyright:     GPL
 Group:         Utilities/Archiving
 Group(pl):     Narzêdzia/Archiwizacja
@@ -17,7 +17,6 @@ Patch3:               cpio-info.patch
 Patch4:                cpio-glibc21.patch
 Prereq:                /sbin/install-info
 Buildroot:     /tmp/%{name}-%{version}-root
-Conflicts:     glibc <= 2.0.7
 
 %description
 cpio copies files into or out of a cpio or tar archive, which is a
@@ -78,7 +77,8 @@ make install \
        bindir=$RPM_BUILD_ROOT/bin \
        libexecdir=$RPM_BUILD_ROOT/sbin
        
-gzip -9nf $RPM_BUILD_ROOT/usr/{info/cpio*,man/man1/*}
+gzip -9nf $RPM_BUILD_ROOT/usr/{info/cpio*,man/man1/*} \
+       README
 
 %post
 /sbin/install-info /usr/info/cpio.info.gz /etc/info-dir
@@ -93,12 +93,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README
+%doc README.gz
 %attr(755,root,root) /bin/cpio
 /usr/info/cpio*
 /usr/man/man1/*
 
 %changelog
+* Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
+  [2.4.2-13]
+- compiled on rpm 3
+- gzipped docs
+
 * Thu Mar 11 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [2.4.2-12]
 - added "Conflicts: glibc <= 2.0.7" for installing cpio in proper enviroment,
This page took 0.082749 seconds and 4 git commands to generate.