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