License: MIT
URL: http://xmlsoft.org/XSLT/
Source0: %{name}-%{version}.tar.gz
+Source1001: packaging/libxslt.manifest
Patch0: libxslt-build.patch
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
%patch0 -p1
%build
+cp %{SOURCE1001} .
./configure --disable-static --prefix=/usr
%postun -p /sbin/ldconfig
%files
+%manifest libxslt.manifest
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
#%{_libdir}/libxslt-plugins
%{_bindir}/xsltproc
%files devel
+%manifest libxslt.manifest
%defattr(-,root,root,-)
%{_libdir}/lib*.so
%{_libdir}/*.sh