From 0001da24dd8e7380ca964640000f67900944dab9 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 00:58:33 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/flex.manifest | 5 +++++ packaging/flex.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/flex.manifest diff --git a/packaging/flex.manifest b/packaging/flex.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/flex.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/flex.spec b/packaging/flex.spec index f149d0b..7c33f85 100644 --- a/packaging/flex.spec +++ b/packaging/flex.spec @@ -9,6 +9,7 @@ Group: Development/Languages/C and C++ Source: %{name}-%{version}.tar.bz2 Source1: lex-wrapper.sh Source3: baselibs.conf +Source1001: flex.manifest BuildRequires: automake BuildRequires: makeinfo BuildRequires: bison @@ -22,6 +23,7 @@ patterns in text. %prep %setup -q +cp %{SOURCE1001} . %build autoreconf -fi @@ -39,6 +41,7 @@ install %{SOURCE1} %{buildroot}/%{_bindir}/lex %remove_docs %files +%manifest %{name}.manifest %license COPYING %defattr(-,root,root) /usr/bin/flex -- 2.7.4