From ed9328216a2553f9e7eb9196209e67213cb8ef8d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 22:03:35 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/pixman.manifest | 5 +++++ packaging/pixman.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/pixman.manifest diff --git a/packaging/pixman.manifest b/packaging/pixman.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/pixman.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/pixman.spec b/packaging/pixman.spec index 352b4f5..cf55942 100644 --- a/packaging/pixman.spec +++ b/packaging/pixman.spec @@ -7,6 +7,7 @@ Url: http://www.x.org/ Group: Graphics/Libraries Source: %{name}-%{version}.tar.gz Source1: baselibs.conf +Source1001: pixman.manifest BuildRequires: pkgconfig(libpng12) %description @@ -24,6 +25,7 @@ Development components for the pixman library. %prep %setup -q +cp %{SOURCE1001} . %build @@ -38,11 +40,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root,-) %license COPYING %{_libdir}/libpixman-1*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %dir %{_includedir}/pixman-1 %{_includedir}/pixman-1/pixman.h -- 2.34.1