From c3db153b9b7b8abb627192a625f54c67e07265c0 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 02:18:06 +0100 Subject: [PATCH] update to 2.5.0 [release 2.5.0-1mamba;Wed Aug 22 2012] --- README.md | 8 +++++ knights.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 92 insertions(+) create mode 100644 knights.spec diff --git a/README.md b/README.md index 0209c5a..2e8cc57 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # knights +Knights aims to be the ultimate chess resource on your computer. Written for the K Desktop Environment, it's designed to be both friendly to new chess players and functional for Grand Masters. Here's a quick list of Knights' key features: + +* Play against yourself, against computer opponents, or against others over the Internet +* Customize your board and pieces with over 30 different themes, or make your own! +* Audio cues help alert you to important events +* Novice players can preview potential moves +* Save your unfinished matches and play them again later + diff --git a/knights.spec b/knights.spec new file mode 100644 index 0000000..5386052 --- /dev/null +++ b/knights.spec @@ -0,0 +1,84 @@ +Name: knights +Version: 2.5.0 +Release: 1mamba +Summary: A KDE chess frontend to server chess engines including GNUChess +Group: Graphical Desktop/Applications/Games +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://kde-apps.org/content/show.php/Knights?content=122046 +Source: http://dl.dropbox.com/u/2888238/Knights/knights-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: gnuchess +BuildRequires: kdelibs-devel +BuildRequires: libgcc +BuildRequires: libkdegames-devel +BuildRequires: libqt4-devel +BuildRequires: libstdc++6-devel +## AUTOBUILDREQ-END +Requires: gnuchess >= 5.07 +BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot + + +%description +Knights aims to be the ultimate chess resource on your computer. Written for the K Desktop Environment, it's designed to be both friendly to new chess players and functional for Grand Masters. Here's a quick list of Knights' key features: + +* Play against yourself, against computer opponents, or against others over the Internet +* Customize your board and pieces with over 30 different themes, or make your own! +* Audio cues help alert you to important events +* Novice players can preview potential moves +* Save your unfinished matches and play them again later + +%prep +%setup -q + +%build +%cmake_kde4 -d build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall -C build + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files -f %{name}.lang +%defattr(-,root,root) +%{_kde4_bindir}/knights +%{_kde4_xdgappsdir}/knights.desktop +%{_kde4_datadir}/knights/knightsui.rc +%{_kde4_datadir}/knights/themes +%{_kde4_kcfgdir}/knights.kcfg +%{_kde4_configdir}/knights.knsrc +%{_kde4_icondir}/hicolor/*/apps/knights.png +%{_datadir}/dbus-1/interfaces/org.kde.Knights.xml +%dir %{_kde4_htmldir}/*/knights +%{_kde4_htmldir}/*/knights/* +%doc README README.themes + +%changelog +* Wed Aug 22 2012 Silvan Calarco 2.5.0-1mamba +- update to 2.5.0 + +* Thu Nov 11 2010 Silvan Calarco 2.1.1-1mamba +- update to 2.1.1 + +* Thu Nov 11 2010 Silvan Calarco 0.6.4-4mamba +- rebuilt without arts + +* Thu May 21 2009 Automatic Build System 0.6.4-3mamba +- fixed group and rebuilt + +* Sun Jun 01 2008 gil 0.6.4-2mamba +- add new buildrequires + +* Fri Mar 11 2005 Silvan Calarco 0.6.4-1qilnx +- update to version 0.6.4 by autospec + +* Thu Nov 25 2004 Silvan Calarco 0.6-1qilnx +- package created by autospec