periodic rebuild (manual edit: fix group) [release 0.5.9-2mamba;Tue Aug 20 2013]
This commit is contained in:
parent
4c4e05c2ca
commit
9aaa24834b
@ -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.
|
||||
|
||||
|
49
knights-themepack.spec
Normal file
49
knights-themepack.spec
Normal file
@ -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 <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
|
Loading…
Reference in New Issue
Block a user