From: Alexandru Cornea Date: Fri, 28 Jun 2013 21:11:27 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/6.0/unified/20201030.105908 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2F6.0%2Funified%2F20201030.105908;p=platform%2Fupstream%2Fgperf.git resetting manifest requested domain to floor --- diff --git a/packaging/gperf.manifest b/packaging/gperf.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/gperf.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/gperf.spec b/packaging/gperf.spec index cfbf61a..5a4ce04 100644 --- a/packaging/gperf.spec +++ b/packaging/gperf.spec @@ -6,6 +6,7 @@ Summary: A perfect hash function generator Url: http://www.gnu.org/software/gperf/ Group: Development/Tools Source0: ftp://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.gz +Source1001: gperf.manifest BuildRequires: gcc-c++ %description @@ -17,6 +18,7 @@ a single string comparison only. %prep %setup -q +cp %{SOURCE1001} . %build @@ -35,6 +37,7 @@ rm -f %{buildroot}%{_datadir}/doc/gperf.html %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root,-) %doc NEWS README doc/gperf.html