/[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 644224 - (show annotations) (download)
Sun Jul 6 11:35:08 2014 UTC (9 years, 9 months ago) by ovitters
File size: 855 byte(s)
- SILENT remove defattr
- SILENT remove cleaning buildroot in install
- SILENT remove clean section
- SILENT remove buildroot definition
- SILENT remove variable definitions name, version, release
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 4
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 # rm -rf cardset-2000 cardset-colossus cardset-hard-a-port cardset-hexadeck cardset-kintengu cardset-oxymoron cardset-tuxedo cardset-vienna-2k
32
33 %files
34 %{instdir}/*
35
36
37
38
39

  ViewVC Help
Powered by ViewVC 1.1.30