summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/libxslt.manifest5
-rw-r--r--packaging/libxslt.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/libxslt.manifest b/packaging/libxslt.manifest
new file mode 100644
index 00000000..017d22d3
--- /dev/null
+++ b/packaging/libxslt.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/libxslt.spec b/packaging/libxslt.spec
index ef77190f..a385b732 100644
--- a/packaging/libxslt.spec
+++ b/packaging/libxslt.spec
@@ -9,6 +9,7 @@ Url: http://xmlsoft.org/XSLT/
Source: %{name}-%{version}.tar.bz2
Source2: baselibs.conf
Source3: xslt-config.1.gz
+Source1001: libxslt.manifest
BuildRequires: libgcrypt-devel
BuildRequires: libgpg-error-devel
BuildRequires: libtool
@@ -55,6 +56,7 @@ This package contains xsltproc, a command line interface to the XSLT engine.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
autoreconf --force --install
@@ -81,11 +83,13 @@ install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}'
%postun -n libxslt -p /sbin/ldconfig
%files -n libxslt
+%manifest %{name}.manifest
%defattr(-, root, root)
%license COPYING Copyright
%{_libdir}/lib*.so.*
%files devel
+%manifest %{name}.manifest
%defattr(-, root, root)
%{_libdir}/lib*.so
%{_libdir}/*.sh
@@ -97,6 +101,7 @@ install -ma=r '-t%{buildroot}%{_mandir}/man1' '%{SOURCE3}'
%doc %{_mandir}/man3/*
%files tools
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_bindir}/xsltproc
%doc %{_mandir}/man1/xsltproc.*