]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- release 2, bzip2-0_9_5d-2
authorkloczek <kloczek@pld-linux.org>
Mon, 20 Dec 1999 21:01:16 +0000 (21:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed libbz2.so symlink,
- adapterized.

Changed files:
    bzip2.spec -> 1.33

bzip2.spec

index 0dd1bd84f4973bdb702bc90bec8c3b6684800579..8e301338629276cd8d4240eebb6ba13edebc0128 100644 (file)
@@ -3,8 +3,8 @@ Summary(fr):    Utilitaire de compression de fichier extr
 Summary(pl):   Kompresor plików bzip2
 Name:          bzip2
 Version:       0.9.5d
-Release:       1
-Copyright:     GPL
+Release:       2
+License:       GPL
 Group:         Utilities/Archiving
 Group(fr):     Applications/Archivage
 Group(pl):     Narzêdzia/Archiwizacja
@@ -14,28 +14,26 @@ 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.
-
-The command-line options are deliberately very similar to those of GNU Gzip,
-but they are not identical.
+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.
 
 %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.
+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
 Summary:       Libbz2 library header files
@@ -67,7 +65,7 @@ Static libbz2 library.
 Biblioteka statyczna libbz2.
 
 %prep
-%setup -q 
+%setup -q
 %patch -p1
 
 %build
@@ -95,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.*.*
 
@@ -120,5 +118,5 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/*.h
 
 %files static
-%defattr(644,root,root,755) 
+%defattr(644,root,root,755)
 %{_libdir}/lib*.a
This page took 0.100407 seconds and 4 git commands to generate.