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
This commit is contained in:
parent
99eafc1b5e
commit
d66e69206c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user