From 794756388ecfa94dd49d0c4d6a48f905501f18ce Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 22:06:50 +0300 Subject: resetting manifest requested domain to floor --- packaging/cmake.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packaging/cmake.spec') diff --git a/packaging/cmake.spec b/packaging/cmake.spec index d9905ca28..5e6f6fa40 100644 --- a/packaging/cmake.spec +++ b/packaging/cmake.spec @@ -8,6 +8,7 @@ Group: Platfrom Development/Tools Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz Source1: macros.cmake Source2: TizenCommon.cmake +Source1001: cmake.manifest BuildRequires: fdupes BuildRequires: expat-devel BuildRequires: pkgconfig(libarchive) >= 2.8.0 @@ -28,6 +29,7 @@ template instantiation. %prep %setup -q -n cmake-%{version} +cp %{SOURCE1001} . %build export CXXFLAGS="$RPM_OPT_FLAGS" @@ -57,6 +59,7 @@ fdupes %buildroot/usr/share/cmake %docs_package %files +%manifest %{name}.manifest %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/rpm/macros.cmake %doc %{_datadir}/doc/packages/%{name} -- cgit v1.2.3