]> git.pld-linux.org Git - packages/libarchive.git/blobdiff - libarchive.spec
- release 3 (by relup.sh)
[packages/libarchive.git] / libarchive.spec
index 39ba309c08ad845d3f58ee6a00728666d139dd00..3c488a1e223c27e124ce9ab39d1cefc12dfed1a0 100644 (file)
@@ -1,28 +1,25 @@
 #
 # Conditional build:
 %bcond_without static_libs # don't build static libraries
-#
-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
+
+Summary:       Multi-format archive and compression library
+Summary(pl.UTF-8):     Biblioteka do archiwizacji i kompresji w wielu formatach
 Name:          libarchive
-Version:       3.0.2
-Release:       1
+Version:       3.1.2
+Release:       3
 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: 4df33cb107c9702c80473e0794ddf833
+Source0:       http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
+# Source0-md5: efad5a503f66329bb9d2f4308b5de98a
 Patch0:                %{name}-man_progname.patch
-URL:           http://people.freebsd.org/~kientzle/libarchive/
+URL:           http://www.libarchive.org/
 BuildRequires: acl-devel
 BuildRequires: attr-devel
-#BuildRequires:        autoconf >= 2.65
-#BuildRequires:        automake
 BuildRequires: bzip2-devel
 # for <ext2fs/ext2_fs.h>
 BuildRequires: e2fsprogs-devel
-#BuildRequires:        libtool
 BuildRequires: libxml2-devel
+BuildRequires: lzo-devel >= 2
 BuildRequires: nettle-devel
 BuildRequires: xz-devel
 BuildRequires: zlib-devel
@@ -31,13 +28,20 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %description
 Libarchive is a programming library that can create and read several
 different streaming archive formats, including most popular TAR
-variants and several CPIO formats. It can also write SHAR archives.
+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.
+
+See README for complete format support.
 
 %description -l pl.UTF-8
-Libarchive jest biblioteką służacą to tworzenia i odczytu wielu
-różnych strumieniowych formatów archiwów, włączając w to popularne
-odmiany TAR oraz wiele formatów CPIO. Biblioteka ta potrafi także
-zapisywać archiwa SHAR.
+Libarchive to biblioteka potrafiąca tworzyć i odczytywać kilka różnych
+formatów archiwów strumieniowych, w tym najbardziej popularne warianty
+archiwów TAR, kilka formatów CPIO oraz warianty BSD oraz GNU archiwów
+ar. Potrafi także zapisywać archiwa SHAR oraz odczytywać obrazy CDROM
+ISO9660 i archiwa ZIP.
+
+Pełny wykaz obsługiwanych formatów znajduje się w pliku README.
 
 %package devel
 Summary:       Header files for libarchive library
@@ -99,12 +103,8 @@ bsdtar - implementacja programu tar(1), oparta na libarchive.
 %patch0 -p1
 
 %build
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
 %configure \
+       --disable-silent-rules \
        --enable-bsdcpio=shared \
        --enable-bsdtar=shared \
        --enable-static%{!?with_static_libs:=no}
@@ -123,8 +123,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc README NEWS COPYING
 %attr(755,root,root) %{_libdir}/libarchive.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libarchive.so.12
+%attr(755,root,root) %ghost %{_libdir}/libarchive.so.13
 
 %files devel
 %defattr(644,root,root,755)
@@ -133,6 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/archive*.h
 %{_mandir}/man3/archive_*.3*
 %{_mandir}/man3/libarchive.3*
+%{_mandir}/man3/libarchive_changes.3*
 %{_mandir}/man3/libarchive_internals.3*
 %{_mandir}/man5/libarchive-formats.5*
 %{_mandir}/man5/cpio.5*
This page took 0.066607 seconds and 4 git commands to generate.