]> git.pld-linux.org Git - packages/sed.git/commitdiff
- added tests patch (fix version test)
authorgrzegol <grzegol@pld-linux.org>
Wed, 16 Jun 2004 18:42:22 +0000 (18:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sed.spec -> 1.59

sed.spec

index 74cf90d78b5dbb360ad6a1b05643a265888070ae..cc480aea7936fae88b30cc766a3af7bde832c7db 100644 (file)
--- a/sed.spec
+++ b/sed.spec
@@ -22,6 +22,7 @@ Source0:      ftp://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 5cd651063bfc00a82d820ba018672351
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-tests.patch
 BuildRequires: autoconf
 BuildRequires: automake >= 1.8
 BuildRequires: gettext-devel
@@ -96,13 +97,13 @@ sed (Stream EDitor) - 
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__aclocal} -I config
 %{__autoconf}
 %{__automake}
 %configure
-
 %{__make}
 
 %{?with_tests: %{__make} check }
This page took 0.396515 seconds and 4 git commands to generate.