resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 19:03:35 +0000 (22:03 +0300)
committerSung-Jin Park <sj76.park@samsung.com>
Fri, 21 Feb 2020 07:56:37 +0000 (16:56 +0900)
packaging/pixman.manifest [new file with mode: 0644]
packaging/pixman.spec

diff --git a/packaging/pixman.manifest b/packaging/pixman.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 352b4f533e4a90c67cfe08931273ec92e4ab0d68..cf559422ff392bd2039546335cfbd8c0699ccb42 100644 (file)
@@ -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