]> git.pld-linux.org Git - packages/bzip2.git/commitdiff
- added bzgrep patch to remove bash-specific syntax from bzgrep
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 12 Jan 2007 13:35:35 +0000 (13:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzip2.spec -> 1.110

bzip2.spec

index 55c9055f4f5faaa8fba69e1365e31d6dfc93fc80..0cf8830c74f13b969a8568835ba84e2532aba2e6 100644 (file)
@@ -21,8 +21,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}-bzgrep.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
@@ -167,7 +168,8 @@ Bibliotecas est
 %prep
 %setup -q
 %patch0 -p1
-%{?with_progress:%patch1 -p1}
+%patch1 -p1
+%{?with_progress:%patch2 -p1}
 
 %build
 %{__aclocal}
This page took 0.492308 seconds and 4 git commands to generate.