From: Alexandru Cornea Date: Sat, 29 Jun 2013 01:55:58 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214407^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_wearable;p=platform%2Fupstream%2Fwhich.git resetting manifest requested domain to floor --- diff --git a/packaging/which.manifest b/packaging/which.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/which.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/which.spec b/packaging/which.spec index b6b1182..f91970f 100644 --- a/packaging/which.spec +++ b/packaging/which.spec @@ -6,6 +6,7 @@ Summary: Displays where a particular program in your path is located Url: http://www.xs4all.nl/~carlo17/which/ Group: Applications/System Source0: http://www.xs4all.nl/~carlo17/which/%{name}-%{version}.tar.bz2 +Source1001: which.manifest BuildRequires: readline-devel %description @@ -14,6 +15,7 @@ the specified program is in your PATH. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -26,6 +28,7 @@ make %{?_smp_mflags} %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_bindir}/*