From: Alexandru Cornea Date: Fri, 28 Jun 2013 18:34:27 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.221019^0 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fccache.git;a=commitdiff_plain;h=refs%2Fheads%2Ftizen_3.0.m1_mobile resetting manifest requested domain to floor --- diff --git a/packaging/ccache.manifest b/packaging/ccache.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/ccache.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/ccache.spec b/packaging/ccache.spec index 6e6086f..82efc69 100644 --- a/packaging/ccache.spec +++ b/packaging/ccache.spec @@ -27,6 +27,7 @@ License: GPLv3+ Url: http://ccache.samba.org/ Group: Development/Languages/C and C++ Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2 +Source1001: ccache.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: zlib-devel @@ -39,6 +40,7 @@ again. Supported languages are C, C++, Objective-C and Objective-C++. %prep %setup -q +cp %{SOURCE1001} . %build %configure @@ -51,6 +53,7 @@ make install DESTDIR=%{buildroot} rm -rf %{buildroot} %files +%manifest %{name}.manifest %defattr(-,root,root,-) %doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.* %doc %{_mandir}/man1/ccache.1%{ext_man}