From e00e7bfafad17178bf9a067af6f40bf306995e40239ab0ed42612776d9ed1b50 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 27 Nov 2012 12:10:31 +0000 Subject: [PATCH] Accepting request 142621 from home:worldcitizen:branches:devel:libraries:c_c++ Fixed SLE build replaced make_install makro by make DESTDIR=\%{buildroot} install OBS-URL: https://build.opensuse.org/request/show/142621 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cppunit?expand=0&rev=2 --- cppunit.changes | 6 ++++++ cppunit.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cppunit.changes b/cppunit.changes index 902d658..bf33769 100644 --- a/cppunit.changes +++ b/cppunit.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 23 17:16:53 UTC 2012 - joop.boonen@opensuse.org + +- Fixed SLE build replaced make_install makro by + make DESTDIR=\%{buildroot} install + ------------------------------------------------------------------- Fri Apr 20 12:03:31 UTC 2012 - joop.boonen@opensuse.org diff --git a/cppunit.spec b/cppunit.spec index 163216f..8eeb92b 100644 --- a/cppunit.spec +++ b/cppunit.spec @@ -71,7 +71,7 @@ export CXXFLAGS="%{optflags}" make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install # this got also installed to %_defaultdocdir rm -rf %{buildroot}%{_datadir}/cppunit/html/ find %{buildroot}%{_includedir} -type f | xargs chmod a-x