+* 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
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
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
%build
-%configure --disable-static \
- --disable-bsdtar \
- --disable-bsdcpio
-
+%global optflags %{optflags} -D_REENTRANT -pipe
+%configure --disable-static --enable-bsdcpio
make %{?_smp_mflags}
%install
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
+%files tools
+%{_bindir}/bsdcpio
+%{_bindir}/bsdtar
+