This commit is contained in:
parent
74e1cd3221
commit
712b7469ad
@ -22,7 +22,7 @@ Name: libxslt-python
|
||||
BuildRequires: libxml2-python libxslt-devel python-devel
|
||||
Summary: Python Bindings for libxslt
|
||||
Version: 1.1.24
|
||||
Release: 1
|
||||
Release: 18
|
||||
License: X11/MIT
|
||||
Group: Development/Libraries/Python
|
||||
Source: libxslt-%{version}.tar.bz2
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 18 16:09:54 CEST 2008 - prusnak@suse.cz
|
||||
|
||||
|
20
libxslt.spec
20
libxslt.spec
@ -22,9 +22,17 @@ Name: libxslt
|
||||
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
||||
Summary: XSL Transformation Library
|
||||
Version: 1.1.24
|
||||
Release: 1
|
||||
Release: 17
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libxslt-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libxslt-32bit
|
||||
%endif
|
||||
#
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch0: %{name}-%{version}-no-net-autobuild.patch
|
||||
Patch1: %{name}-%{version}-rc4-overflow.patch
|
||||
@ -58,6 +66,14 @@ Authors:
|
||||
License: LGPL v2.1 or later
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
Obsoletes: libxslt-devel-64bit
|
||||
%endif
|
||||
%ifarch %ix86 ppc
|
||||
Obsoletes: libxslt-devel-32bit
|
||||
%endif
|
||||
#
|
||||
Requires: %{name} = %{version}
|
||||
Requires: libxml2-devel >= 2.6.27
|
||||
Requires: libgcrypt-devel libgpg-error-devel glibc-devel
|
||||
@ -115,6 +131,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2008 olh@suse.de
|
||||
- obsolete old -XXbit packages (bnc#437293)
|
||||
* Fri Jul 18 2008 prusnak@suse.cz
|
||||
- updated to 1.1.24:
|
||||
* documentation: man page fix
|
||||
|
Loading…
Reference in New Issue
Block a user