remove requirement for unexisting pkgconfig(iconv) [release 3.6.2-2mamba;Fri Dec 30 2022]
This commit is contained in:
parent
71e568ad8a
commit
c90cc28ed7
@ -1,6 +1,6 @@
|
||||
Name: libarchive
|
||||
Version: 3.6.1
|
||||
Release: 1mamba
|
||||
Version: 3.6.2
|
||||
Release: 2mamba
|
||||
Summary: Single library to read/write tar, cpio, pax, zip, iso9660, etc.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -79,6 +79,9 @@ autoreconf -f -i
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# Don't require unexisting pkgconfig(iconv)
|
||||
sed -i "s/iconv //" %{buildroot}%{_libdir}/pkgconfig/libarchive.pc
|
||||
|
||||
mv %{buildroot}%{_mandir}/man5/cpio.5 %{buildroot}%{_mandir}/man5/archive_cpio.5
|
||||
mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
|
||||
@ -97,7 +100,6 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
%defattr(-,root,root)
|
||||
%{_includedir}/archive_entry.h
|
||||
%{_includedir}/archive.h
|
||||
%{_libdir}/libarchive.la
|
||||
%{_libdir}/libarchive.so
|
||||
%{_libdir}/pkgconfig/libarchive.pc
|
||||
%{_mandir}/man3/*
|
||||
@ -116,6 +118,12 @@ mv %{buildroot}%{_mandir}/man5/tar.5 %{buildroot}%{_mandir}/man5/archive_tar.5
|
||||
%{_mandir}/man1/bsdtar.1*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 30 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6.2-2mamba
|
||||
- remove requirement for unexisting pkgconfig(iconv)
|
||||
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Apr 09 2022 Automatic Build System <autodist@mambasoft.it> 3.6.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user