resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 22:25:26 +0000 (01:25 +0300)
committerxroche <xavier.roche@open.eurogiciel.org>
Fri, 7 Nov 2014 16:31:15 +0000 (17:31 +0100)
packaging/libxml2.manifest [new file with mode: 0644]
packaging/libxml2.spec

diff --git a/packaging/libxml2.manifest b/packaging/libxml2.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 611bbac..c241e76 100644 (file)
@@ -8,6 +8,7 @@ Url:            http://xmlsoft.org
 # Source ftp://xmlsoft.org/libxml2/libxml2-git-snapshot.tar.gz changes every day
 Source:         ftp://xmlsoft.org/libxml2/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
+Source1001:    libxml2.manifest
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  xz-devel
@@ -53,6 +54,7 @@ to develop applications that require these.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 %configure --disable-static \
@@ -87,16 +89,19 @@ ln -s libxml2/libxml %{buildroot}%{_includedir}/libxml
 %postun -p /sbin/ldconfig
 
 %files 
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %license COPYING*
 %{_libdir}/lib*.so.*
 
 %files tools
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_bindir}/xmllint
 %{_bindir}/xmlcatalog
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_bindir}/xml2-config
 %dir %{_datadir}/aclocal