resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 21:26:47 +0000 (00:26 +0300)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 3 Nov 2014 13:51:49 +0000 (14:51 +0100)
packaging/json-c.manifest [new file with mode: 0644]
packaging/json-c.spec

diff --git a/packaging/json-c.manifest b/packaging/json-c.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index c073241..1b04d6f 100644 (file)
@@ -7,6 +7,7 @@ Url:            http://oss.metaparadigm.com/%{name}
 Group:          System/Libraries
 Source0:        http://oss.metaparadigm.com/json-c/json-c-%{version}.tar.gz
 Source1:        baselibs.conf
+Source1001:    json-c.manifest
 BuildRequires:  libtool
 BuildRequires:  pkg-config
 
@@ -34,6 +35,7 @@ using the json-c library
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -51,11 +53,13 @@ make %{?_smp_mflags} check
 %postun -n libjson -p /sbin/ldconfig
 
 %files -n libjson
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_libdir}/libjson.so.*
 
 %files -n libjson-devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_libdir}/libjson.so
 %{_includedir}/json