summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 01:30:48 +0300
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>2014-11-12 14:09:24 +0100
commitd6c112a99ab4c984b9f88a0401271d76debc9681 (patch)
tree78d43d321448af225d9f3d09d2940a29aaa95b4c
parent10c0f7f9055d8366b2461b74a03cec0006ca96d9 (diff)
downloadlibxslt-d6c112a99ab4c984b9f88a0401271d76debc9681.tar.gz
libxslt-d6c112a99ab4c984b9f88a0401271d76debc9681.tar.bz2
libxslt-d6c112a99ab4c984b9f88a0401271d76debc9681.zip
resetting manifest requested domain to floor
-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.*