From d66e69206cc02446028156431aa09e49e7ec2d0e35981ba46632c4d073614187 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 28 Nov 2012 15:33:17 +0000 Subject: [PATCH] Accepting request 143304 from KDE:Distro:Factory Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/143304 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=8 --- qalculate.changes | 5 +++++ qalculate.spec | 9 ++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/qalculate.changes b/qalculate.changes index a05106f..494ba0c 100644 --- a/qalculate.changes +++ b/qalculate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 20 17:23:54 UTC 2012 - nico.kruber@gmail.com + +- Fix the SLES build (%make_install is not expanded on SLES) + ------------------------------------------------------------------- Wed Dec 7 14:18:26 UTC 2011 - coolo@suse.com diff --git a/qalculate.spec b/qalculate.spec index 861819f..f18edad 100644 --- a/qalculate.spec +++ b/qalculate.spec @@ -1,7 +1,7 @@ # # spec file for package qalculate # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define major 5 %define libname libqalculate @@ -64,7 +65,9 @@ This is the shared library package. Summary: Header files, libraries and development documentation for %{libname} Group: Development/Libraries/C and C++ Requires: %{libname} = %{version} -Requires: glib2-devel libxml2-devel cln-devel +Requires: cln-devel +Requires: glib2-devel +Requires: libxml2-devel %description -n %{libname}-devel This package contains the header files, static libraries and development @@ -79,7 +82,7 @@ you will need to install %{libname}-devel. %{__make} %{?jobs:-j%jobs} %install -%makeinstall +make DESTDIR=%{buildroot} install %find_lang libqalculate %clean