]> git.pld-linux.org Git - packages/libarchive.git/blobdiff - libarchive.spec
- release 3 (by relup.sh)
[packages/libarchive.git] / libarchive.spec
index 1636b69fb12c4e0bfd57537be76f9100bce744d5..3c488a1e223c27e124ce9ab39d1cefc12dfed1a0 100644 (file)
@@ -1,12 +1,12 @@
 #
 # 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.1.2
-Release:       2
+Release:       3
 License:       BSD
 Group:         Libraries
 Source0:       http://www.libarchive.org/downloads/%{name}-%{version}.tar.gz
@@ -15,12 +15,9 @@ Patch0:              %{name}-man_progname.patch
 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
@@ -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,11 +103,6 @@ bsdtar - implementacja programu tar(1), oparta na libarchive.
 %patch0 -p1
 
 %build
-#%%{__libtoolize}
-#%%{__aclocal}
-#%%{__autoconf}
-#%%{__autoheader}
-#%%{__automake}
 %configure \
        --disable-silent-rules \
        --enable-bsdcpio=shared \
@@ -124,6 +123,7 @@ 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.13
 
This page took 0.072759 seconds and 4 git commands to generate.