packages: cgiwrap/cgiwrap.spec - add -bs.patch - del -php.patch - comment o...
shadzik
shadzik at pld-linux.org
Fri Jun 5 17:06:05 CEST 2009
Author: shadzik Date: Fri Jun 5 15:06:05 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- add -bs.patch
- del -php.patch
- comment out patch1 - it's a bit buggy
- BR: libmagic-devel
---- Files affected:
packages/cgiwrap:
cgiwrap.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/cgiwrap/cgiwrap.spec
diff -u packages/cgiwrap/cgiwrap.spec:1.11 packages/cgiwrap/cgiwrap.spec:1.12
--- packages/cgiwrap/cgiwrap.spec:1.11 Tue May 19 03:01:03 2009
+++ packages/cgiwrap/cgiwrap.spec Fri Jun 5 17:06:00 2009
@@ -8,10 +8,11 @@
Group: Utilities
Source0: http://dl.sourceforge.net/cgiwrap/%{name}-%{version}.tar.gz
# Source0-md5: 14c02c57e4a0c6224951018e2f6b9211
-Patch0: %{name}-php.patch
+Patch0: %{name}-bs.patch
Patch1: %{name}-fetch.patch
URL: http://cgiwrap.sourceforge.net/
BuildRequires: automake
+BuildRequires: libmagic-devel
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _cgibindir /home/services/httpd/cgi-bin
@@ -32,7 +33,7 @@
%prep
%setup -q
%patch0 -p0
-%patch1 -p0
+#%patch1 -p0
%build
install %{_datadir}/automake/config.* .
@@ -50,7 +51,8 @@
--with-cgi-dir=public_html \
--without-check-group
-%{__make}
+%{__make} \
+ LDFLAGS='%{rpmldflags} -lmagic'
%install
rm -rf $RPM_BUILD_ROOT
@@ -77,6 +79,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2009/06/05 15:06:00 shadzik
+- add -bs.patch
+- del -php.patch
+- comment out patch1 - it's a bit buggy
+- BR: libmagic-devel
+
Revision 1.11 2009/05/19 01:01:03 shadzik
- add patch 1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cgiwrap/cgiwrap.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list