]> git.pld-linux.org Git - packages/bzip2.git/blobdiff - bzip2.spec
- fix -libs group; rel 4
[packages/bzip2.git] / bzip2.spec
index 1655879a1274568395ad73b35a4999901c9dee91..eb2ff99a01dc18e3c3c87f0f837fb8d32a5187e5 100644 (file)
@@ -11,7 +11,7 @@ Summary(uk):  
 Summary(ru):   ëÏÍÐÒÅÓÓÏÒ ÆÁÊÌÏ× ÎÁ ÏÓÎÏ×Å ÁÌÇÏÒÉÔÍÁ ÂÌÏÞÎÏÊ ÓÏÒÔÉÒÏ×ËÉ
 Name:          bzip2
 Version:       1.0.3
-Release:       1
+Release:       4
 Epoch:         0
 License:       BSD-like
 Group:         Applications/Archiving
@@ -20,8 +20,9 @@ Source0:      http://www.bzip.org/%{version}/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 5ffc3dbdd40080a8c22c3b4c3143cdd7
 Patch0:                %{name}-libtoolizeautoconf.patch
+Patch1:                %{name}-toctou.patch
 # Modified from http://www.vanheusden.com/Linux/bzip2-1.0.2.diff.gz
-Patch1:                %{name}-progress-counter-1.0.2.patch
+Patch2:                %{name}-progress-counter-1.0.2.patch
 URL:           http://www.bzip.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -31,6 +32,8 @@ BuildRequires:        tetex
 Requires:      %{name}-libs = %{epoch}:%{version}-%{release}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                specflags_ia32  -fomit-frame-pointer
+
 %description
 Bzip2 compresses files using the Burrows-Wheeler block-sorting text
 compression algorithm, and Huffman coding. Compression is generally
@@ -86,7 +89,7 @@ bzip2 
 Summary:       libbz2 library
 Summary(fr):   Librairie libbz2
 Summary(pl):   Biblioteka libbz2
-Group:         Development/Libraries
+Group:         Libraries
 %ifarch %{x8664} ia64 ppc64 s390x sparc64
 Provides:      libbz2.so.1.0()(64bit)
 %else
@@ -143,12 +146,10 @@ Summary(uk):      
 Group:         Development/Libraries
 Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 
-%define                specflags_ia32  -fomit-frame-pointer
-
 %description static
 Static libbz2 library.
 
-%description libs -l fr
+%description static -l fr
 Librairie statique d'en-tête pour bzip2.
 
 %description static -l pl
@@ -166,7 +167,8 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
-%{?with_progress:%patch1 -p1}
+%patch1 -p1
+%{?with_progress:%patch2 -p1}
 
 %build
 %{__aclocal}
@@ -211,7 +213,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README* NEWS Y2K_INFO doc/*.html
+%doc CHANGES LICENSE README* Y2K_INFO doc/*.html
 %attr(755,root,root) %{_bindir}/*
 %{_mandir}/man1/*
 %lang(es) %{_mandir}/es/man1/*
This page took 0.029879 seconds and 4 git commands to generate.