rpms/syck/devel syck.ini,NONE,1.1 syck.spec,1.22,1.23

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Fri Jun 6 08:51:03 UTC 2008


Author: oliver

Update of /cvs/pkgs/rpms/syck/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31589

Modified Files:
	syck.spec 
Added Files:
	syck.ini 
Log Message:

* Fri Jun 06 2008 Oliver Falk <oliver at linux-kernel.at>	- 0.61-5
- Rebuild to fix bug #447561
- Add syck.ini



--- NEW FILE syck.ini ---
; Enable syck extension module
extension=syck.so


Index: syck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syck/devel/syck.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- syck.spec	20 Feb 2008 15:50:57 -0000	1.22
+++ syck.spec	6 Jun 2008 08:49:50 -0000	1.23
@@ -6,13 +6,14 @@
 Summary:	YAML for C, Python, and PHP
 
 Version:	0.61
-Release:	4.3%{?dist}
+Release:	5%{?dist}
 
 License:	BSD
 Group:		System Environment/Libraries
 URL:		http://whytheluckystiff.net/syck/
 
 Source0:	http://pyyaml.org/download/pysyck/syck-%{version}+svn231+patches.tar.gz
+Source1:	syck.ini
 
 Patch0:		syck-0.55-libtool.patch
 
@@ -38,7 +39,13 @@
 %package	php
 Summary:	YAML module for php
 Group:		Development/Languages
+%if %{?php_zend_api}0
+Requires:	php(zend-abi) = %{php_zend_api}
+Requires:	php(api) = %{php_core_api}
+%else
 Requires:	php = %{php_version}
+%endif
+Provides:	php-syck = %{version}-%{release}
 
 %description	php
 Syck is an extension for reading and writing YAML swiftly in popular scripting
@@ -143,6 +150,8 @@
 %{__make} install INSTALL_ROOT=$RPM_BUILD_ROOT
 popd # End php extension
 
+install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/php.d/syck.ini
+
 # Python extension
 pushd python
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
@@ -179,6 +188,10 @@
 %{php_extdir}/*.so
 
 %changelog
+* Fri Jun 06 2008 Oliver Falk <oliver at linux-kernel.at>	- 0.61-5
+- Rebuild to fix bug #447561
+- Add syck.ini
+
 * Tue Feb 19 2008 Oliver Falk <oliver at linux-kernel.at>	- 0.61-4.3
 - Yet another python fix
 




More information about the fedora-extras-commits mailing list