From edeb8aa7be4b3756ff270eaf052de20af0512726 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 12:50:58 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/smartcard-plugin-uicc.manifest | 5 +++++ packaging/smartcard-plugin-uicc.spec | 4 +++- smartcard-plugin-uicc.manifest | 6 ------ 3 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 packaging/smartcard-plugin-uicc.manifest delete mode 100644 smartcard-plugin-uicc.manifest diff --git a/packaging/smartcard-plugin-uicc.manifest b/packaging/smartcard-plugin-uicc.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/smartcard-plugin-uicc.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/smartcard-plugin-uicc.spec b/packaging/smartcard-plugin-uicc.spec index 2e233d3..901d07c 100755 --- a/packaging/smartcard-plugin-uicc.spec +++ b/packaging/smartcard-plugin-uicc.spec @@ -5,6 +5,7 @@ Release: 0 Group: libs License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz +Source1001: smartcard-plugin-uicc.manifest BuildRequires: pkgconfig(dlog) BuildRequires: pkgconfig(tapi) BuildRequires: pkgconfig(smartcard-service) @@ -20,6 +21,7 @@ Smartcard Service plugin uicc %prep %setup -q +cp %{SOURCE1001} . %package devel Summary: smartcard service uicc @@ -55,7 +57,7 @@ cp -af %{_builddir}/%{name}-%{version}/packaging/smartcard-plugin-uicc %{buildro # -n nfc-common-lib -p /sbin/ldconfig %files -%manifest smartcard-plugin-uicc.manifest +%manifest %{name}.manifest %defattr(-,root,root,-) /usr/lib/se/lib*.so /usr/share/license/smartcard-plugin-uicc diff --git a/smartcard-plugin-uicc.manifest b/smartcard-plugin-uicc.manifest deleted file mode 100644 index ca37499..0000000 --- a/smartcard-plugin-uicc.manifest +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - -- 2.34.1