From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:13:08 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214359^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fupstream%2Fx86info.git resetting manifest requested domain to floor --- diff --git a/packaging/x86info.manifest b/packaging/x86info.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/x86info.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/x86info.spec b/packaging/x86info.spec index cc547c3..6f0fa78 100644 --- a/packaging/x86info.spec +++ b/packaging/x86info.spec @@ -7,6 +7,7 @@ Version: 1.30 Release: 1 Summary: Show x86 CPU Information Source: http://www.codemonkey.org.uk/x86info/%{name}-%{version}.tgz +Source1001: x86info.manifest BuildRequires: gcc BuildRequires: python BuildRequires: pkgconfig(libpci) @@ -20,6 +21,7 @@ revisions, and more. %prep %setup -q +cp %{SOURCE1001} . %build make CFLAGS="$RPM_OPT_FLAGS" @@ -36,6 +38,7 @@ install -m 644 lsmsr.8 $RPM_BUILD_ROOT%{_mandir}/man8 %files +%manifest %{name}.manifest %license COPYING %defattr(-, root, root) %doc %{_mandir}/man1/%{name}.1.gz