diff options
-rw-r--r-- | packaging/flex.manifest | 5 | ||||
-rw-r--r-- | packaging/flex.spec | 3 |
2 files changed, 8 insertions, 0 deletions
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 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> 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 |