From 195564009203b4734d44f5fa67fc65bd071c4e79 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 19:25:44 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/wrt.manifest | 5 +++++ packaging/wrt.spec | 5 ++++- wrt.manifest | 16 ---------------- 3 files changed, 9 insertions(+), 17 deletions(-) create mode 100644 packaging/wrt.manifest delete mode 100644 wrt.manifest diff --git a/packaging/wrt.manifest b/packaging/wrt.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/wrt.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/wrt.spec b/packaging/wrt.spec index 4954b7b..6719cea 100644 --- a/packaging/wrt.spec +++ b/packaging/wrt.spec @@ -9,6 +9,7 @@ URL: N/A Source0: %{name}-%{version}.tar.gz ## wrt-launchpad-daemon ####################################################### Source101: wrt_launchpad_daemon@.service +Source1001: wrt.manifest ############################################################################### BuildRequires: cmake @@ -79,6 +80,7 @@ wrt library development headers %prep %setup -q +cp %{SOURCE1001} . %define with_tests 0 %if "%{WITH_TESTS}" == "ON" || "%{WITH_TESTS}" == "Y" || "%{WITH_TESTS}" == "YES" || "%{WITH_TESTS}" == "TRUE" || "%{WITH_TESTS}" == "1" @@ -152,7 +154,7 @@ systemctl daemon-reload ############################################################################### %files -%manifest wrt.manifest +%manifest %{name}.manifest %{_libdir}/*.so %{_libdir}/*.so.* %attr(755,root,root) %{_bindir}/wrt-client @@ -185,6 +187,7 @@ systemctl daemon-reload ############################################################################### %files devel +%manifest %{name}.manifest %{_includedir}/* %{_libdir}/pkgconfig/* diff --git a/wrt.manifest b/wrt.manifest deleted file mode 100644 index bef73b2..0000000 --- a/wrt.manifest +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - -- 2.7.4