]> git.pld-linux.org Git - packages/libarchive.git/commitdiff
- up to 1.3.1 auto/th/libarchive-1_3_1-0_1
authortwittner <twittner@pld-linux.org>
Wed, 8 Nov 2006 22:22:25 +0000 (22:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added BR: e2fsprogs-devel
- added -CVE-2006-5680.patch agains entering in infinite
  loop in corrupt archives
- added bsdtar package (bsdtar is included now in libarchive
  sources)
- rel. 0.1 for testing

Changed files:
    libarchive.spec -> 1.5

libarchive.spec

index ef4f7b1402f64bc0c6b9b7862e2a03e9db94abeb..f10792dc5496b1423ec9a818ebc26673358c9a92 100644 (file)
@@ -5,16 +5,19 @@
 Summary:       Library to create and read several different archive formats
 Summary(pl):   Biblioteka do tworzenia i odczytu ró¿nych formatów archiwów
 Name:          libarchive
-Version:       1.2.37
-Release:       1
+Version:       1.3.1
+Release:       0.1
 License:       BSD
 Group:         Libraries
 Source0:       http://people.freebsd.org/~kientzle/libarchive/src/%{name}-%{version}.tar.gz
-# Source0-md5: c805505a06b5af5976a12c02351a76b9
+# Source0-md5: c618d26d680ace57fcd5f59cea3151c6
+Patch0:                %{name}-CVE-2006-5680.patch
+Patch1:                %{name}-man_progname.patch
 URL:           http://people.freebsd.org/~kientzle/libarchive/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bzip2-devel
+BuildRequires: e2fsprogs-devel
 BuildRequires: libtool
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -54,8 +57,22 @@ Static libarchive library.
 %description static -l pl
 Statyczna biblioteka libarchive.
 
+%package -n bsdtar
+Summary:       bsdtar - tar(1) implementation based on libarchive
+Summary(pl):   bsdtar - implementacja programu tar(1) oparta na libarchive
+Group:         Applications/Archiving
+Requires:      %{name} = %{version}-%{release}
+
+%description -n bsdtar
+bsdtar - tar(1) implementation based on libarchive.
+
+%description -n bsdtar -l pl
+bsdtar - implementacja programu tar(1), oparta na libarchive.
+
 %prep
 %setup -q
+%patch0 -p1
+%patch1 -p1
 
 %build
 %{__libtoolize}
@@ -95,3 +112,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %{_libdir}/libarchive.a
 %endif
+
+%files -n bsdtar
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/bsdtar
+%{_mandir}/man1/bsdtar.1*
This page took 0.346503 seconds and 4 git commands to generate.