Package pysol-cardsets: Specfile

Name: pysol-cardsets
Version: 4.40
Release: alt3

Summary: PySol provides several solitaire card games
License: GPL
Group: Games/Cards
URL: http://www.oberhumer.com/opensource/pysol/

Source0: %name-%version.tar.bz2

BuildArchitectures: noarch

# see https://bugzilla.altlinux.org/show_bug.cgi?id=35246
#Requires: pysol

%description
A collection of free cardsets adapted for use with PySol.

%prep
%setup -q

%install
mkdir -p %buildroot%_gamesdatadir/pysol
cp -rf data/* %buildroot%_gamesdatadir/pysol

%files
%_gamesdatadir/pysol/*


%changelog
* Mon Aug 13 2018 Igor Vlasenko <viy@altlinux.ru> 4.40-alt3
- removed req on pysol (closes: #35246)

* Mon Oct 12 2009 Igor Vlasenko <viy@altlinux.ru> 4.40-alt2
- moved to /usr/share/games (to fix the build)

* Thu Oct 30 2003 Alexei Takaseev <taf@altlinux.ru> 4.40-alt1
- initial package