Accepting request 451867 from KDE:Distro:Factory

1

OBS-URL: https://build.opensuse.org/request/show/451867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2017-01-31 11:15:04 +00:00 committed by Git OBS Bridge
parent ba73eb0e3c
commit 6770002e88
2 changed files with 17 additions and 13 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 19 10:43:13 UTC 2017 - jengelh@inai.de
- Trim filler words from description.
- Remove unused .la files.
-------------------------------------------------------------------
Thu Jan 12 20:36:48 UTC 2017 - fabian@ritter-vogt.de

View File

@ -21,7 +21,7 @@
Name: qalculate
Version: 0.9.10
Release: 0
Summary: Powerful Calulator application
Summary: Multi-purpose desktop calulator application
License: GPL-2.0+
Group: Productivity/Scientific/Math
Url: https://qalculate.github.io/
@ -38,11 +38,10 @@ BuildRequires: readline-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting,
and a graphical interface that uses a one-line fault-tolerant expression entry
(although it supports optional traditional buttons).
Qalculate is a multi-purpose desktop calculator. Features include
customizable functions, units, arbitrary precision, plotting, and a
graphical interface that uses a one-line fault-tolerant expression
entry (although it supports optional traditional buttons).
This is the commandline interface, named qalc.
%package -n %{libname}%{major}
@ -52,11 +51,10 @@ Suggests: %{name}
Provides: %{libname} = %{version}
%description -n %{libname}%{major}
Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux. It is
small and simple to use but with much power and versatility underneath.
Features include customizable functions, units, arbitrary precision, plotting,
and a graphical interface that uses a one-line fault-tolerant expression entry
(although it supports optional traditional buttons).
Qalculate is a multi-purpose desktop calculator. Features include
customizable functions, units, arbitrary precision, plotting, and a
graphical interface that uses a one-line fault-tolerant expression
entry.
This is the shared library package.
%package -n %{libname}-devel
@ -68,7 +66,7 @@ Requires: glib2-devel
Requires: libxml2-devel
%description -n %{libname}-devel
This package contains the header files, static libraries and development
This package contains the header files and development
documentation for %{libname}. If you like to develop programs using %{libname},
you will need to install %{libname}-devel.
@ -82,6 +80,7 @@ make %{?_smp_mflags}
%install
%make_install
%find_lang libqalculate
rm -f "%{buildroot}/%{_libdir}"/*.la
%post -n %{libname}%{major} -p /sbin/ldconfig
%postun -n %{libname}%{major} -p /sbin/ldconfig
@ -101,7 +100,6 @@ make %{?_smp_mflags}
%defattr(-,root,root)
%{_includedir}/%{libname}
%{_libdir}/%{libname}.so
%{_libdir}/%{libname}.la
%{_libdir}/pkgconfig/%{libname}.pc
%changelog