From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:18:28 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/base/20151223.052241~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac385953f2104a74cedd4dfe08513897283a8112;p=platform%2Fupstream%2Flibgpg-error.git resetting manifest requested domain to floor --- diff --git a/packaging/libgpg-error.manifest b/packaging/libgpg-error.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libgpg-error.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libgpg-error.spec b/packaging/libgpg-error.spec index 126f5ce..8516f4f 100644 --- a/packaging/libgpg-error.spec +++ b/packaging/libgpg-error.spec @@ -7,6 +7,7 @@ Url: http://www.gnupg.org/ Group: Security/Crypto Libraries Source: %{name}-%{version}.tar.bz2 Source1: baselibs.conf +Source1001: libgpg-error.manifest BuildRequires: gettext-tools BuildRequires: libtool @@ -27,6 +28,7 @@ Files needed for software development using libgpg-error. %prep %setup -q -n libgpg-error-%{version} +cp %{SOURCE1001} . %build autoreconf -fiv @@ -46,11 +48,13 @@ rm -r %{buildroot}%{_datadir}/common-lisp %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING.LIB COPYING %{_libdir}/libgpg-error*.so.* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_datadir}/aclocal/gpg-error.m4 %{_includedir}/*