Update to 3.1.2 15/8315/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0.m2_base accepted/tizen_3.0_base accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_generic accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.2015.q2_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0.m1_mobile tizen_3.0.m1_tv tizen_3.0.m2_base tizen_3.0_base tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130912.094127 accepted/tizen/20130912.095736 accepted/tizen/20130912.112056 accepted/tizen/20130912.145837 accepted/tizen/20130912.191807 accepted/tizen/20130912.195909 accepted/tizen/3.0.m2/base/20170104.082042 accepted/tizen/3.0/base/20161028.103017 accepted/tizen/base/20151223.052323 accepted/tizen/ivi/genivi/20140131.022902 ivi_oct_m2 submit/tizen/20130816.115005 submit/tizen/20130912.075929 submit/tizen/20130912.090237 submit/tizen_3.0.m2_base/20170104.073748 submit/tizen_3.0_base/20161028.062323 submit/tizen_base/20151223.111112 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 submit/tizen_ivi_genivi/20140131.023255 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release tizen_3.0_ivi_release tizen_4.0.m1_release
authorAnas Nashif <anas.nashif@intel.com>
Thu, 15 Aug 2013 22:47:36 +0000 (18:47 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Thu, 15 Aug 2013 22:56:22 +0000 (18:56 -0400)
packaging/libarchive.changes
packaging/libarchive.spec

index e3e4990..b5ddbd3 100644 (file)
@@ -1,3 +1,7 @@
+* Thu Aug 15 2013 Anas Nashif <anas.nashif@intel.com> upstream/3.1.2@a174a74
+- Update to 3.1.2
+- resetting manifest requested domain to floor
+
 * Sat May 11 2013 Anas Nashif <anas.nashif@intel.com> submit/tizen/20130509.180935@3180c2c
 - Set license using %license
 
index 5c749f4..1a7cc06 100644 (file)
@@ -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
+