From 3d4e4cf5f811af6eebef75d0ed0231ba3347c207 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:26:47 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/json-c.manifest | 5 +++++ packaging/json-c.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/json-c.manifest 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 -- 2.7.4