resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 18:44:23 +0000 (21:44 +0300)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 29 Aug 2018 04:34:07 +0000 (13:34 +0900)
packaging/check.manifest [new file with mode: 0644]
packaging/check.spec

diff --git a/packaging/check.manifest b/packaging/check.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 0f0beb8..c9f1679 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://check.sourceforge.net/
 Group:          Development/Libraries/C and C++
 Source:         %{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
+Source1001:    check.manifest
 BuildRequires:  pkg-config
 
 %description
@@ -35,6 +36,7 @@ code editors and IDEs.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="%{optflags} -std=gnu99"
@@ -53,11 +55,13 @@ make %{?_smp_mflags}
 
 
 %files
+%manifest %{name}.manifest
 %defattr (-, root, root)
 %license COPYING.*
 %{_libdir}/*.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr (-, root, root)
 %dir %{_datadir}/aclocal
 %{_datadir}/aclocal/*.m4