]> git.pld-linux.org Git - packages/check.git/commitdiff
- added info patch auto/ac/check-0_9_5-1 auto/aidath/check-0_9_5-1 auto/ti/check-0_9_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Jun 2007 20:06:33 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use normal configure

Changed files:
    check.spec -> 1.13

check.spec

index 1a02053b50ce987094bc8d8f68edddad4aca4f95..469b6919faf7ff6b7829511c311547a010251296 100644 (file)
@@ -7,6 +7,7 @@ License:        LGPL v2.1+
 Group:         Development/Libraries
 Source0:       http://dl.sourceforge.net/check/%{name}-%{version}.tar.gz
 # Source0-md5: 30143c7974b547a12a7da47809a90951
+Patch0:                %{name}-info.patch
 URL:           http://check.sourceforge.net/
 BuildRequires: libtool
 BuildRequires: texinfo >= 4.2
@@ -44,11 +45,12 @@ Biblioteka statyczna check.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
-%configure2_13
-%{__make} \
-       CFLAGS="%{rpmcflags} -Wall -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -fPIC"
+CFLAGS="%{rpmcflags} -fPIC"
+%configure
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.094162 seconds and 4 git commands to generate.