rebuilt with libkdegames5-devel [release 15.12.0-2mamba;Sun Jan 03 2016]
This commit is contained in:
parent
cf7d52bc65
commit
e397fde2fd
54
kapman.spec
54
kapman.spec
@ -1,13 +1,13 @@
|
|||||||
Name: kapman
|
Name: kapman
|
||||||
Version: 4.14.3
|
Version: 15.12.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Pac-Man Clone
|
Summary: Pac-Man Clone
|
||||||
Group: Graphical Desktop/Applications/Games
|
Group: Graphical Desktop/Applications/Games
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.kde.org
|
URL: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/%{version}/src/kapman-%{version}.tar.xz
|
Source: http://download.kde.org/stable/applications/%{version}/src/kapman-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -15,9 +15,11 @@ BuildRequires: kdelibs-devel
|
|||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkdegames-devel
|
BuildRequires: libkdegames-devel
|
||||||
BuildRequires: libphonon-devel
|
BuildRequires: libphonon-devel
|
||||||
BuildRequires: libqt4-devel
|
BuildRequires: libqt5-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: libkdegames5-devel >= %{version}
|
||||||
|
BuildRequires: libknotifyconfig-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -30,7 +32,7 @@ Pac-Man Clone.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build
|
%cmake_kde5 -d build
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -43,17 +45,51 @@ Pac-Man Clone.
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/kapman
|
%{_bindir}/kapman
|
||||||
%{_datadir}/applications/kde4/kapman.desktop
|
%{_datadir}/appdata/kapman.appdata.xml
|
||||||
%dir %{_datadir}/apps/kapman
|
%{_datadir}/applications/org.kde.kapman.desktop
|
||||||
%{_datadir}/apps/kapman/*
|
%dir %{_datadir}/kapman
|
||||||
|
%{_datadir}/kapman/defaultmaze.xml
|
||||||
|
%dir %{_datadir}/kapman/themes
|
||||||
|
%{_datadir}/kapman/themes/*
|
||||||
|
%{_datadir}/kxmlgui5/kapman/kapmanui.rc
|
||||||
%{_datadir}/doc/HTML/en/kapman/*
|
%{_datadir}/doc/HTML/en/kapman/*
|
||||||
%{_datadir}/icons/hicolor/*/apps/kapman.png
|
%{_datadir}/icons/hicolor/*/apps/kapman.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/kapman.svgz
|
#%{_datadir}/icons/hicolor/scalable/apps/kapman.svgz
|
||||||
%dir %{_datadir}/sounds/kapman
|
%dir %{_datadir}/sounds/kapman
|
||||||
%{_datadir}/sounds/kapman/*.ogg
|
%{_datadir}/sounds/kapman/*.ogg
|
||||||
%doc COPYING COPYING.DOC
|
%doc COPYING COPYING.DOC
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 03 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 15.12.0-2mamba
|
||||||
|
- rebuilt with libkdegames5-devel
|
||||||
|
|
||||||
|
* 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 May 11 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
|
* 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