commit 7458d87c1f86ee8320a9c6ab2eb94e655b2a205c
Author: Jakub Bogusz <[email protected]>
Date:   Thu Mar 30 05:41:48 2017 +0200

    - updated to 3.3.1
    - drop .la file

 libarchive.spec | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/libarchive.spec b/libarchive.spec
index 8e8728b..1c3e16e 100644
--- a/libarchive.spec
+++ b/libarchive.spec
@@ -5,12 +5,12 @@
 Summary:       Multi-format archive and compression library
 Summary(pl.UTF-8):     Biblioteka do archiwizacji i kompresji w wielu formatach
 Name:          libarchive
-Version:       3.2.2
+Version:       3.3.1
 Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5: 1ec00b7dcaf969dd2a5712f85f23c764
+# Source0-md5: d2af45480aa5b0db5b5f3919cd0ea65e
 Patch0:                %{name}-man_progname.patch
 URL:           http://www.libarchive.org/
 BuildRequires: acl-devel
@@ -120,12 +120,15 @@ bsdtar - implementacja programu tar(1), oparta na 
libarchive.
 
 %build
 CPPFLAGS="%{rpmcppflags} -I/usr/include/lz4"
+# disable openssl, nettle has all necessary functionality
 %configure \
        --disable-silent-rules \
        --enable-bsdcat=shared \
        --enable-bsdcpio=shared \
        --enable-bsdtar=shared \
-       --enable-static%{!?with_static_libs:=no}
+       --enable-static%{!?with_static_libs:=no} \
+       --with-lzo2 \
+       --without-openssl
 %{__make} -j1
 
 %install
@@ -133,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libarchive.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -148,7 +154,6 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libarchive.so
-%{_libdir}/libarchive.la
 %{_includedir}/archive*.h
 %{_mandir}/man3/archive_*.3*
 %{_mandir}/man3/libarchive.3*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libarchive.git/commitdiff/7458d87c1f86ee8320a9c6ab2eb94e655b2a205c

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to