From c6a21c98ee5fe0613faa1c0f01bb9ecbcc81b68d Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 06:14:45 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/unifdef.manifest | 5 +++++ packaging/unifdef.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/unifdef.manifest diff --git a/packaging/unifdef.manifest b/packaging/unifdef.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/unifdef.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/unifdef.spec b/packaging/unifdef.spec index b5ec718..4c14fe5 100644 --- a/packaging/unifdef.spec +++ b/packaging/unifdef.spec @@ -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 -- 2.7.4