rebuilt with debug package and gcc 10 build fix [release 2.13-2mamba;Sun Dec 06 2020]
This commit is contained in:
parent
3ee487c7f6
commit
2550be22e1
12
cpio.spec
12
cpio.spec
@ -1,6 +1,6 @@
|
|||||||
Name: cpio
|
Name: cpio
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A GNU archiving program
|
Summary: A GNU archiving program
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -35,12 +35,16 @@ The tar format is provided for compatability with the tar program.
|
|||||||
By default, cpio creates binary format archives, for compatibility with older cpio programs.
|
By default, cpio creates binary format archives, for compatibility with older cpio programs.
|
||||||
When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order.
|
When extracting from archives, cpio automatically recognizes which kind of archive it is reading and can read archives created on machines with a different byte-order.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# gcc 10 fix
|
||||||
|
sed -i '/The name/,+2 d' src/global.c
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf
|
|
||||||
# NOTE: there no configure test for LSTAT (hard link bug) and SETLOCALE,
|
# NOTE: there no configure test for LSTAT (hard link bug) and SETLOCALE,
|
||||||
# but the variables are used in 'lib/system.h'
|
# but the variables are used in 'lib/system.h'
|
||||||
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" \
|
CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" \
|
||||||
@ -80,9 +84,11 @@ exit 0
|
|||||||
%{_mandir}/man1/cpio.*
|
%{_mandir}/man1/cpio.*
|
||||||
#%{_mandir}/man1/mt.*
|
#%{_mandir}/man1/mt.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#ChangeLog NEWS README THANKS TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-2mamba
|
||||||
|
- rebuilt with debug package and gcc 10 build fix
|
||||||
|
|
||||||
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 2.13-1mamba
|
* Sat Nov 09 2019 Automatic Build System <autodist@mambasoft.it> 2.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user