diff options
Diffstat (limited to 'packaging/libxslt.spec')
-rw-r--r-- | packaging/libxslt.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/packaging/libxslt.spec b/packaging/libxslt.spec index 0a362a08..a1da23d6 100644 --- a/packaging/libxslt.spec +++ b/packaging/libxslt.spec @@ -5,14 +5,16 @@ %endif Name: libxslt -Version: 1.1.31 -Release: 1 +Version: 1.1.34 +Release: 0 Summary: XSL Transformation Library License: MIT Group: System/Libraries Url: http://xmlsoft.org/XSLT/ Source: %{name}-%{version}.tar.bz2 Source1001: libxslt.manifest +Source1002: COPYING.LGPLv2.1 +Source1003: COPYING.GPLv2 BuildRequires: libgcrypt-devel BuildRequires: libgpg-error-devel BuildRequires: libtool @@ -60,6 +62,8 @@ This package contains xsltproc, a command line interface to the XSLT engine. %prep %setup -q cp %{SOURCE1001} . +cp %{SOURCE1002} . +cp %{SOURCE1003} . %build CFLAGS+=" -fPIC" @@ -88,6 +92,7 @@ autoreconf -v --install --force %files devel %manifest %{name}.manifest %defattr(-, root, root) +%license COPYING.LGPLv2.1 %{_libdir}/lib*.so %{_libdir}/*.sh %{_libdir}/pkgconfig/*.pc @@ -98,4 +103,5 @@ autoreconf -v --install --force %files tools %manifest %{name}.manifest %defattr(-,root,root) +%license COPYING.GPLv2 %{_bindir}/xsltproc |