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