resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 20:40:14 +0000 (23:40 +0300)
committerChanho Park <chanho61.park@samsung.com>
Thu, 11 Sep 2014 08:41:48 +0000 (17:41 +0900)
packaging/gmp.manifest [new file with mode: 0644]
packaging/gmp.spec

diff --git a/packaging/gmp.manifest b/packaging/gmp.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index c7188c6..f59463e 100644 (file)
@@ -8,6 +8,7 @@ Url:            http://gmplib.org/
 Group:          System/Libraries
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
+Source1001:    gmp.manifest
 BuildRequires:  gcc-c++
 
 %description
@@ -49,6 +50,7 @@ huge numbers (integer and floating point).
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="%{optflags} -fexceptions";
@@ -91,22 +93,27 @@ make check
 %postun -n libmp -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %doc AUTHORS README NEWS
 
 %files -n libgmp
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libgmp.so.10*
 
 %files -n libgmpxx
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libgmpxx.so.4*
 
 %files -n libmp
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libmp.so.3*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc AUTHORS README NEWS
 %doc %{_infodir}/gmp.info*.gz