summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packaging/gpgme.manifest5
-rw-r--r--packaging/gpgme.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/gpgme.manifest b/packaging/gpgme.manifest
new file mode 100644
index 0000000..017d22d
--- /dev/null
+++ b/packaging/gpgme.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/gpgme.spec b/packaging/gpgme.spec
index cc1b6e5..65bef99 100644
--- a/packaging/gpgme.spec
+++ b/packaging/gpgme.spec
@@ -22,6 +22,7 @@ Group: Productivity/Security
Url: http://www.gnupg.org/related_software/gpgme/
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
+Source1001: gpgme.manifest
BuildRequires: automake
BuildRequires: libassuan-devel >= 2.0.2
BuildRequires: libgpg-error-devel >= 1.8
@@ -86,6 +87,7 @@ of standard widgets for common key selection tasks is even planned.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
sh autogen.sh
@@ -115,17 +117,20 @@ make check
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
%{_datadir}/common-lisp
%{_infodir}/gpgme*
%files -n libgpgme
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libgpgme.so.*
%{_libdir}/libgpgme-pthread.so.*
%files -n libgpgme-devel
+%manifest %{name}.manifest
%defattr(-,root,root)
%{_libdir}/libgpgme.so
%{_libdir}/libgpgme-pthread.so