From e52e7cd8d3553116787eb0573f3b3d379f09698a Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:25:26 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libxml2.manifest | 5 +++++ packaging/libxml2.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/libxml2.manifest diff --git a/packaging/libxml2.manifest b/packaging/libxml2.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libxml2.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libxml2.spec b/packaging/libxml2.spec index 611bbac..c241e76 100644 --- a/packaging/libxml2.spec +++ b/packaging/libxml2.spec @@ -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 -- 2.7.4