From b24ea324bd3a04fbe5b62ba96cba422224305f3a Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:24:26 +0100 Subject: [PATCH] automatic version update by autodist [release 15.12.3-1mamba;Wed Mar 16 2016] --- parley.spec | 52 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 19 deletions(-) diff --git a/parley.spec b/parley.spec index 39e6c0b..3659890 100644 --- a/parley.spec +++ b/parley.spec @@ -1,5 +1,5 @@ Name: parley -Version: 4.14.3 +Version: 15.12.3 Release: 1mamba Summary: Parley - Vocabulary Trainer Group: Graphical Desktop/Applications/Educational @@ -7,7 +7,7 @@ Vendor: openmamba Distribution: openmamba Packager: Davide Madrisan URL: http://www.kde.org/applications/education/parley -Source: http://download.kde.org/stable/%{version}/src/parley-%{version}.tar.xz +Source: http://download.kde.org/stable/applications/%{version}/src/parley-%{version}.tar.xz License: GPL BuildRequires: cmake ## AUTOBUILDREQ-BEGIN @@ -32,7 +32,9 @@ BuildRequires: libXpm-devel BuildRequires: libXrender-devel BuildRequires: libxslt-devel ## AUTOBUILDREQ-END -Requires: kde-workspace +BuildRequires: extra-cmake-modules +BuildRequires: libkhtml-devel +#Requires: kde-workspace BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -64,7 +66,7 @@ Features: %setup -q %build -%cmake_kde4 -d build +%cmake_kde5 -d build %make %install @@ -80,34 +82,46 @@ exit 0 %posttrans update-desktop-database -q &>/dev/null -gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null +gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null exit 0 %postun if [ $1 -eq 0 ]; then update-desktop-database -q &>/dev/null - touch --no-create %{_kde4_icondir}/hicolor &>/dev/null - gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null + touch --no-create %{_kde5_icondir}/hicolor &>/dev/null + gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null fi exit 0 %files %defattr(-,root,root) -%{_kde4_bindir}/%{name} -%{_kde4_datadir}/%{name} -%{_kde4_datadir}/desktoptheme/default/widgets/parley_*.svg -%{_kde4_kcfgdir}/*.kcfg -%{_kde4_libdir}/kde4/plasma_*%{name}.so -%{_kde4_icondir}/hicolor/*/apps/%{name}.png -%{_kde4_icondir}/hicolor/scalable/apps/%{name}*.svgz -%{_kde4_xdgappsdir}/%{name}.desktop -%{_kde4_sharedir}/appdata/parley.appdata.xml -%{_kde4_servicesdir}/plasma*%{name}.desktop -%config %{_kde4_configdir}/%{name}*.knsrc -%doc %lang(en) %{_kde4_htmldir}/en/%{name} +%{_kde5_bindir}/%{name} +%{_kde5_datadir}/%{name} +%{_datadir}/appdata/org.kde.parley.appdata.xml +%{_datadir}/icons/oxygen/*/actions/*.png +%{_datadir}/icons/oxygen/scalable/actions/*.svgz +%dir %{_datadir}/kxmlgui5/parley +%{_datadir}/kxmlgui5/parley/*.rc +%dir %{_datadir}/kxmlgui5/parley/themes +%{_datadir}/kxmlgui5/parley/themes/* +%{_kde5_kcfgdir}/*.kcfg +%{_kde5_icondir}/hicolor/*/apps/%{name}.png +%{_kde5_icondir}/hicolor/scalable/apps/%{name}*.svgz +%{_kde5_xdgappsdir}/org.kde.%{name}.desktop +%config %{_kde5_configdir}/%{name}*.knsrc +%doc %lang(en) %{_kde5_htmldir}/en/%{name} %doc AUTHORS COPYING COPYING.DOC TODO %changelog +* Wed Mar 16 2016 Automatic Build System 15.12.3-1mamba +- automatic version update by autodist + +* Wed Feb 17 2016 Automatic Build System 15.12.2-1mamba +- automatic version update by autodist + +* Tue Jan 26 2016 Silvan Calarco 15.12.1-1mamba +- update to 15.12.1 + * Thu Nov 20 2014 Automatic Build System 4.14.3-1mamba - automatic version update by autodist