SPECS: redland-bindings.spec - php library must be executable in b...

glen glen at pld-linux.org
Thu Sep 15 21:51:23 CEST 2005


Author: glen                         Date: Thu Sep 15 19:51:23 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- php library must be executable in build dir for rpm to autoreqdep it, rel 3

---- Files affected:
SPECS:
   redland-bindings.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/redland-bindings.spec
diff -u SPECS/redland-bindings.spec:1.20 SPECS/redland-bindings.spec:1.21
--- SPECS/redland-bindings.spec:1.20	Thu Sep 15 21:38:18 2005
+++ SPECS/redland-bindings.spec	Thu Sep 15 21:51:18 2005
@@ -13,7 +13,7 @@
 Summary(pl):	Wiązania szkieletu aplikacji Redland RDF
 Name:		redland-bindings
 Version:	1.0.2.1
-Release:	2
+Release:	3
 License:	LGPL v2.1+ or GPL v2+ or Apache v2
 Group:		Libraries
 Source0:	http://librdf.org/dist/source/%{name}-%{version}.tar.gz
@@ -109,7 +109,7 @@
 Summary:	PHP bindings for Redland RDF library
 Summary(pl):	Interfejs PHP do biblioteki Redland RDF
 Group:		Libraries
-Requires:	php4-common
+%{?requires_php_extension}
 
 %description -n php4-redland
 PHP bindings for Redland RDF library.
@@ -224,6 +224,8 @@
 ; Enable redland bindings module
 extension=redland.so
 EOF
+# make .so executable so that rpm would add autodeps on .so files
+chmod +x $RPM_BUILD_ROOT%{phpdir}/*.so
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -296,6 +298,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/09/15 19:51:18  glen
+- php library must be executable in build dir for rpm to autoreqdep it, rel 3
+
 Revision 1.20  2005/09/15 19:38:18  glen
 - php conf.d support and php api version require; rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/redland-bindings.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list