From ba6d7e376a06c49f40690df847d34209f1c8ce02 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 16:32:56 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- libshortcut.manifest | 6 ------ packaging/libshortcut.manifest | 5 +++++ packaging/libshortcut.spec | 5 ++++- 3 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 libshortcut.manifest create mode 100644 packaging/libshortcut.manifest diff --git a/libshortcut.manifest b/libshortcut.manifest deleted file mode 100644 index 2407763..0000000 --- a/libshortcut.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/packaging/libshortcut.manifest b/packaging/libshortcut.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libshortcut.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libshortcut.spec b/packaging/libshortcut.spec index 54d12f3..c91e516 100644 --- a/packaging/libshortcut.spec +++ b/packaging/libshortcut.spec @@ -5,6 +5,7 @@ Release: 0 Group: HomeTF/Framework License: Apache License Source0: %{name}-%{version}.tar.gz +Source1001: libshortcut.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig @@ -32,6 +33,7 @@ Requires: %{name} = %{version}-%{release} %prep %setup -q +cp %{SOURCE1001} . %build %cmake . @@ -49,7 +51,7 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal %postun %files -n libshortcut -%manifest libshortcut.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) %{_libdir}/*.so* %{_prefix}/etc/package-manager/parserlib/* @@ -58,6 +60,7 @@ touch %{buildroot}/opt/dbspace/.shortcut_service.db-journal %attr(640,root,app) /opt/dbspace/.shortcut_service.db-journal %files devel +%manifest %{name}.manifest %defattr(-,root,root,-) %{_includedir}/shortcut/shortcut_PG.h %{_includedir}/shortcut/shortcut.h -- 2.7.4