]> git.pld-linux.org Git - packages/sed.git/commitdiff
- updated to 4.0.9, removed obsolete pl.po patch, new-style bcond auto/ac/sed-4_0_9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 11 Jan 2004 22:16:49 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sed.spec -> 1.56

sed.spec

index bfddd5b364449cd772a7f345e2218ae09775ecd6..49db33eb489dd47563d16084b0f675ec76cfabed 100644 (file)
--- a/sed.spec
+++ b/sed.spec
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-# _without_tests       - do not perform "make check"
+%bcond_without tests   # do not perform "make check"
 #
 Summary:       A GNU stream text editor
 Summary(de):   GNU Stream-Text Editor
@@ -13,16 +13,15 @@ Summary(ru):        
 Summary(tr):   GNU dosya iþleme aracý
 Summary(uk):   ðÏÔÏËÏ×ÉÊ ÒÅÄÁËÔÏÒ ÔÅËÓÔÕ GNU
 Name:          sed
-Version:       4.0.8
-Release:       2
+Version:       4.0.9
+Release:       1
 License:       GPL
 Group:         Applications/Text
 Source0:       ftp://ftp.gnu.org/gnu/sed/%{name}-%{version}.tar.gz
-# Source0-md5: fb7fa2a7336afc358012763b292e2124
+# Source0-md5: d8fb554bc6577aaedd39b94b3cb3df70
 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}-pl.po.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: gettext-devel
@@ -97,7 +96,6 @@ sed (Stream EDitor) - 
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %{__aclocal} -I config
@@ -107,7 +105,7 @@ sed (Stream EDitor) - 
 
 %{__make}
 
-%{!?_without_tests: %{__make} check }
+%{?with_tests: %{__make} check }
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.057777 seconds and 4 git commands to generate.