Hello community, here is the log from the commit of package libxslt for openSUSE:Factory checked in at Fri Jul 29 13:50:13 CEST 2011.
-------- --- libxslt/libxslt-python.changes 2011-07-29 06:25:45.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxslt/libxslt-python.changes 2011-07-29 11:41:55.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 29 09:37:15 UTC 2011 - idon...@novell.com + +- Fix build by not using %exclude + +------------------------------------------------------------------- --- libxslt/libxslt.changes 2011-07-29 06:25:47.000000000 +0200 +++ /mounts/work_src_done/STABLE/libxslt/libxslt.changes 2011-07-29 11:41:55.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 29 09:37:02 UTC 2011 - idon...@novell.com + +- Fix build on SLE + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxslt-python.spec ++++++ --- /var/tmp/diff_new_pack.QTSpoK/_old 2011-07-29 13:48:31.000000000 +0200 +++ /var/tmp/diff_new_pack.QTSpoK/_new 2011-07-29 13:48:31.000000000 +0200 @@ -25,7 +25,7 @@ BuildRequires: libxml2-devel Summary: Python Bindings for libxslt Version: 1.1.26 -Release: 2 +Release: 3 License: MIT License (or similar) Group: Development/Libraries/Python Source: libxslt-%{version}.tar.bz2 @@ -69,20 +69,17 @@ # #223696 find %{buildroot} -type f -name "*.la" -print -delete +# Stuff we won't package +rm -rf %{buildroot}/%{_bindir}/* %{buildroot}/%{_libdir}/lib** %{buildroot}/%{_includedir}/* +rm -rf %{buildroot}/%{_mandir}/* %{buildroot}/%{_libdir}/pkgconfig/* +rm -rf %{buildroot}/%{_libdir}/xsltConf.sh %{buildroot}/%{_datadir}/aclocal/libxslt.m4 + %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) -%exclude %{_bindir}/* -%exclude %{_libdir}/lib** -%exclude %{_includedir}/* -%exclude %{_mandir}/* -%exclude %{_libdir}/pkgconfig/* -%exclude %{_libdir}/xsltConf.sh -%exclude /usr/share/aclocal/libxslt.m4 %{py_sitedir}/* -%doc python/TODO %doc python/libxslt-python-api.xml %doc python/tests/*.py %doc python/tests/*.xml ++++++ libxslt.spec ++++++ --- /var/tmp/diff_new_pack.QTSpoK/_old 2011-07-29 13:48:31.000000000 +0200 +++ /var/tmp/diff_new_pack.QTSpoK/_new 2011-07-29 13:48:31.000000000 +0200 @@ -19,14 +19,14 @@ Name: libxslt Version: 1.1.26 -Release: 5 +Release: 7 License: MIT License (or similar) Summary: XSL Transformation Library Group: System/Libraries BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel BuildRequires: pkg-config -BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: libxml2-devel # bug437293 %ifarch ppc64 Obsoletes: libxslt-64bit @@ -56,9 +56,11 @@ The package comes with xsltproc, a command line interface to the XSLT engine. -%package -n %{name}1 +%package -n libxslt1 + Summary: XSL Transformation Library +Group: System/Libraries Provides: libxslt = %{version} Obsoletes: %{name} < %{version} Provides: xsltproc = %{version} @@ -109,11 +111,14 @@ make check %install -%make_install +%makeinstall + # Unwanted doc stuff rm -fr %{buildroot}%{_datadir}/doc + # the manual page is required install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}' + #kill all "la" files find %{buildroot} -type f -name "*.la" -print -delete ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org