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

diff --git a/packaging/lzop.manifest b/packaging/lzop.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 40e3e82..5e220ec 100644 (file)
@@ -6,6 +6,7 @@ Summary:        lzop
 URL:            http://www.lzop.org
 Group:          Applications/Text
 Source:         %{name}-%{version}.tar.gz
+Source1001: packaging/lzop.manifest 
 BuildRequires:  lzo
 BuildRequires:  lzo-devel
 
@@ -23,6 +24,7 @@ of the GNU General Public License (GPL).
 %setup -q
 
 %build
+cp %{SOURCE1001} .
 %configure --disable-nls
 make PR_PROGRAM=%{_bindir}/pr
 
@@ -35,6 +37,7 @@ rm -rf %{buildroot}
 %docs_package 
 
 %files 
+%manifest lzop.manifest
 %defattr(-,root,root,-)
 %doc NEWS README COPYING
 %{_bindir}/*