]> git.pld-linux.org Git - SPECS.git/blob - gnome-games-extra-data.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / gnome-games-extra-data.spec
1 %define         games_ver       1:3.2.0
2 Summary:        GNOME games extra data
3 Summary(pl.UTF-8):      Dodatkowe grafiki dla gier GNOME
4 Name:           gnome-games-extra-data
5 Version:        3.2.0
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications/Games
9 Source0:        http://ftp.gnome.org/pub/GNOME/sources/gnome-games-extra-data/3.2/%{name}-%{version}.tar.xz
10 # Source0-md5:  6649fa10772261059a3c9615d8b8298b
11 URL:            http://www.gnome.org/
12 BuildRequires:  tar >= 1:1.22
13 BuildRequires:  xz
14 Requires:       gnome-games >= %{games_ver}
15 Conflicts:      gnome-games < 2.7.7
16 Obsoletes:      gnome-games-extra-data-gnometris
17 Obsoletes:      gnome-games-extra-data-same-gnome
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 GNOME games extra data.
23
24 %description -l pl.UTF-8
25 Dodatkowe grafiki dla gier GNOME.
26
27 %package glines
28 Summary:        Extra data for glines game
29 Summary(pl.UTF-8):      Dodatkowe grafiki dla gry glines
30 Group:          X11/Applications/Games
31 Requires:       %{name} = %{version}-%{release}
32 Requires:       gnome-games-glines >= %{games_ver}
33
34 %description glines
35 Extra data for glines game.
36
37 %description glines -l pl.UTF-8
38 Dodatkowe grafiki dla gry glines.
39
40 %package gnobots2
41 Summary:        Extra data for gnobots2 game
42 Summary(pl.UTF-8):      Dodatkowe grafiki dla gry gnobots2
43 Group:          X11/Applications/Games
44 Requires:       %{name} = %{version}-%{release}
45 Requires:       gnome-games-gnobots2 >= %{games_ver}
46
47 %description gnobots2
48 Extra data for gnobots2 game.
49
50 %description gnobots2 -l pl.UTF-8
51 Dodatkowe grafiki dla gry gnobots2.
52
53 %package iagno
54 Summary:        Extra data for iagno game
55 Summary(pl.UTF-8):      Dodatkowe grafiki dla gry iagno
56 Group:          X11/Applications/Games
57 Requires:       %{name} = %{version}-%{release}
58 Requires:       gnome-games-iagno >= %{games_ver}
59
60 %description iagno
61 Extra data for iagno game.
62
63 %description iagno -l pl.UTF-8
64 Dodatkowe grafiki dla gry iagno.
65
66 %package mahjongg
67 Summary:        Extra data for mahjongg game
68 Summary(pl.UTF-8):      Dodatkowe grafiki dla gry mahjongg
69 Group:          X11/Applications/Games
70 Requires:       %{name} = %{version}-%{release}
71 Requires:       gnome-games-mahjongg >= %{games_ver}
72
73 %description mahjongg
74 Extra data for mahjongg game.
75
76 %description mahjongg -l pl.UTF-8
77 Dodatkowe grafiki dla gry mahjongg.
78
79 %prep
80 %setup -q
81
82 %build
83 %configure \
84         --disable-silent-rules
85 %{__make}
86
87 %install
88 rm -rf $RPM_BUILD_ROOT
89
90 %{__make} install \
91         DESTDIR=$RPM_BUILD_ROOT
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files
97 %defattr(644,root,root,755)
98 %doc AUTHORS ChangeLog NEWS README
99
100 %files glines
101 %defattr(644,root,root,755)
102 %{_datadir}/gnome-games/glines/pixmaps/*.png
103
104 %files gnobots2
105 %defattr(644,root,root,755)
106 %{_datadir}/gnome-games/gnobots2/themes/*.png
107
108 %files iagno
109 %defattr(644,root,root,755)
110 %{_datadir}/gnome-games/iagno/pixmaps/*.png
111
112 %files mahjongg
113 %defattr(644,root,root,755)
114 %{_datadir}/gnome-games/mahjongg/pixmaps/*.png
This page took 0.094586 seconds and 3 git commands to generate.