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

diff --git a/packaging/uthash.manifest b/packaging/uthash.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index b7f4d47..1fbd7af 100644 (file)
@@ -6,6 +6,7 @@ License:   BSD-style single-clause
 Group:     System/Kernel
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Source0:   %{name}-%{version}.tar.bz2
+Source1001: packaging/uthash.manifest 
 
 %description
 Any C structure can be stored in a hash table using 
@@ -24,6 +25,7 @@ Description: %{summary}
 %prep
 %setup -q 
 %build
+cp %{SOURCE1001} .
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -36,6 +38,7 @@ cp utarray.h uthash.h utlist.h utstring.h $RPM_BUILD_ROOT/usr/include
 %clean
 
 %files devel
+%manifest uthash.manifest
 %defattr(-,root,root,-)
 %{_includedir}/utarray.h
 %{_includedir}/uthash.h