diff --git a/syck.spec b/syck.spec index 9c52908..97f33d5 100644 --- a/syck.spec +++ b/syck.spec @@ -6,7 +6,7 @@ Name: syck Summary: YAML for C, Python, and PHP Version: 0.61 -Release: 9.3%{?dist} +Release: 10%{?dist} License: BSD Group: System Environment/Libraries @@ -113,7 +113,7 @@ Syck. %build libtoolize --force --copy && aclocal && automake --add-missing && autoconf -%configure +%configure --disable-static #%{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" #not parallel-build-safe %{__make} CFLAGS="$RPM_OPT_FLAGS" @@ -181,7 +181,6 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,0755) %doc README.EXT README.BYTECODE %{_libdir}/*.so -%{_libdir}/*.a %{_includedir}/*.h %files python @@ -194,6 +193,10 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/php.d/syck.ini %changelog +* Fri Feb 12 2010 Oliver Falk - 0.61-10 +- NO update to 0.70 for now - it's somewhat b0rken +- Disable building of static libs #556095 + * Sun Jul 26 2009 Fedora Release Engineering - 0.61-9.3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild