]> git.pld-linux.org Git - packages/cpio.git/commitdiff
- adapterized.
authorkloczek <kloczek@pld-linux.org>
Sat, 23 Feb 2002 01:44:57 +0000 (01:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpio.spec -> 1.39

cpio.spec

index 16927ad930e0c83517ef686c13751ff3b1bd230a..4d23c35eb8678a36ee90209e16063f03de235f26 100644 (file)
--- a/cpio.spec
+++ b/cpio.spec
@@ -1,5 +1,5 @@
 Summary:       GNU cpio archiving program
-Summary(de):   GNU-cpio-Archivierungsprogramm 
+Summary(de):   GNU-cpio-Archivierungsprogramm
 Summary(es):   Programa de empaquetado cpio de la GNU (usado por el utilitario rpm)
 Summary(fr):   Programme d'archivage cpio de GNU
 Summary(pl):   Program archwizuj±cy na licencji GNU
@@ -46,8 +46,8 @@ machines with a different byte-order.
 %description -l de
 GNU cpio kopiert Dateien in oder aus einem CPIO- oder Tar-Archiv.
 Archive sind Dateien, die eine Sammlung anderer Dateien und
-informationen über sie, wie Dateiname, Besitzer, Zugriffszeiten und
--berechtigungen, enthalten. Das Archiv kann eine andere Datei auf
+informationen über sie, wie Dateiname, Besitzer, Zugriffszeiten
+und -berechtigungen, enthalten. Das Archiv kann eine andere Datei auf
 der Festplatte sein, oder ein Streamerband, oder ein pipe. GNU cpio
 unterstützt die archiv-Formate binary, old ASCII, new ASCII, crc, HPUX
 binary, HPUX old ASCII, old tar und POSIX.1 tar. Standardmäßig erzeugt
@@ -111,15 +111,15 @@ chmod -R a+Xr,u+Xw .
 
 %build
 autoconf
-%configure 
+%configure
 
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT 
-       
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
 gzip -9nf README
 
 %post
This page took 0.095581 seconds and 4 git commands to generate.