From 4a0b4bf52e1c72085f95b026bb240830ece36421 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:33:44 +0300 Subject: [PATCH] resetting manifest requested domain to floor Change-Id: I989d5b03f816c82829b4cc7286f1a85736498370 --- packaging/gtest.manifest | 5 +++++ packaging/gtest.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/gtest.manifest diff --git a/packaging/gtest.manifest b/packaging/gtest.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/gtest.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/gtest.spec b/packaging/gtest.spec index a8f2d4e..ec22c36 100755 --- a/packaging/gtest.spec +++ b/packaging/gtest.spec @@ -6,6 +6,7 @@ License: TO_BE/FILLED_IN Vendor: TO_BE/FILLED_IN Group: TO_BE/FILLED_IN Source0: %{name}-%{version}.tar.gz +Source1001: gtest.manifest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig(python) #BuildRequires: automake autoconf libtool @@ -24,6 +25,7 @@ gtest library (DEV) %prep %setup -q +cp %{SOURCE1001} . %build ./configure --prefix=/usr @@ -42,11 +44,13 @@ make DESTDIR=$RPM_BUILD_ROOT install /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) /usr/lib/libgtest_main.so.* /usr/lib/libgtest.so.* %files devel +%manifest %{name}.manifest /usr/include/gtest/*.h /usr/include/gtest/internal/*.h /usr/lib/libgtest_main.so -- 2.7.4