From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:26:47 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/common/20141218.123316~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d4e4cf5f811af6eebef75d0ed0231ba3347c207;p=platform%2Fupstream%2Fjson-c.git resetting manifest requested domain to floor --- diff --git a/packaging/json-c.manifest b/packaging/json-c.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/json-c.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/json-c.spec b/packaging/json-c.spec index c073241..1b04d6f 100644 --- a/packaging/json-c.spec +++ b/packaging/json-c.spec @@ -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