resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 16:09:48 +0000 (19:09 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Fri, 21 Nov 2014 11:18:02 +0000 (12:18 +0100)
Change-Id: I43fab9dba15cbb511ee14f3d55a9d0d1d276e35a

packaging/libpng.manifest [new file with mode: 0644]
packaging/libpng.spec

diff --git a/packaging/libpng.manifest b/packaging/libpng.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 9fd7623..1c5d606 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A library of functions for manipulating PNG image format files
 Url:            http://www.libpng.org/pub/png/
 Group:          Graphics/Libraries
 Source:         %{name}-%{version}.tar.bz2
+Source1001:    libpng.manifest
 BuildRequires:  zlib-devel
 
 %description
@@ -31,6 +32,7 @@ for developing programs using the PNG (Portable Network Graphics) library.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 
@@ -45,10 +47,12 @@ rm -rf %{buildroot}/usr/share/man
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license LICENSE
 %{_libdir}/libpng*.so.*
 
 %files devel
+%manifest %{name}.manifest
 %{_bindir}/*
 %{_includedir}/*
 %{_libdir}/libpng*.so