SPECS: mysqlBind.spec - 1.94 - builds, not tested

blues blues at pld-linux.org
Fri Sep 29 10:58:17 CEST 2006


Author: blues                        Date: Fri Sep 29 08:58:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 1.94 - builds, not tested

---- Files affected:
SPECS:
   mysqlBind.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/mysqlBind.spec
diff -u SPECS/mysqlBind.spec:1.9 SPECS/mysqlBind.spec:1.10
--- SPECS/mysqlBind.spec:1.9	Wed Mar  1 00:37:25 2006
+++ SPECS/mysqlBind.spec	Fri Sep 29 10:58:12 2006
@@ -2,15 +2,16 @@
 Summary:	An ISP quality, browser-based DNS/BIND name server manager
 Summary(pl):	Oparty na przeglądarce rozbudowany zarządca serwerów DNS/BIND
 Name:		mysqlBind
-Version:	1.8
-Release:	0.9
+Version:	1.94
+Release:	0.5
 License:	GPL v2
 Group:		Networking/Admin
 Source0:	http://openisp.net/mysqlBind/%{name}%{version}.tar.gz
-# Source0-md5:	1b360bdc74bf4d21998256fa09d45af7
+# Source0-md5:	aea27dd7a641d6c4d9d68e216e8650fb
 Source1:	%{name}.conf
 Patch0:		%{name}-makefile.patch
 Patch1:		%{name}-paths.patch
+Patch2:		%{name}-CC.patch
 URL:		http://openisp.net/mysqlBind/
 BuildRequires:	mysql-devel
 Requires:	apache >= 2.0
@@ -55,9 +56,10 @@
 Jest także kompatybilny z mysqlISP.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 echo '
@@ -66,6 +68,7 @@
 ' >> local.h
 
 %{__make} \
+	CC="%{__cc}" \
 	CFLAGS="-Wall -DLinux %{rpmcflags}"
 
 %install
@@ -73,7 +76,7 @@
 install -d $RPM_BUILD_ROOT{/etc/httpd,%{_appdir}/{data,setup9}} \
 
 %{__make} install \
-	CGIDIR=$RPM_BUILD_ROOT%{_appdir}
+	CGIDIR=$RPM_BUILD_ROOT%{_appdir}/
 
 install data/* $RPM_BUILD_ROOT%{_appdir}/data
 install setup9/* $RPM_BUILD_ROOT%{_appdir}/setup9
@@ -125,6 +128,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2006/09/29 08:58:12  blues
+- 1.94 - builds, not tested
+
 Revision 1.9  2006/02/28 23:37:25  glen
 - adapterized (killed trailing spaces/tabs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/mysqlBind.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list