From 909991c816e5c40bfc049a181e2decacc3dc435a Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Mar 14 2007 10:28:10 +0000 Subject: - Bug #205438, don't ghost pyo any longer --- diff --git a/syck.spec b/syck.spec index a34b26f..bbe9550 100644 --- a/syck.spec +++ b/syck.spec @@ -1,4 +1,4 @@ -# $Id: syck.spec,v 1.11 2007/02/26 08:39:35 oliver Exp $ +# $Id: syck.spec,v 1.12 2007/03/14 10:28:10 oliver Exp $ %define php_extdir %(php-config --extension-dir || echo %{_libdir}/php) %{!?php_version:%define php_version %(php-config --version || echo bad)} @@ -7,7 +7,7 @@ Name: syck Summary: YAML for C, Python, and PHP Version: 0.55 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: System Environment/Libraries @@ -178,13 +178,16 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/python?.?/site-packages/*so %{_libdir}/python?.?/site-packages/*.py %{_libdir}/python?.?/site-packages/*.pyc -%ghost %{_libdir}/python?.?/site-packages/*.pyo +%{_libdir}/python?.?/site-packages/*.pyo %files php %defattr(-,root,root,0755) %{php_extdir}/*.so %changelog +* Wed Mar 14 2007 Oliver Falk - 0.55-15 +- Bug #205438, don't ghost pyo any longer + * Mon Feb 26 2007 Oliver Falk - 0.55-14 - Rebuild against new PHP