SPECS: apache-mod_rpaf.spec - R: apache modules-api - pass CC to a...

glen glen at pld-linux.org
Mon Dec 19 14:53:44 CET 2005


Author: glen                         Date: Mon Dec 19 13:53:44 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- R: apache modules-api
- pass CC to apxs to avoid using compiler used for apache building

---- Files affected:
SPECS:
   apache-mod_rpaf.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_rpaf.spec
diff -u SPECS/apache-mod_rpaf.spec:1.4 SPECS/apache-mod_rpaf.spec:1.5
--- SPECS/apache-mod_rpaf.spec:1.4	Mon Dec 12 14:44:44 2005
+++ SPECS/apache-mod_rpaf.spec	Mon Dec 19 14:53:39 2005
@@ -5,7 +5,7 @@
 Summary(pl):	Moduł Apache'a 2 dodający przekazywanie dla odwrotnych proxy
 Name:		apache-mod_%{mod_name}
 Version:	0.5
-Release:	0.2
+Release:	0.3
 License:	Apache
 Group:		Networking/Daemons
 Source0:	http://stderr.net/apache/rpaf/download/mod_%{mod_name}-%{version}.tar.gz
@@ -14,6 +14,7 @@
 URL:		http://stderr.net/apache/rpaf/
 BuildRequires:	apache-devel >=  2.0.36
 Requires:	apache >= 2.0.36
+Requires:	apache(modules-api) = %apache_modules_api
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_pkglibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
@@ -42,7 +43,7 @@
 %setup -q -n mod_%{mod_name}-%{version}
 
 %build
-%{apxs} -c -n mod_%{mod_name}-2.0.o mod_%{mod_name}-2.0.c
+%{apxs} -S CC="%{__cc}" -c -n mod_%{mod_name}-2.0.o mod_%{mod_name}-2.0.c
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +78,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/12/19 13:53:39  glen
+- R: apache modules-api
+- pass CC to apxs to avoid using compiler used for apache building
+
 Revision 1.4  2005/12/12 13:44:44  glen
 - adapterized (sorted %verify attrs)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/apache-mod_rpaf.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list