1
0

Accepting request 490405 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdesdk-thumbnailers?expand=0&rev=49
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:35:16 +00:00 committed by Git OBS Bridge
commit f6546dac0a
4 changed files with 59 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30e969535fb07786469815a4f9d37fbd05a8f7f3c9a29cc496559a80fd355a5c
size 11484

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:099de619bc780fb4b13c8a5c4f9bd4f4824d554f5deb436d78030126cc7cb990
size 17144

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:56 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:31 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:25 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* None
-------------------------------------------------------------------
Thu Mar 9 12:37:13 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: kdesdk-thumbnailers
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Translation file thumbnail generators
License: GPL-2.0+
@ -35,12 +36,17 @@ BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Widgets)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package allows KDE applications to show thumbnails
and previews of po files.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -50,16 +56,24 @@ and previews of po files.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
%doc COPYING*
%{_kf5_plugindir}/pothumbnail.so
%dir %{_kf5_configkcfgdir}
%{_kf5_configkcfgdir}/pocreatorsettings.kcfg
%{_kf5_servicesdir}/pothumbnail.desktop
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog