]> git.pld-linux.org Git - packages/bzip2.git/blobdiff - bzip2.spec
- release 2,
[packages/bzip2.git] / bzip2.spec
index c4007714cbbb379bb2f419742714f976f769b179..8e301338629276cd8d4240eebb6ba13edebc0128 100644 (file)
@@ -1,10 +1,12 @@
 Summary:       Extremely powerful file compression utility
+Summary(fr):   Utilitaire de compression de fichier extrêmement puissant
 Summary(pl):   Kompresor plików bzip2
 Name:          bzip2
-Version:       0.9.0c
-Release:       5
-Copyright:     GPL
+Version:       0.9.5d
+Release:       2
+License:       GPL
 Group:         Utilities/Archiving
+Group(fr):     Applications/Archivage
 Group(pl):     Narzêdzia/Archiwizacja
 Source:                http://www.digistar.com/bzip2/%{name}-%{version}.tar.gz
 Patch:         bzip2-shlib.patch
@@ -12,26 +14,33 @@ URL:                http://www.muraroa.demon.co.uk/
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
-Bzip2  compresses  files  using the Burrows-Wheeler block-sorting text
+Bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding. Compression is generally
 considerably better than that achieved by more conventional LZ77/LZ78-based
-compressors, and approaches the performance of the PPM family of statistical
-compressors.
+compressors, and approaches the performance of the PPM family of
+statistical compressors. The command-line options are deliberately very
+similar to those of GNU Gzip, but they are not identical.
 
-The command-line options are deliberately very similar to those of GNU Gzip,
-but they are not identical.
+%description -l fr
+Bzip2 compresse des fichiers en utilisant l'algorithme de compression en
+tri de blocks de texte Burrows-Wheeler, et le codage Huffman. La
+compression est considérablement meilleure que celle effectuée par les plus
+conventionels compresseurs basés sur LZ77/LZ78, et approche la performance
+de la famille PPM de compresseurs statistiques.
 
 %description -l pl
-Kompresor bzip2 u¿ywa algorytmu Burrows-Wheelera do kompresji danych i metody 
-Huffmana do ich kodowania. Kompresja pliku czy archiwum tar jest z regu³y 
-lepsza ni¿ w przypadku stosowania klasycznych kompresorów LZ77/LZ78. 
-Opcje linii poleceñ s± bardzo podobne do poleceñ GNU Gzip ale nie s± 
-identyczne.
+Kompresor bzip2 u¿ywa algorytmu Burrows-Wheelera do kompresji danych i
+metody Huffmana do ich kodowania. Kompresja pliku czy archiwum tar jest z
+regu³y lepsza ni¿ w przypadku stosowania klasycznych kompresorów
+LZ77/LZ78. Opcje linii poleceñ s± bardzo podobne do poleceñ GNU Gzip ale
+nie s± identyczne.
 
-%package       devel
+%package devel
 Summary:       Libbz2 library header files
+Summary(fr):   Librairie statique et fichiers d'en-tête pour bzip2
 Summary(pl):   Pliki nag³ówkowe do libbz2
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name} = %{version}
 
@@ -41,10 +50,11 @@ Libbz2 library header files
 %description -l pl devel
 Pliki nag³ówkowe do libbz2.
 
-%package       static
+%package static
 Summary:       Static libbz2 library
 Summary(pl):   Biblioteka statyczna libbz2
 Group:         Development/Libraries
+Group(fr):     Development/Librairies
 Group(pl):     Programowanie/Biblioteki
 Requires:      %{name}-devel = %{version}
 
@@ -55,7 +65,7 @@ Static libbz2 library.
 Biblioteka statyczna libbz2.
 
 %prep
-%setup -q 
+%setup -q
 %patch -p1
 
 %build
@@ -83,7 +93,7 @@ cat > $RPM_BUILD_ROOT%{_bindir}/bzless <<EOF
 EOF
 
 install lib*so.*.* lib*.a $RPM_BUILD_ROOT%{_libdir}
-ln -sf libbz2.so.0.9.0 $RPM_BUILD_ROOT%{_libdir}/libbz2.so
+ln -sf libbz2.so.0.9.5 $RPM_BUILD_ROOT%{_libdir}/libbz2.so
 
 strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*so.*.*
 
@@ -97,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 
@@ -108,37 +118,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*.h
 
 %files static
-%defattr(644,root,root,755) 
+%defattr(644,root,root,755)
 %{_libdir}/lib*.a
-
-%changelog
-* Sun Mar 14 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.9.0c-2]
-- added build a shared libbz2.so,
-- added devel and static subpackage,
-- gzipping man pages instead bzipping2,
-- removed man group from man pages.
-
-* Fri Jan 15 1999 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [0.9.0c-1d]
-- added Group(pl),
-- added static bzip2 library,
-- added symlink bzcat,
-- fixed man pages,
-- compressed man pages with bzip2 (bzip2 must by instaled in system ;)
-
-* Mon Oct 05 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [0.9.0-1d]
-- updated to 0.9.0b. 
-
-* Thu Sep 24 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [0.1pl2-2d]
-- translation modified for pl,
-- install -d instead mkdir -p,
-- added %defattr support,
-- fixed files permissions,
-- minor modifications of the spec file.
-
-* Mon Jul 20 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
-  [0.1pl2-2]
-- build against glibc-2.1.
This page took 0.883068 seconds and 4 git commands to generate.