]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games.spec
- updated to 1.4.0.4,
[packages/gnome-games.git] / gnome-games.spec
1 Summary:        GNOME games
2 Summary(es):    Juegos de GNOME
3 Summary(fr):    Jeux pour GNOME
4 Summary(pl):    GNOME - gry
5 Summary(ru):    éÇÒÙ ÐÏÄ GNOME
6 Summary(uk):    ¶ÇÒɠЦĠGNOME
7 Summary(wa):    Djeus po GNOME
8 Name:           gnome-games
9 Version:        1.4.0.4
10 Release:        1
11 Epoch:          1
12 License:        LGPL
13 Group:          X11/Applications/Games
14 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-games/%{name}-%{version}.tar.gz
15 Patch0:         %{name}-DESTDIR.patch
16 Patch1:         %{name}-scrollkeeper.patch
17 Patch2:         %{name}-ac_fix.patch
18 Patch3:         %{name}-pixbuf_cflags.patch
19 Patch4:         %{name}-applnk.patch
20 Patch5:         %{name}-fix-help-paths.patch
21 Patch6:         %{name}-am16.patch
22 Icon:           gnome-games.gif
23 BuildRequires:  ORBit >= 0.4.3
24 BuildRequires:  audiofile-devel >= 0.1.5
25 BuildRequires:  autoconf
26 BuildRequires:  automake
27 BuildRequires:  esound-devel >= 0.2.7
28 BuildRequires:  gettext-devel
29 BuildRequires:  gnome-libs-devel >= 1.2.13
30 BuildRequires:  gtk+-devel >= 1.2.0
31 BuildRequires:  gdk-pixbuf-devel
32 BuildRequires:  guile-devel >= 1.4.1
33 BuildRequires:  libtool
34 BuildRequires:  ncurses-devel >= 5.0
35 BuildRequires:  readline-devel
36 BuildRequires:  scrollkeeper
37 PreReq:         scrollkeeper
38 URL:            http://www.gnome.org/
39 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
40 Obsoletes:      gnome
41
42 %define         _prefix         /usr/X11R6
43 %define         _sysconfdir     /etc/X11/GNOME
44 %define         _localstatedir  /var
45 %define         _omf_dest_dir   %(scrollkeeper-config --omfdir)
46
47 %description
48 GNOME games.
49
50 GNOME is the GNU Network Object Model Environment. That's a fancy name
51 but really GNOME is a nice GUI desktop environment. It makes using
52 your computer easy, powerful, and easy to configure.
53
54 %description -l pl
55 Gry pod GNOME.
56
57 %description -l uk
58 ðÁËÅÔ gnome-games ×ËÌÀÞÁ¤ ¦ÇÒÉ ÄÌÑ ÓÅÒÅÄÏ×ÉÝÁ ÒÏÂÏÞÏÇÏ ÓÔÏÌÕ GNOME,
59 ÓÅÒÅÄ ÑËÉÈ GnomeScott, freecell, gnibbles, gnobots, gnobots2,
60 gnome-stones, gnomine, gnotravex, gtali, gturing, iagno, mahjongg,
61 same-gnome ÔÁ sol.
62
63 %description -l ru
64 ðÁËÅÔ gnome-games ×ËÌÀÞÁÅÔ ÉÇÒÙ ÄÌÑ ÓÒÅÄÙ ÒÁÂÏÞÅÇÏ ÓÔÏÌÁ GNOME, ÓÒÅÄÉ
65 ËÏÔÏÒÙÈ GnomeScott, freecell, gnibbles, gnobots, gnobots2,
66 gnome-stones, gnomine, gnotravex, gtali, gturing, iagno, mahjongg,
67 same-gnome É sol.
68
69 %package devel
70 Summary:        GNOME games libraries - header files
71 Summary(pl):    Pliki nag³ówkowe do tworzenia programów opartych o GNOME games
72 Summary(ru):    æÁÊÌÙ ÒÁÚÒÁÂÏÔËÉ ÉÇÒ ÐÏÄ GNOME
73 Summary(uk):    æÁÊÌÉ ÒÏÚÒÏÂËÉ ¦ÇҠЦĠGNOME
74 Group:          X11/Development/Libraries
75 Requires:       %{name} = %{version}
76 Requires:       gtk+-devel
77
78 %description devel
79 GNOME games libraries - header files.
80
81 Right now this is just stuff to develop care games. I think.
82
83 %description devel -l pl
84 Pliki nag³ówkowe do tworzenia programów opartych o GNOME games.
85
86 %description devel -l uk
87 ðÁËÅÔ gnome-games-devel ×ÓÔÁÎÏ×ÌÀ¤ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ¦ÇÏÒ
88 ЦĠGNOME.
89
90 %description devel -l ru
91 ðÁËÅÔ gnome-games-devel ÕÓÔÁÎÁ×ÌÉ×ÁÅÔ ÆÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ
92 ÒÁÚÒÁÂÏÔËÉ ÉÇÒ ÐÏÄ GNOME.
93
94 %package static
95 Summary:        GNOME games static libraries
96 Summary(pl):    Biblioteki statyczne do GNOME games
97 Group:          X11/Development/Libraries
98 Requires:       %{name}-devel = %{version}
99
100 %description static
101 GNOME games static libraries.
102
103 %description static -l pl
104 Biblioteki statyczne do GNOME games.
105
106 %prep
107 %setup -q
108 %patch0 -p1
109 %patch1 -p1
110 %patch2 -p1
111 %patch3 -p1
112 %patch4 -p1
113 %patch5 -p1
114 %patch6 -p1
115
116 %build
117 rm -f missing
118 libtoolize --copy --force
119 gettextize --copy --force
120 aclocal -I %{_aclocaldir}/gnome
121 %{__autoconf}
122 %{__automake}
123 %configure
124
125 %{__make}
126
127 %install
128 rm -rf $RPM_BUILD_ROOT
129
130 %{__make} install \
131         DESTDIR=$RPM_BUILD_ROOT \
132         omf_dest_dir=%{_omf_dest_dir}/%{name}
133
134 %find_lang %{name} --with-gnome --all-name
135
136 %post
137 /sbin/ldconfig
138 /usr/bin/scrollkeeper-update
139
140 %postun
141 /sbin/ldconfig
142 /usr/bin/scrollkeeper-update
143
144 %clean
145 rm -rf $RPM_BUILD_ROOT
146
147 %files -f %{name}.lang
148 %defattr(644,root,root,755)
149 %doc AUTHORS ChangeLog NEWS README
150 %config %{_sysconfdir}/sound/events/*
151
152 %attr(755,root,root) %{_bindir}/ctali
153 %attr(755,root,root) %{_bindir}/freecell
154 %attr(755,root,root) %{_bindir}/gataxx
155 %attr(755,root,root) %{_bindir}/sol
156 %attr(2755,root,games) %{_bindir}/glines
157 %attr(2755,root,games) %{_bindir}/gnibbles
158 %attr(2755,root,games) %{_bindir}/gnobots2
159 %attr(2755,root,games) %{_bindir}/gnome-stones
160 %attr(2755,root,games) %{_bindir}/gnome-xbill
161 %attr(2755,root,games) %{_bindir}/gnometris
162 %attr(2755,root,games) %{_bindir}/gnomine
163 %attr(2755,root,games) %{_bindir}/gnotravex
164 %attr(2755,root,games) %{_bindir}/gnotski
165 %attr(2755,root,games) %{_bindir}/gtali
166 %attr(2755,root,games) %{_bindir}/iagno
167 %attr(2755,root,games) %{_bindir}/mahjongg
168 %attr(2755,root,games) %{_bindir}/same-gnome
169
170 %attr(755,root,root) %{_libdir}/lib*.so.*.*
171 %dir %{_libdir}/gnome-stones
172 %dir %{_libdir}/gnome-stones/objects
173 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.so*
174 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.la
175
176 %{_datadir}/gnibbles
177 %{_datadir}/gnobots2
178 %{_datadir}/gnome-stones
179 %{_datadir}/sol-games
180 %{_datadir}/xbill
181
182 %{_datadir}/gnome-stonesrc
183 %lang(ko) %{_datadir}/gnome-stonesrc.ko
184
185 %{_datadir}/mime-info/*
186 %{_pixmapsdir}/*
187 %{_datadir}/sounds/*
188
189 %{_applnkdir}/Games/*.desktop
190 %{_applnkdir}/Games/*/*.desktop
191
192 %{_omf_dest_dir}/%{name}
193 %attr(664,root,games) %ghost %{_localstatedir}/games/*
194
195 %files devel
196 %defattr(644,root,root,755)
197 %attr(755,root,root) %{_libdir}/lib*.so
198 %attr(755,root,root) %{_libdir}/lib*.la
199 %{_includedir}/*
200
201 %files static
202 %defattr(644,root,root,755)
203 %{_libdir}/lib*.a
204 %{_libdir}/gnome-stones/objects/lib*.a
This page took 0.054032 seconds and 4 git commands to generate.