rebuilt with libkeduvocdocument 15.12.0 [release 15.12.0-2mamba;Thu Jan 07 2016]
This commit is contained in:
parent
b50f1a07eb
commit
f31de7110b
@ -1,13 +1,13 @@
|
||||
Name: kwordquiz
|
||||
Version: 4.14.3
|
||||
Release: 1mamba
|
||||
Version: 15.12.0
|
||||
Release: 2mamba
|
||||
Summary: KWordQuiz - Flash Card Trainer
|
||||
Group: Graphical Desktop/Applications/Educational
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/%{version}/src/kwordquiz-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/applications/%{version}/src/kwordquiz-%{version}.tar.xz
|
||||
License: GPL
|
||||
BuildRequires: cmake
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -17,10 +17,10 @@ BuildRequires: kde-workspace-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkdeedu-devel
|
||||
BuildRequires: libphonon-devel
|
||||
BuildRequires: libqt4-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: kde-workspace
|
||||
BuildRequires: libkeduvocdocument-devel >= %{version}
|
||||
Provides: kwordquiz4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Obsoletes: kwordquiz4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -39,7 +39,7 @@ Features:
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -51,37 +51,68 @@ Features:
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
touch --no-create %{_kde4_icondir}/hicolor &>/dev/null
|
||||
touch --no-create %{_kde5_icondir}/hicolor &>/dev/null
|
||||
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_kcfgdir}/%{name}.kcfg
|
||||
%{_kde4_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kde4_icondir}/hicolor/*/mimetypes/application-x-kwordquiz.png
|
||||
%{_kde4_sharedir}/appdata/kwordquiz.appdata.xml
|
||||
%{_kde4_xdgappsdir}/%{name}.desktop
|
||||
%config %{_kde4_configdir}/%{name}.knsrc
|
||||
%doc %lang(en) %{_kde4_htmldir}/en/%{name}
|
||||
%{_kde5_bindir}/%{name}
|
||||
%{_kde5_datadir}/%{name}
|
||||
%{_kde5_kcfgdir}/%{name}.kcfg
|
||||
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||
%{_kde5_icondir}/hicolor/*/mimetypes/application-x-kwordquiz.png
|
||||
%{_kde5_sharedir}/appdata/kwordquiz.appdata.xml
|
||||
%{_kde5_xdgappsdir}/org.kde.%{name}.desktop
|
||||
%{_datadir}/knotifications5/kwordquiz.knsrc
|
||||
%{_datadir}/kxmlgui5/kwordquiz/kwordquizui.rc
|
||||
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||
# README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Jan 07 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.0-2mamba
|
||||
- rebuilt with libkeduvocdocument 15.12.0
|
||||
|
||||
* Sun Dec 20 2015 Automatic Build System <autodist@mambasoft.it> 15.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 15.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 15.08.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Sep 20 2015 Automatic Build System <autodist@mambasoft.it> 15.08.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 23 2015 Automatic Build System <autodist@mambasoft.it> 15.08.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 02 2015 Automatic Build System <autodist@mambasoft.it> 15.04.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 03 2015 Automatic Build System <autodist@mambasoft.it> 15.04.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue May 12 2015 Automatic Build System <autodist@mambasoft.it> 15.04.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 10 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 20 2014 Automatic Build System <autodist@mambasoft.it> 4.14.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user