Compare commits

..

10 Commits

View File

@ -1,5 +1,5 @@
Name: parley Name: parley
Version: 4.14.3 Version: 16.12.1
Release: 1mamba Release: 1mamba
Summary: Parley - Vocabulary Trainer Summary: Parley - Vocabulary Trainer
Group: Graphical Desktop/Applications/Educational Group: Graphical Desktop/Applications/Educational
@ -7,18 +7,15 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com> Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org/applications/education/parley 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 License: GPL
BuildRequires: cmake
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: kdelibs-devel
BuildRequires: kde-workspace-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libICE-devel BuildRequires: libICE-devel
BuildRequires: libkdeedu-devel BuildRequires: libkdeedu-devel
BuildRequires: libphonon-devel BuildRequires: libphonon-devel
BuildRequires: libqt4-devel BuildRequires: libqt5-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: libsoprano-devel BuildRequires: libsoprano-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
@ -32,7 +29,10 @@ BuildRequires: libXpm-devel
BuildRequires: libXrender-devel BuildRequires: libXrender-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: kde-workspace BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: libkhtml-devel
#Requires: kde-workspace
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
@ -64,7 +64,7 @@ Features:
%setup -q %setup -q
%build %build
%cmake_kde4 -d build %cmake_kde5 -d build
%make %make
%install %install
@ -80,34 +80,76 @@ exit 0
%posttrans %posttrans
update-desktop-database -q &>/dev/null 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 exit 0
%postun %postun
if [ $1 -eq 0 ]; then if [ $1 -eq 0 ]; then
update-desktop-database -q &>/dev/null update-desktop-database -q &>/dev/null
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde4_icondir}/hicolor &>/dev/null gtk-update-icon-cache %{_kde5_icondir}/hicolor &>/dev/null
fi fi
exit 0 exit 0
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_kde4_bindir}/%{name} %{_kde5_bindir}/%{name}
%{_kde4_datadir}/%{name} %{_kde5_datadir}/%{name}
%{_kde4_datadir}/desktoptheme/default/widgets/parley_*.svg %{_datadir}/metainfo/org.kde.parley.appdata.xml
%{_kde4_kcfgdir}/*.kcfg %{_datadir}/icons/oxygen/*/actions/*.png
%{_kde4_libdir}/kde4/plasma_*%{name}.so %{_datadir}/icons/oxygen/scalable/actions/*.svgz
%{_kde4_icondir}/hicolor/*/apps/%{name}.png %dir %{_datadir}/kxmlgui5/parley
%{_kde4_icondir}/hicolor/scalable/apps/%{name}*.svgz %{_datadir}/kxmlgui5/parley/*.rc
%{_kde4_xdgappsdir}/%{name}.desktop %dir %{_datadir}/kxmlgui5/parley/themes
%{_kde4_sharedir}/appdata/parley.appdata.xml %{_datadir}/kxmlgui5/parley/themes/*
%{_kde4_servicesdir}/plasma*%{name}.desktop %{_kde5_kcfgdir}/*.kcfg
%config %{_kde4_configdir}/%{name}*.knsrc %{_kde5_icondir}/hicolor/*/apps/%{name}.png
%doc %lang(en) %{_kde4_htmldir}/en/%{name} %{_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 %doc AUTHORS COPYING COPYING.DOC TODO
%changelog %changelog
* Fri Jan 13 2017 Automatic Build System <autodist@mambasoft.it> 16.12.1-1mamba
- automatic version update by autodist
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 16.12.0-1mamba
- automatic version update by autodist
* Fri Nov 11 2016 Automatic Build System <autodist@mambasoft.it> 16.08.3-1mamba
- automatic version update by autodist
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 16.08.2-1mamba
- automatic version update by autodist
* Fri Sep 09 2016 Automatic Build System <autodist@mambasoft.it> 16.08.1-1mamba
- automatic version update by autodist
* Sat Aug 27 2016 Automatic Build System <autodist@mambasoft.it> 16.08.0-1mamba
- automatic version update by autodist
* Wed Jul 13 2016 Automatic Build System <autodist@mambasoft.it> 16.04.3-1mamba
- automatic version update by autodist
* Wed Jun 15 2016 Automatic Build System <autodist@mambasoft.it> 16.04.2-1mamba
- automatic version update by autodist
* Wed May 11 2016 Automatic Build System <autodist@mambasoft.it> 16.04.1-1mamba
- automatic version update by autodist
* Sat Apr 23 2016 Automatic Build System <autodist@mambasoft.it> 16.04.0-1mamba
- automatic version update by autodist
* Wed Mar 16 2016 Automatic Build System <autodist@mambasoft.it> 15.12.3-1mamba
- automatic version update by autodist
* Wed Feb 17 2016 Automatic Build System <autodist@mambasoft.it> 15.12.2-1mamba
- automatic version update by autodist
* Tue Jan 26 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.1-1mamba
- update to 15.12.1
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba * Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
- automatic version update by autodist - automatic version update by autodist