Hello community, here is the log from the commit of package qalculate for openSUSE:Factory checked in at 2017-01-31 12:15:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qalculate (Old) and /work/SRC/openSUSE:Factory/.qalculate.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qalculate" Changes: -------- --- /work/SRC/openSUSE:Factory/qalculate/qalculate.changes 2017-01-19 10:36:13.353636361 +0100 +++ /work/SRC/openSUSE:Factory/.qalculate.new/qalculate.changes 2017-02-03 18:59:30.367769486 +0100 @@ -1,0 +2,6 @@ +Thu Jan 19 10:43:13 UTC 2017 - [email protected] + +- Trim filler words from description. +- Remove unused .la files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qalculate.spec ++++++ --- /var/tmp/diff_new_pack.fBuafm/_old 2017-02-03 18:59:30.799708818 +0100 +++ /var/tmp/diff_new_pack.fBuafm/_new 2017-02-03 18:59:30.803708257 +0100 @@ -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 @@ 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 @@ 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: 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 @@ %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 @@ %defattr(-,root,root) %{_includedir}/%{libname} %{_libdir}/%{libname}.so -%{_libdir}/%{libname}.la %{_libdir}/pkgconfig/%{libname}.pc %changelog
