rebuilt after usr merge [release 2.13-3mamba;Mon Apr 17 2023]
This commit is contained in:
parent
2550be22e1
commit
faa2b315de
22
cpio.spec
22
cpio.spec
@ -1,26 +1,24 @@
|
|||||||
Name: cpio
|
Name: cpio
|
||||||
Version: 2.13
|
Version: 2.13
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A GNU archiving program
|
Summary: A GNU archiving program
|
||||||
Group: Applications/Archiving
|
Group: Applications/Archiving
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnu.org/software/cpio/
|
URL: http://www.gnu.org/software/cpio/
|
||||||
Source: http://ftp.gnu.org/pub/gnu/cpio/%{name}-%{version}.tar.gz
|
Source: http://ftp.gnu.org/pub/gnu/cpio/%{name}-%{version}.tar.gz
|
||||||
Patch: %{name}-2.9-cve_2007_4476.patch
|
Patch: %{name}-2.9-cve_2007_4476.patch
|
||||||
Patch1: %{name}-2.10-mt.patch
|
Patch1: %{name}-2.10-mt.patch
|
||||||
Patch2: %{name}-2.11-fix-x86_64-cross-build.patch
|
Patch2: %{name}-2.11-fix-x86_64-cross-build.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires(post):%{__install_info}
|
|
||||||
BuildRequires: /sbin/rmt
|
|
||||||
BuildRequires: gettext-devel
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: bash
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: texinfo
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRequires: /usr/sbin/rmt
|
||||||
|
BuildRequires: gettext-devel
|
||||||
|
Requires(post):%{__install_info}
|
||||||
|
Provides: /bin/cpio
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU cpio copies files into or out of a cpio or tar archive.
|
GNU cpio copies files into or out of a cpio or tar archive.
|
||||||
@ -55,13 +53,14 @@ CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURC
|
|||||||
--disable-rpath
|
--disable-rpath
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%if "%{_host}" == "%{_build}"
|
%if "%{_host}" == "%{_build}"
|
||||||
%make check
|
%make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeoldinstall bindir=%{buildroot}/bin
|
%makeoldinstall
|
||||||
|
|
||||||
%{find_lang} %{name}
|
%{find_lang} %{name}
|
||||||
|
|
||||||
@ -78,7 +77,7 @@ exit 0
|
|||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/bin/cpio
|
%{_bindir}/cpio
|
||||||
#/bin/mt
|
#/bin/mt
|
||||||
%{_infodir}/cpio.*
|
%{_infodir}/cpio.*
|
||||||
%{_mandir}/man1/cpio.*
|
%{_mandir}/man1/cpio.*
|
||||||
@ -86,6 +85,9 @@ exit 0
|
|||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-3mamba
|
||||||
|
- rebuilt after usr merge
|
||||||
|
|
||||||
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-2mamba
|
* Sun Dec 06 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13-2mamba
|
||||||
- rebuilt with debug package and gcc 10 build fix
|
- rebuilt with debug package and gcc 10 build fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user