Updating link to change in openSUSE:Factory/cpio revision 22.0
OBS-URL: https://build.opensuse.org/package/show/Archiving/cpio?expand=0&rev=a66f6349d9562dd4359605714db81327
This commit is contained in:
parent
5ef6d7264e
commit
e645699a2d
@ -1,11 +0,0 @@
|
|||||||
--- src/tar.c
|
|
||||||
+++ src/tar.c
|
|
||||||
@@ -217,7 +217,7 @@
|
|
||||||
char *name;
|
|
||||||
|
|
||||||
strncpy (tar_hdr->magic, TMAGIC, TMAGLEN);
|
|
||||||
- strncpy (tar_hdr->magic + TMAGLEN, TVERSION, TVERSLEN);
|
|
||||||
+ strncpy (tar_hdr->version, TVERSION, TVERSLEN);
|
|
||||||
|
|
||||||
name = getuser (file_hdr->c_uid);
|
|
||||||
if (name)
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 26 11:51:46 CET 2009 - jengelh@medozas.de
|
||||||
|
|
||||||
|
- enable parallel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 3 19:09:11 UTC 2009 - coolo@novell.com
|
Tue Nov 3 19:09:11 UTC 2009 - coolo@novell.com
|
||||||
|
|
||||||
@ -334,14 +339,14 @@ Tue Sep 1 11:52:58 MEST 1998 - ro@suse.de
|
|||||||
|
|
||||||
- fixed strdup-macro problem
|
- fixed strdup-macro problem
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
|
Thu Jun 5 11:08:05 MEST 1997 - florian@suse.de
|
||||||
|
|
||||||
|
|
||||||
- go through the list of regex in a more suitable way (from ma@suse.de)
|
- go through the list of regex in a more suitable way (from ma@suse.de)
|
||||||
|
|
||||||
|
|
||||||
----------------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
|
Sun Apr 13 23:04:29 MEST 1997 - florian@suse.de
|
||||||
|
|
||||||
|
|
||||||
|
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
Name: cpio
|
Name: cpio
|
||||||
Url: http://www.gnu.org/software/cpio/cpio.html
|
Url: http://www.gnu.org/software/cpio/cpio.html
|
||||||
License: GPL v3 only
|
License: GPLv3
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.10
|
Version: 2.10
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: A Backup and Archiving Utility
|
Summary: A Backup and Archiving Utility
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch2: %{name}-%{version}-use_new_ascii_format.patch
|
Patch2: %{name}-%{version}-use_new_ascii_format.patch
|
||||||
@ -95,7 +95,7 @@ CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" \
|
|||||||
--mandir=%{_mandir} \
|
--mandir=%{_mandir} \
|
||||||
--infodir=%{_infodir} \
|
--infodir=%{_infodir} \
|
||||||
--libdir=%{_libdir}
|
--libdir=%{_libdir}
|
||||||
make
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT/{usr/bin,bin}
|
mkdir -p $RPM_BUILD_ROOT/{usr/bin,bin}
|
||||||
|
Loading…
Reference in New Issue
Block a user