add autogen.sh
authorAnas Nashif <anas.nashif@intel.com>
Mon, 25 Mar 2013 11:49:50 +0000 (04:49 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Mon, 25 Mar 2013 11:49:50 +0000 (04:49 -0700)
packaging/libiri.manifest [new file with mode: 0644]
packaging/libiri.spec

diff --git a/packaging/libiri.manifest b/packaging/libiri.manifest
new file mode 100644 (file)
index 0000000..2a0cec5
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+  <request>
+    <domain name="_"/>
+  </request>
+</manifest>
index febe452..e63794d 100644 (file)
@@ -6,6 +6,7 @@ Summary:        An IRI parsing library
 Url:           http://code.google.com/p/libiri/
 Group:         System/Libraries
 Source:                %{name}-%{version}.tar.gz
+Source1001: %{name}.manifest
 BuildRequires: autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
@@ -32,6 +33,7 @@ libiri is a simple toolkit for parsing Internationalized Resource Identifiers (I
 
 %prep
 %setup -q
+cp %{S:1001} .
 
 %build
 sh ./autogen.sh