From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:12:18 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: submit/tizen_4.0_base/20180816.092824~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=835db437dfb0abd6e2bc7666a94a4022efa6986a;p=platform%2Fupstream%2Flibgcrypt.git resetting manifest requested domain to floor --- diff --git a/packaging/libgcrypt.manifest b/packaging/libgcrypt.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libgcrypt.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libgcrypt.spec b/packaging/libgcrypt.spec index b662c8a..36a1ec3 100644 --- a/packaging/libgcrypt.spec +++ b/packaging/libgcrypt.spec @@ -8,6 +8,7 @@ Url: http://directory.fsf.org/wiki/Libgcrypt Group: Security/Crypto Libraries Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libgcrypt.manifest BuildRequires: libgpg-error-devel >= 1.8 BuildRequires: libtool @@ -32,6 +33,7 @@ library. %prep %setup -q +cp %{SOURCE1001} . %build # define ciphers to build @@ -61,11 +63,13 @@ make %{?_smp_mflags} %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING COPYING.LIB %{_libdir}/%{name}.so.11* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_infodir}/gcrypt.info.gz %{_infodir}/gcrypt.info-1.gz