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