From: Alexandru Cornea Date: Fri, 28 Jun 2013 23:31:50 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.215928^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_3.0.m14.3_ivi;p=platform%2Fupstream%2Flibdaemon.git resetting manifest requested domain to floor --- diff --git a/packaging/libdaemon.manifest b/packaging/libdaemon.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libdaemon.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libdaemon.spec b/packaging/libdaemon.spec index 02b3589..c154544 100644 --- a/packaging/libdaemon.spec +++ b/packaging/libdaemon.spec @@ -6,6 +6,7 @@ Summary: Lightweight C library That Eases the Writing of UNIX Daemons Url: http://0pointer.de/lennart/projects/libdaemon/ Group: System/Libraries Source: %{name}-%{version}.tar.gz +Source1001: libdaemon.manifest BuildRequires: doxygen BuildRequires: pkg-config @@ -27,6 +28,7 @@ daemons. %prep %setup -q +cp %{SOURCE1001} . %build %configure \ @@ -44,11 +46,13 @@ rm %{buildroot}%{_datadir}/doc/libdaemon/{README.html,style.css} %postun -p /sbin/ldconfig %files -n libdaemon +%manifest %{name}.manifest %defattr (-,root,root) %doc LICENSE %{_libdir}/libdaemon.so.0* %files devel +%manifest %{name}.manifest %defattr (-,root,root) %{_libdir}/libdaemon.so %{_libdir}/pkgconfig/libdaemon.pc