From 9aaa24834b74acc675a42c73300fe0b6f6ddf79d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 02:18:47 +0100 Subject: [PATCH] periodic rebuild (manual edit: fix group) [release 0.5.9-2mamba;Tue Aug 20 2013] --- README.md | 2 ++ knights-themepack.spec | 49 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 knights-themepack.spec diff --git a/README.md b/README.md index 400e869..acf3c6e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # knights-themepack +Knights is a chess interface for the K Desktop Environment. Knights works with all XBoard compatible chess engines, FICS, and .pgn files. This is a themes package for to control the GUI of the game. + diff --git a/knights-themepack.spec b/knights-themepack.spec new file mode 100644 index 0000000..6cf8413 --- /dev/null +++ b/knights-themepack.spec @@ -0,0 +1,49 @@ +Name: knights-themepack +Version: 0.5.9 +Release: 2mamba +Summary: Knights themes +Group: Graphical Desktop/Look 'n' feel/Themes +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://knights.sourceforge.net/ +Source: http://downloads.sourceforge.net/knights/knights-themepack-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END +###BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Knights is a chess interface for the K Desktop Environment. Knights works with all XBoard compatible chess engines, FICS, and .pgn files. This is a themes package for to control the GUI of the game. + +%prep +%setup -q -n %{name} + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +mkdir -p %{buildroot}%{_datadir}/apps/knights/themes +cp * %{buildroot}%{_datadir}/apps/knights/themes + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%dir %{_datadir}/apps/knights/themes +%{_datadir}/apps/knights/themes/*.tar.gz +%doc %{_datadir}/apps/knights/themes/AUTHORS +%doc %{_datadir}/apps/knights/themes/COPYING +%doc %{_datadir}/apps/knights/themes/INSTALL +%doc %{_datadir}/apps/knights/themes/README +%doc AUTHORS COPYING +#README + +%changelog +* Tue Aug 20 2013 Automatic Build System 0.5.9-2mamba +- periodic rebuild (manual edit: fix group) + +* Sun Jun 01 2008 gil 0.5.9-1mamba +- package created by autospec