From c664298f625c757e80247c4c780cc9dbccd0d7af Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 22:01:53 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/bison.manifest | 5 +++++ packaging/bison.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/bison.manifest diff --git a/packaging/bison.manifest b/packaging/bison.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/bison.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/bison.spec b/packaging/bison.spec index d6232dd..da917f0 100644 --- a/packaging/bison.spec +++ b/packaging/bison.spec @@ -9,6 +9,7 @@ Group: Development/Languages/C and C++ Url: http://www.gnu.org/software/bison/bison.html Source: bison-%{version}.tar.xz Source2: baselibs.conf +Source1001: bison.manifest Requires: m4 %description @@ -16,6 +17,7 @@ Bison is a parser generator similar to yacc(1). %prep %setup -q +cp %{SOURCE1001} . %build %configure --disable-nls @@ -28,6 +30,7 @@ make %{?_smp_mflags} check %make_install %files +%manifest %{name}.manifest %dir %{_datadir}/aclocal %{_bindir}/bison %{_bindir}/yacc -- 2.7.4