50 lines
1.5 KiB
RPMSpec
50 lines
1.5 KiB
RPMSpec
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 <silvan.calarco@mambasoft.it>
|
|
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 <autodist@mambasoft.it> 0.5.9-2mamba
|
|
- periodic rebuild (manual edit: fix group)
|
|
|
|
* Sun Jun 01 2008 gil <puntogil@libero.it> 0.5.9-1mamba
|
|
- package created by autospec
|