resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 21:58:33 +0000 (00:58 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Wed, 29 Aug 2018 08:31:23 +0000 (11:31 +0300)
packaging/flex.manifest [new file with mode: 0644]
packaging/flex.spec

diff --git a/packaging/flex.manifest b/packaging/flex.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index f149d0b..7c33f85 100644 (file)
@@ -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