Upstream release of 1.1.24, tentative fix for -devel multiarch problem,
Daniel
This commit is contained in:
parent
2a0dbfce5b
commit
a0c4ab30b7
@ -12,3 +12,4 @@ libxslt-1.1.20.tar.gz
|
||||
libxslt-1.1.21.tar.gz
|
||||
libxslt-1.1.22.tar.gz
|
||||
libxslt-1.1.23.tar.gz
|
||||
libxslt-1.1.24.tar.gz
|
||||
|
14
libxslt.spec
14
libxslt.spec
@ -1,7 +1,7 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.1.23
|
||||
Release: 3%{?dist}%{?extra_release}
|
||||
Version: 1.1.24
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
License: MIT
|
||||
Group: Development/Libraries
|
||||
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
||||
@ -15,7 +15,6 @@ BuildRequires: libgcrypt-devel
|
||||
Prefix: %{_prefix}
|
||||
Docdir: %{_docdir}
|
||||
Patch0: multilib.patch
|
||||
Patch1: key.patch
|
||||
|
||||
%description
|
||||
This C library allows to transform XML files into other XML files
|
||||
@ -57,7 +56,6 @@ with XPath functions written in Python.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -R -p0
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -72,6 +70,9 @@ rm -fr %{buildroot}
|
||||
rm -fr $RPM_BUILD_ROOT%{_libdir}/*.la \
|
||||
$RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxsltmod*a
|
||||
|
||||
# multiarch crazyness on timestamp differences
|
||||
touch -m --reference=$RPM_BUILD_ROOT/%{prefix}/include/xslt.h $RPM_BUILD_ROOT/%{prefix}/bin/xslt-config
|
||||
|
||||
%clean
|
||||
rm -fr %{buildroot}
|
||||
|
||||
@ -124,6 +125,11 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Tue May 13 2008 Daniel Veillard <veillard@redhat.com> 1.1.24-1.fc10
|
||||
- release of 1.1.24
|
||||
- fixes a few bugs including the key initialization problem
|
||||
- tentative fix for multiarch devel problems
|
||||
|
||||
* Mon Apr 28 2008 Daniel Veillard <veillard@redhat.com> 1.1.23-3.fc10
|
||||
- and the previous patch was incomplte breaking the python bindings
|
||||
see 444317 and 444455
|
||||
|
Loading…
Reference in New Issue
Block a user