]> git.pld-linux.org Git - packages/cgilib.git/commitdiff
- release 2 AC-branch AC-STABLE auto/ac/cgilib-0_1_1-2
authorMichal Moskal <michal@moskal.me>
Tue, 16 Sep 2003 19:34:43 +0000 (19:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- gcc3 patch
- few cleanups

Changed files:
    cgilib.spec -> 1.8

cgilib.spec

index c7f3f7baca0e00f896076db7c024f950583860d2..2f923775ac7d57aa731cbb79c77161976b2c724c 100644 (file)
@@ -2,13 +2,14 @@ Summary:      A CGI (Common Gateway Interface) library for C++
 Summary(pl):   Biblioteka CGI dla C++
 Name:          cgilib
 Version:       0.1.1
-Release:       1
+Release:       2
 License:       GPL
-Group:         Development/Libraries
+Group:         Libraries
 Source0:       http://dl.sourceforge.net/cgilib/%{name}-%{version}.tar.bz2
 # Source0-md5: 961308218b6e19ed98aacfd397a0f062
 Patch0:                %{name}-misc.patch
 Patch1:                %{name}-am_ac.patch
+Patch2:                %{name}-gcc3.patch
 URL:           http://cgilib.sourceforge.net/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -50,11 +51,10 @@ Static cgilib library.
 Biblioteka statyczna cgilib.
 
 %prep
-rm -rf $RPM_BUILD_ROOT
-
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -f *.m4 missing
This page took 0.088356 seconds and 4 git commands to generate.