rpms/syck/devel syck.spec,1.21,1.22

Oliver Falk (oliver) fedora-extras-commits at redhat.com
Wed Feb 20 15:51:42 UTC 2008


Author: oliver

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

Modified Files:
	syck.spec 
Log Message:
* Yet another python fix


Index: syck.spec
===================================================================
RCS file: /cvs/pkgs/rpms/syck/devel/syck.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- syck.spec	19 Feb 2008 17:00:52 -0000	1.21
+++ syck.spec	20 Feb 2008 15:50:57 -0000	1.22
@@ -1,12 +1,12 @@
 %define			php_extdir %(php-config --extension-dir || echo %{_libdir}/php)
 %{!?php_version:%define php_version %(php-config --version || echo bad)}
-%{!?python_sitelib:%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		syck
 Summary:	YAML for C, Python, and PHP
 
 Version:	0.61
-Release:	4.2%{?dist}
+Release:	4.3%{?dist}
 
 License:	BSD
 Group:		System Environment/Libraries
@@ -165,20 +165,23 @@
 
 %files devel
 %defattr(-,root,root,0755)
-%doc README.EXT README.BYTECODE README.EXT
+%doc README.EXT README.BYTECODE
 %{_libdir}/*.so
 %{_libdir}/*.a
 %{_includedir}/*.h
 
 %files python
 %defattr(-,root,root,0755)
-%{python_sitelib}/*
+%{python_sitearch}/*
 
 %files php
 %defattr(-,root,root,0755)
 %{php_extdir}/*.so
 
 %changelog
+* Tue Feb 19 2008 Oliver Falk <oliver at linux-kernel.at>	- 0.61-4.3
+- Yet another python fix
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.61-4.2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list