Add default Smack manifest for bison.spec 1.0_post 2.0alpha master 2.0_alpha
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:34 +0000 (17:49 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:34 +0000 (17:49 -0700)
Change-Id: Ib496af1aef73d7f8c5862233a5ee5a5d180c84ef
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/bison.manifest [new file with mode: 0644]
packaging/bison.spec

diff --git a/packaging/bison.manifest b/packaging/bison.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 2927a97..e0275a9 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A GNU general-purpose parser generator
 Url:            http://www.gnu.org/software/bison/
 Group:          Development/Tools
 Source:         ftp://ftp.gnu.org/pub/gnu/bison/bison-%{version}.tar.bz2
+Source1001: packaging/bison.manifest 
 BuildRequires:  m4 >= 1.4
 Requires:       m4 >= 1.4
 
@@ -49,6 +50,7 @@ simple programs to supply minimal support for the generated parsers.
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 %configure --disable-nls
 make
 
@@ -64,6 +66,7 @@ rm -rf %{buildroot}/%{_infodir}
 # The distribution contains also source files.  These are used by m4
 # when the target parser file is generated.
 %files
+%manifest bison.manifest
 %defattr(-,root,root,-)
 %doc AUTHORS NEWS README THANKS TODO
 %{_mandir}/*/bison*
@@ -72,5 +75,6 @@ rm -rf %{buildroot}/%{_infodir}
 %{_datadir}/aclocal/bison*.m4
 
 %files devel
+%manifest bison.manifest
 %defattr(-,root,root)
 %{_libdir}/liby.a