resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:58:16 +0000 (20:58 +0300)
committerMichael Demeter <michael.demeter@intel.com>
Mon, 19 Aug 2013 21:54:58 +0000 (14:54 -0700)
packaging/nspr.manifest [new file with mode: 0644]
packaging/nspr.spec

diff --git a/packaging/nspr.manifest b/packaging/nspr.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 8a32afe..d651656 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://www.mozilla.org/projects/nspr/
 Group:          System/Libraries
 Source:         ftp://ftp.mozilla.org/pub/nspr/releases/v%{version}/src/nspr-%{version}.tar.bz2
 Source1:        baselibs.conf
+Source1001:    nspr.manifest
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -30,6 +31,7 @@ memory management (malloc and free), and shared library linking.
 
 %prep
 %setup -n nspr-%{version} -q
+cp %{SOURCE1001} .
 cd mozilla
 
 %build
@@ -78,10 +80,12 @@ chmod -x %{buildroot}%{_includedir}/nspr4/prvrsion.h
 %postun -p /sbin/ldconfig
 
 %files
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_libdir}/*.so
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-, root, root)
 %{_bindir}/nspr-config
 %{_libdir}/pkgconfig/nspr.pc