]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- release 22, cpio-2_4_2-22
authorkloczek <kloczek@pld-linux.org>
Wed, 25 Oct 2000 05:35:43 +0000 (05:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added man patch wit beter -c option description (patch from RH),
- use new rpm automation.

Changed files:
    cpio.spec -> 1.30

cpio.spec

index 19bd1e201432d2fbb487f3ed203ea2418dfa1c1e..07c768a4654135376ad5f55107017d7004174b3e 100644 (file)
--- a/cpio.spec
+++ b/cpio.spec
@@ -5,10 +5,11 @@ Summary(pl):  Program archwizuj
 Summary(tr):   GNU cpio arþivleme programý
 Name:          cpio
 Version:       2.4.2
-Release:       21
+Release:       22
 License:       GPL
-Group:         Utilities/Archiving
-Group(pl):     Narzêdzia/Archiwizacja
+Group:         Applications/Archiving
+Group(de):     Applikationen/Archivierung
+Group(pl):     Aplikacje/Archiwizacja
 Source0:       ftp://prep.ai.mit.edu/pub/gnu/cpio/%{name}-%{version}.tar.gz
 Patch0:                %{name}-glibc.patch
 Patch1:                %{name}-mtime.patch
@@ -21,6 +22,7 @@ Patch7:               %{name}-stdout.patch
 Patch8:                %{name}-emptylink.patch
 Patch9:                %{name}-errorcode.patch
 Patch10:       %{name}-gethostname_is_in_libc_aka_no_libnsl.patch
+Patch11:       %{name}-man.patch
 BuildRequires: autoconf
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -86,11 +88,11 @@ teyp veya bir pipe olabilir.
 %patch8 -p1
 %patch9 -p1
 %patch10 -p1
+%patch11 -p1
 chmod -R a+Xr,u+Xw .
 
 %build
 autoconf
-LDFLAGS="-s"; export LDFLAGS 
 %configure 
 
 %{__make}
@@ -100,8 +102,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT 
        
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/cpio*,%{_mandir}/man1/*} \
-       README
+gzip -9nf README
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
This page took 0.08937 seconds and 4 git commands to generate.