This commit is contained in:
parent
57cc5fc31d
commit
1362724e81
@ -22,7 +22,7 @@ Name: libxslt-python
|
||||
BuildRequires: libxml2-python libxslt-devel python-devel
|
||||
Summary: Python Bindings for libxslt
|
||||
Version: 1.1.24
|
||||
Release: 20
|
||||
Release: 21
|
||||
License: X11/MIT
|
||||
Group: Development/Libraries/Python
|
||||
Source: libxslt-%{version}.tar.bz2
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 11 14:45:16 CET 2009 - coolo@suse.de
|
||||
|
||||
- readd "la" files to fix libxslt-python build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 18:18:17 CET 2009 - crrodriguez@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: libxslt
|
||||
BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel
|
||||
Summary: XSL Transformation Library
|
||||
Version: 1.1.24
|
||||
Release: 19
|
||||
Release: 20
|
||||
License: X11/MIT
|
||||
Group: System/Libraries
|
||||
# bug437293
|
||||
@ -96,7 +96,8 @@ make check
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
# Unwanted doc stuff
|
||||
rm -fr $RPM_BUILD_ROOT%{_datadir}/doc
|
||||
%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
# libxslt-python uses these
|
||||
#%{__rm} -f %{buildroot}%{_libdir}/*.la
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -125,6 +126,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc doc/*.html doc/html doc/tutorial doc/*.gif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 11 2009 coolo@suse.de
|
||||
- readd "la" files to fix libxslt-python build
|
||||
* Mon Jan 26 2009 crrodriguez@suse.de
|
||||
- remove useless "la" file
|
||||
- remove static libraries, if something breaks, move libraries to /%%{_lib}
|
||||
|
Loading…
Reference in New Issue
Block a user