From ba2e8d039bc53e80ac9ea8ee6415b8277c9e3796 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 15 Aug 2013 18:47:36 -0400 Subject: [PATCH] Update to 3.1.2 --- packaging/libarchive.changes | 4 ++++ packaging/libarchive.spec | 24 ++++++++++++++++-------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/packaging/libarchive.changes b/packaging/libarchive.changes index e3e4990..b5ddbd3 100644 --- a/packaging/libarchive.changes +++ b/packaging/libarchive.changes @@ -1,3 +1,7 @@ +* Thu Aug 15 2013 Anas Nashif upstream/3.1.2@a174a74 +- Update to 3.1.2 +- resetting manifest requested domain to floor + * Sat May 11 2013 Anas Nashif submit/tizen/20130509.180935@3180c2c - Set license using %license diff --git a/packaging/libarchive.spec b/packaging/libarchive.spec index 5c749f4..1a7cc06 100644 --- a/packaging/libarchive.spec +++ b/packaging/libarchive.spec @@ -1,7 +1,7 @@ Name: libarchive -Version: 2.8.3 -Release: 1 -License: BSD +Version: 3.1.2 +Release: 0 +License: BSD-2-Clause Summary: A library for handling streaming archive formats Url: http://code.google.com/p/libarchive/ Group: System/Libraries @@ -26,9 +26,15 @@ streaming archive formats, including most popular tar variants, several cpio formats, and both BSD and GNU ar variants. It can also write shar archives and read ISO9660 CDROM images and ZIP archives. +%package tools +Summary: Tools based on %{name} +Requires: %{name} = %{version} + +%description tools +Tools based on %{name}. + %package devel Summary: Development files for %{name} -Group: Development/Libraries Requires: %{name} = %{version} %description devel @@ -41,10 +47,8 @@ cp %{SOURCE1001} . %build -%configure --disable-static \ - --disable-bsdtar \ - --disable-bsdcpio - +%global optflags %{optflags} -D_REENTRANT -pipe +%configure --disable-static --enable-bsdcpio make %{?_smp_mflags} %install @@ -73,3 +77,7 @@ find %{buildroot} -name tar.5 -exec rm -f {} ';' %{_libdir}/*.so %{_libdir}/pkgconfig/* +%files tools +%{_bindir}/bsdcpio +%{_bindir}/bsdtar + -- 2.7.4