Accepting request 693272 from home:wolfi323:branches:KDE:Extra
- Update to 3.2.0: * Improvements + Use QPageSize::name() for names of page sizes * Buildsystem + Fix data install dir for Windows, make icons installed relative to that, make icons coinstallable + Make sure we don't try to build maps on Windows, even if Marble is around (it has Unix requirements) - Run spec-cleaner OBS-URL: https://build.opensuse.org/request/show/693272 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kreport?expand=0&rev=30
This commit is contained in:
parent
3e7125796f
commit
1e5066f257
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b6485629b5e4343b7ddf42efb1927310d60b143a22afe79925147d0ddcdf36c
|
||||
size 378980
|
3
kreport-3.2.0.tar.xz
Normal file
3
kreport-3.2.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:22716d719654e8f887fe4d33654e252ddf3d3d818c44e15a8af0e6f2e7d6ccd7
|
||||
size 374072
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 12:08:13 UTC 2019 - wbauer@tmo.at
|
||||
|
||||
- Update to 3.2.0:
|
||||
* Improvements
|
||||
+ Use QPageSize::name() for names of page sizes
|
||||
* Buildsystem
|
||||
+ Fix data install dir for Windows, make icons installed
|
||||
relative to that, make icons coinstallable
|
||||
+ Make sure we don't try to build maps on Windows, even if
|
||||
Marble is around (it has Unix requirements)
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 20 11:02:22 UTC 2018 - wbauer@tmo.at
|
||||
|
||||
|
22
kreport.spec
22
kreport.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kreport
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,19 +12,18 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 4
|
||||
|
||||
Name: kreport
|
||||
Version: 3.1.0
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: Framework for creation and generation of reports
|
||||
License: LGPL-2.0
|
||||
License: LGPL-2.0-only
|
||||
Group: Productivity/Office/Other
|
||||
Url: http://community.kde.org/KReport
|
||||
URL: https://community.kde.org/KReport
|
||||
Source0: https://download.kde.org/stable/%{name}/src/%{name}-%{version}.tar.xz
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: kconfig-devel
|
||||
@ -34,6 +33,7 @@ BuildRequires: kproperty-devel
|
||||
BuildRequires: kwidgetsaddons-devel
|
||||
BuildRequires: marble-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: python-base
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: cmake(Qt5WebKitWidgets)
|
||||
@ -42,8 +42,6 @@ BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: python-base
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Recommends: %{name}-lang
|
||||
|
||||
%description
|
||||
@ -83,19 +81,16 @@ Development package for the Report Creation and Generation framework
|
||||
%postun -n libKReport3-%{sover} -p /sbin/ldconfig
|
||||
|
||||
%files -n libKReport3-%{sover}
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB
|
||||
%license COPYING.LIB
|
||||
%{_libdir}/libKReport3.so.*
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_datadir}/kreport3/
|
||||
%{_kf5_servicetypesdir}/kreport_elementplugin.desktop
|
||||
%{_kf5_plugindir}/kreport3/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING*
|
||||
%license COPYING*
|
||||
%{_includedir}/KReport3/
|
||||
%{_libdir}/cmake/KReport3/
|
||||
%{_libdir}/libKReport3.so
|
||||
@ -103,6 +98,5 @@ Development package for the Report Creation and Generation framework
|
||||
%{_kf5_mkspecsdir}/qt_KReport3.pri
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user