This commit is contained in:
parent
712b7469ad
commit
70a40bf243
@ -22,7 +22,7 @@ Name: libxslt-python
|
|||||||
BuildRequires: libxml2-python libxslt-devel python-devel
|
BuildRequires: libxml2-python libxslt-devel python-devel
|
||||||
Summary: Python Bindings for libxslt
|
Summary: Python Bindings for libxslt
|
||||||
Version: 1.1.24
|
Version: 1.1.24
|
||||||
Release: 18
|
Release: 19
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Source: libxslt-%{version}.tar.bz2
|
Source: libxslt-%{version}.tar.bz2
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 10 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||||
|
(bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
13
libxslt.spec
13
libxslt.spec
@ -22,16 +22,13 @@ Name: libxslt
|
|||||||
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
||||||
Summary: XSL Transformation Library
|
Summary: XSL Transformation Library
|
||||||
Version: 1.1.24
|
Version: 1.1.24
|
||||||
Release: 17
|
Release: 18
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libxslt-64bit
|
Obsoletes: libxslt-64bit
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 ppc
|
|
||||||
Obsoletes: libxslt-32bit
|
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Patch0: %{name}-%{version}-no-net-autobuild.patch
|
Patch0: %{name}-%{version}-no-net-autobuild.patch
|
||||||
@ -70,9 +67,6 @@ Group: Development/Libraries/C and C++
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: libxslt-devel-64bit
|
Obsoletes: libxslt-devel-64bit
|
||||||
%endif
|
%endif
|
||||||
%ifarch %ix86 ppc
|
|
||||||
Obsoletes: libxslt-devel-32bit
|
|
||||||
%endif
|
|
||||||
#
|
#
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libxml2-devel >= 2.6.27
|
Requires: libxml2-devel >= 2.6.27
|
||||||
@ -131,6 +125,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 10 2008 olh@suse.de
|
||||||
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
||||||
|
(bnc#437293)
|
||||||
* Thu Oct 30 2008 olh@suse.de
|
* Thu Oct 30 2008 olh@suse.de
|
||||||
- obsolete old -XXbit packages (bnc#437293)
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Fri Jul 18 2008 prusnak@suse.cz
|
* Fri Jul 18 2008 prusnak@suse.cz
|
||||||
@ -509,7 +506,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- NEWS for 1.0.7 entries from http://xmlsoft.org/XSLT/ (not
|
- NEWS for 1.0.7 entries from http://xmlsoft.org/XSLT/ (not
|
||||||
mentioned earlier):
|
mentioned earlier):
|
||||||
- Fix handling of indent="no" on HTML output.
|
- Fix handling of indent="no" on HTML output.
|
||||||
* Sun Nov 11 2001 adrian@suse.de
|
* Sat Nov 10 2001 adrian@suse.de
|
||||||
- Update to version 1.0.7
|
- Update to version 1.0.7
|
||||||
- add fixes for automake 1.5
|
- add fixes for automake 1.5
|
||||||
* Sat Nov 03 2001 ro@suse.de
|
* Sat Nov 03 2001 ro@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user