rebuilt with libkeduvocdocument 15.12.0 [release 15.12.0-2mamba;Thu Jan 07 2016]
This commit is contained in:
parent
a710172a5d
commit
2b075ba4be
@ -1,13 +1,13 @@
|
|||||||
Name: khangman
|
Name: khangman
|
||||||
Version: 4.14.3
|
Version: 15.12.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Hangman Game
|
Summary: Hangman Game
|
||||||
Group: Graphical Desktop/Applications/Educational
|
Group: Graphical Desktop/Applications/Educational
|
||||||
Vendor: openmamba
|
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
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{version}/src/khangman-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/khangman-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -20,6 +20,8 @@ BuildRequires: libphonon-devel
|
|||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt4-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libkeduvocdocument-devel >= %{version}
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
Requires: kde-workspace
|
Requires: kde-workspace
|
||||||
Provides: khangman4 = %{?epoch:%epoch:}%{version}-%{release}
|
Provides: khangman4 = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Obsoletes: khangman4
|
Obsoletes: khangman4
|
||||||
@ -46,7 +48,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -62,44 +64,81 @@ 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}
|
%{_sysconfdir}/xdg/khangman.knsrc
|
||||||
%{_kde4_libdir}/libkhangmanengine.so.*
|
%{_kde5_bindir}/%{name}
|
||||||
%{_kde4_datadir}/%{name}
|
#%{_kde5_libdir}/libkhangmanengine.so.*
|
||||||
%{_kde4_kcfgdir}/%{name}.kcfg
|
%{_kde5_kcfgdir}/%{name}.kcfg
|
||||||
%{_kde4_icondir}/hicolor/*/apps/%{name}.png
|
%{_kde5_icondir}/hicolor/*/apps/%{name}.png
|
||||||
%{_kde4_icondir}/hicolor/scalable/apps/%{name}.svgz
|
%{_kde5_icondir}/hicolor/scalable/apps/%{name}.svgz
|
||||||
%{_kde4_icondir}/hicolor/80x80/apps/khangman-harmattan.png
|
%{_kde5_icondir}/hicolor/80x80/apps/khangman-harmattan.png
|
||||||
%{_kde4_icondir}/hicolor/scalable/apps/khangman-harmattan.svgz
|
%{_kde5_icondir}/hicolor/scalable/apps/khangman-harmattan.svgz
|
||||||
%{_kde4_sharedir}/appdata/khangman.appdata.xml
|
%{_kde5_sharedir}/appdata/khangman.appdata.xml
|
||||||
%{_kde4_xdgappsdir}/%{name}.desktop
|
%{_kde5_xdgappsdir}/org.kde.khangman.desktop
|
||||||
%config %{_kde4_configdir}/%{name}.knsrc
|
%dir %{_kde5_sharedir}/khangman
|
||||||
%doc %lang(en) %{_kde4_htmldir}/en/%{name}
|
%{_kde5_sharedir}/khangman/*
|
||||||
|
#%{_kde5_sharedir}/kxmlgui5/khangman/khangmanui.rc
|
||||||
|
%doc %lang(en) %{_kde5_htmldir}/en/%{name}
|
||||||
%{_mandir}/man6/%{name}.*
|
%{_mandir}/man6/%{name}.*
|
||||||
%doc AUTHORS COPYING COPYING.DOC
|
%doc AUTHORS COPYING COPYING.DOC
|
||||||
|
|
||||||
%files devel
|
#%files devel
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%dir %{_kde4_includedir}/khangman
|
#%dir %{_kde5_includedir}/khangman
|
||||||
%{_kde4_includedir}/khangman/khangman_engine_export.h
|
#%{_kde5_includedir}/khangman/khangmanengine.h
|
||||||
%{_kde4_includedir}/khangman/khangmanengine.h
|
#%{_kde5_includedir}/khangman/prefs.h
|
||||||
%{_kde4_includedir}/khangman/prefs.h
|
#%{_kde5_libdir}/libkhangmanengine.so
|
||||||
%{_kde4_libdir}/libkhangmanengine.so
|
#%doc ChangeLog README TODO
|
||||||
%doc ChangeLog README TODO
|
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Wed Nov 11 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
|
||||||
|
|
||||||
|
* Mon Apr 20 2015 Automatic Build System <autodist@mambasoft.it> 15.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 21 2015 Automatic Build System <autodist@mambasoft.it> 14.12.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon Jan 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 14.12.1-1mamba
|
||||||
|
- update to 14.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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user