resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 03:14:45 +0000 (06:14 +0300)
committerPhilippe Coval <philippe.coval@open.eurogiciel.org>
Tue, 6 Jan 2015 11:28:50 +0000 (12:28 +0100)
packaging/unifdef.manifest [new file with mode: 0644]
packaging/unifdef.spec

diff --git a/packaging/unifdef.manifest b/packaging/unifdef.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index b5ec718..4c14fe5 100644 (file)
@@ -6,6 +6,7 @@ Summary:        Removes ifdefs from C files
 Url:            http://dotat.at/prog/unifdef/
 Group:          Development/Tools
 Source:         http://dotat.at/prog/unifdef/%{name}-%{version}.tar.gz
+Source1001:    unifdef.manifest
 
 %description
 Unifdef is useful for removing ifdef'ed lines from a file while otherwise
@@ -22,6 +23,7 @@ prog %{name} = {
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 make %?_smp_mflags CC=gcc CFLAGS="%{optflags}"
@@ -30,6 +32,7 @@ make %?_smp_mflags CC=gcc CFLAGS="%{optflags}"
 make install DESTDIR=%{buildroot} prefix=%{_prefix}
 
 %files
+%manifest %{name}.manifest
 %license COPYING
 %{_bindir}/unifdef
 %{_bindir}/unifdefall