/[packages]/cauldron/PySolFC-cardsets/current/SPECS/PySolFC-cardsets.spec
ViewVC logotype

Contents of /cauldron/PySolFC-cardsets/current/SPECS/PySolFC-cardsets.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 942142 - (show annotations) (download)
Sat Feb 6 09:32:46 2016 UTC (8 years, 2 months ago) by shlomif
File size: 1067 byte(s)
- Remove conflicting files between this and PySolFC
1 %define thegame PySolFC
2 %define arcname %{thegame}-Cardsets
3 %define arcwithver %{arcname}-%{version}
4 %define pysol_ver 2.0
5 %define instdir /usr/share/%{thegame}
6
7 Summary: A collection of free cardsets adapted for use with PySolFC
8 Name: %{thegame}-cardsets
9 Version: 2.0
10 Release: %mkrel 9
11 Source0: %{arcwithver}.tar.bz2
12 License: GPL
13 Group: Games/Cards
14 URL: http://pysolfc.sourceforge.net/
15 BuildArch: noarch
16 Requires: %{thegame} >= %pysol_ver
17 Obsoletes: pysol-cardsets
18
19 %description
20 A collection of 153 free cardsets adapted for use with PySolFC.
21
22 %prep
23 %setup -q -n %{arcwithver}
24
25 %build
26
27 %install
28 mkdir -p %buildroot%{instdir}
29 cp -r cardset* %buildroot%{instdir}
30 cd %buildroot%{instdir}
31 # Remove some cardsets/directories that conflict with the main PySolFC
32 # package. DO NOT REMOVE this line.
33 rm -rf cardset-2000 cardset-crystal-mahjongg cardset-dashavatara-ganjifa cardset-dondorf cardset-mughal-ganjifa cardset-gnome-mahjongg-1 cardset-hexadeck cardset-kintengu cardset-matrix cardset-oxymoron cardset-standard cardset-tuxedo cardset-vienna-2k
34
35 %files
36 %{instdir}/*

  ViewVC Help
Powered by ViewVC 1.1.30