diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..33b9571 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1,2 @@ +libxslt +libxslt-devel diff --git a/libxslt-python.spec b/libxslt-python.spec index 48c957e..b0f6290 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -10,11 +10,12 @@ # norootforbuild + Name: libxslt-python BuildRequires: libxml2-python libxslt-devel python-devel Summary: Python Bindings for libxslt Version: 1.1.22 -Release: 29 +Release: 51 License: X11/MIT Group: Development/Libraries/Python Source: libxslt-%{version}.tar.bz2 diff --git a/libxslt.changes b/libxslt.changes index 4c67ef8..8e6cf1e 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de + +- added baselibs.conf file to build xxbit packages + for multilib support + ------------------------------------------------------------------- Tue Jan 22 12:18:57 CET 2008 - prusnak@suse.cz diff --git a/libxslt.spec b/libxslt.spec index 9f1f2db..1753327 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -10,11 +10,12 @@ # norootforbuild + Name: libxslt BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel Summary: XSL Transformation Library Version: 1.1.22 -Release: 18 +Release: 35 License: X11/MIT Group: System/Libraries Source: %{name}-%{version}.tar.bz2 @@ -46,6 +47,7 @@ Authors: Daniel Veillard %package devel +License: LGPL v2.1 or later Summary: Include Files and Libraries mandatory for Development. Group: Development/Libraries/C and C++ Requires: %{name} = %{version} @@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT %doc doc/*.html doc/html doc/tutorial doc/*.gif %changelog +* Thu Apr 10 2008 ro@suse.de +- added baselibs.conf file to build xxbit packages + for multilib support * Tue Jan 22 2008 prusnak@suse.cz - build --without-python to allow compilation from src.rpm * Tue Sep 18 2007 sbrabec@suse.cz @@ -447,7 +452,7 @@ rm -rf $RPM_BUILD_ROOT - NEWS for 1.0.7 entries from http://xmlsoft.org/XSLT/ (not mentioned earlier): - Fix handling of indent="no" on HTML output. -* Sat Nov 10 2001 adrian@suse.de +* Sun Nov 11 2001 adrian@suse.de - Update to version 1.0.7 - add fixes for automake 1.5 * Sat Nov 03 2001 ro@suse.de