packages: libarchive/libarchive.spec - updated to 3.0.2 (note: new soname) ...

qboosh qboosh at pld-linux.org
Mon Jan 2 17:23:46 CET 2012


Author: qboosh                       Date: Mon Jan  2 16:23:46 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 3.0.2 (note: new soname)
- nettle is now prefered over openssl and covers md5 (instead of libmd5; upstream change)
- build bsdcpio and bsdtar dynamically linked with libarchive even if libarchive.a is built

---- Files affected:
packages/libarchive:
   libarchive.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: packages/libarchive/libarchive.spec
diff -u packages/libarchive/libarchive.spec:1.27 packages/libarchive/libarchive.spec:1.28
--- packages/libarchive/libarchive.spec:1.27	Mon Sep  5 23:03:40 2011
+++ packages/libarchive/libarchive.spec	Mon Jan  2 17:23:40 2012
@@ -6,26 +6,25 @@
 Summary:	Library to create and read several different archive formats
 Summary(pl.UTF-8):	Biblioteka do tworzenia i odczytu różnych formatów archiwów
 Name:		libarchive
-Version:	2.8.5
+Version:	3.0.2
 Release:	1
 License:	BSD
 Group:		Libraries
 #Source0Download: http://code.google.com/p/libarchive/downloads/list
 Source0:	http://libarchive.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5:	9caf51dcf6213e9c9f5a1c27448b9c90
+# Source0-md5:	4df33cb107c9702c80473e0794ddf833
 Patch0:		%{name}-man_progname.patch
 URL:		http://people.freebsd.org/~kientzle/libarchive/
 BuildRequires:	acl-devel
 BuildRequires:	attr-devel
-#BuildRequires:	autoconf >= 2.50
+#BuildRequires:	autoconf >= 2.65
 #BuildRequires:	automake
 BuildRequires:	bzip2-devel
 # for <ext2fs/ext2_fs.h>
 BuildRequires:	e2fsprogs-devel
-BuildRequires:	libmd5-devel
 #BuildRequires:	libtool
 BuildRequires:	libxml2-devel
-BuildRequires:	openssl-devel
+BuildRequires:	nettle-devel
 BuildRequires:	xz-devel
 BuildRequires:	zlib-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -50,7 +49,7 @@
 Requires:	attr-devel
 Requires:	bzip2-devel
 Requires:	libxml2-devel
-Requires:	openssl-devel
+Requires:	nettle-devel
 Requires:	xz-devel
 Requires:	zlib-devel
 
@@ -107,6 +106,8 @@
 #%%{__autoheader}
 #%%{__automake}
 %configure \
+	--enable-bsdcpio=shared \
+	--enable-bsdtar=shared \
 	--enable-static%{!?with_static_libs:=no}
 %{__make} -j1
 
@@ -124,7 +125,7 @@
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libarchive.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libarchive.so.2
+%attr(755,root,root) %ghost %{_libdir}/libarchive.so.12
 
 %files devel
 %defattr(644,root,root,755)
@@ -162,6 +163,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2012/01/02 16:23:40  qboosh
+- updated to 3.0.2 (note: new soname)
+- nettle is now prefered over openssl and covers md5 (instead of libmd5; upstream change)
+- build bsdcpio and bsdtar dynamically linked with libarchive even if libarchive.a is built
+
 Revision 1.27  2011/09/05 21:03:40  kiesiu
 - updated to 2.8.5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libarchive/libarchive.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list