From 4cbaa36f987c06341b1cdac18601f5f1f55e9615 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:11:27 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/gperf.manifest | 5 +++++ packaging/gperf.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/gperf.manifest 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 -- 2.7.4