]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games.spec
- rebuild against bonobo-activation 2.1.0, release up
[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:        2.1.1
10 Release:        3
11 Epoch:          1
12 License:        LGPL
13 Group:          X11/Applications/Games
14 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2
15 Patch0:         %{name}-makefile.patch
16 URL:            http://www.gnome.org/
17 BuildRequires:  GConf2-devel
18 BuildRequires:  gnome-vfs2-devel >= 2.0.4-3
19 BuildRequires:  libgnome-devel
20 BuildRequires:  libgnomeui-devel
21 BuildRequires:  libltdl-devel
22 BuildRequires:  libstdc++-devel
23 BuildRequires:  scrollkeeper
24 Requires:       gnome-vfs2 >= 2.0.4-3
25 Requires(post): GConf2
26 Requires(post,postun):  /sbin/ldconfig
27 Requires(post,postun):  scrollkeeper
28 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
29 Obsoletes:      gnome
30 Obsoletes:      gnect
31
32 %define         _prefix         /usr/X11R6
33 %define         _sysconfdir     /etc/X11/GNOME2
34 %define         _localstatedir  /var
35 %define         _omf_dest_dir   %(scrollkeeper-config --omfdir)
36
37 %description
38 GNOME games.
39
40 GNOME is the GNU Network Object Model Environment. That's a fancy name
41 but really GNOME is a nice GUI desktop environment. It makes using
42 your computer easy, powerful, and easy to configure.
43
44 %description -l pl
45 Gry pod GNOME.
46
47 %description -l uk
48 ðÁËÅÔ gnome-games ×ËÌÀÞÁ¤ ¦ÇÒÉ ÄÌÑ ÓÅÒÅÄÏ×ÉÝÁ ÒÏÂÏÞÏÇÏ ÓÔÏÌÕ GNOME,
49 ÓÅÒÅÄ ÑËÉÈ GnomeScott, freecell, gnibbles, gnobots, gnobots2,
50 gnome-stones, gnomine, gnotravex, gtali, gturing, iagno, mahjongg,
51 same-gnome ÔÁ sol.
52
53 %description -l ru
54 ðÁËÅÔ gnome-games ×ËÌÀÞÁÅÔ ÉÇÒÙ ÄÌÑ ÓÒÅÄÙ ÒÁÂÏÞÅÇÏ ÓÔÏÌÁ GNOME, ÓÒÅÄÉ
55 ËÏÔÏÒÙÈ GnomeScott, freecell, gnibbles, gnobots, gnobots2,
56 gnome-stones, gnomine, gnotravex, gtali, gturing, iagno, mahjongg,
57 same-gnome É sol.
58
59 %package devel
60 Summary:        GNOME games libraries - header files
61 Summary(pl):    Pliki nag³ówkowe do tworzenia programów opartych o GNOME games
62 Summary(ru):    æÁÊÌÙ ÒÁÚÒÁÂÏÔËÉ ÉÇÒ ÐÏÄ GNOME
63 Summary(uk):    æÁÊÌÉ ÒÏÚÒÏÂËÉ ¦ÇҠЦĠGNOME
64 Group:          X11/Development/Libraries
65 Requires:       %{name} = %{version}
66 Requires:       gtk+2-devel
67
68 %description devel
69 GNOME games libraries - header files.
70
71 Right now this is just stuff to develop care games. I think.
72
73 %description devel -l pl
74 Pliki nag³ówkowe do tworzenia programów opartych o GNOME games.
75
76 %description devel -l uk
77 ðÁËÅÔ gnome-games-devel ×ÓÔÁÎÏ×ÌÀ¤ ÆÁÊÌÉ, ÎÅÏÂȦÄΦ ÄÌÑ ÒÏÚÒÏÂËÉ ¦ÇÏÒ
78 ЦĠGNOME.
79
80 %description devel -l ru
81 ðÁËÅÔ gnome-games-devel ÕÓÔÁÎÁ×ÌÉ×ÁÅÔ ÆÁÊÌÙ, ÎÅÏÂÈÏÄÉÍÙÅ ÄÌÑ
82 ÒÁÚÒÁÂÏÔËÉ ÉÇÒ ÐÏÄ GNOME.
83
84 %package static
85 Summary:        GNOME games static libraries
86 Summary(pl):    Biblioteki statyczne do GNOME games
87 Group:          X11/Development/Libraries
88 Requires:       %{name}-devel = %{version}
89
90 %description static
91 GNOME games static libraries.
92
93 %description static -l pl
94 Biblioteki statyczne do GNOME games.
95
96 %prep
97 %setup -q
98 %patch0 -p1
99
100 %build
101 %configure
102
103 %{__make}
104
105 %install
106 rm -rf $RPM_BUILD_ROOT
107
108 %{__make} install \
109         DESTDIR=$RPM_BUILD_ROOT \
110         omf_dest_dir=%{_omf_dest_dir}/%{name}
111
112 %find_lang %{name} --with-gnome --all-name
113
114 %clean
115 rm -rf $RPM_BUILD_ROOT
116
117 %post
118 /sbin/ldconfig
119 GCONF_CONFIG_SOURCE="`%{_bindir}/gconftool-2 --get-default-source`" \
120 %{_bindir}/gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/*.schemas > /dev/null 
121 /usr/bin/scrollkeeper-update
122
123 %postun
124 /sbin/ldconfig
125 /usr/bin/scrollkeeper-update
126
127 %files -f %{name}.lang
128 %defattr(644,root,root,755)
129 %doc AUTHORS ChangeLog NEWS README
130 %config %{_sysconfdir}/sound/events/*
131 %{_sysconfdir}/gconf/schemas/*
132
133 %attr(755,root,root) %{_bindir}/ctali
134 %attr(755,root,root) %{_bindir}/freecell
135 %attr(755,root,root) %{_bindir}/gataxx
136 %attr(755,root,root) %{_bindir}/sol
137 %attr(2755,root,games) %{_bindir}/glines
138 %attr(2755,root,games) %{_bindir}/gnect
139 %attr(2755,root,games) %{_bindir}/gnibbles
140 %attr(2755,root,games) %{_bindir}/gnobots2
141 %attr(2755,root,games) %{_bindir}/gnome-stones
142 %attr(2755,root,games) %{_bindir}/gnome-xbill
143 %attr(2755,root,games) %{_bindir}/gnometris
144 %attr(2755,root,games) %{_bindir}/gnomine
145 %attr(2755,root,games) %{_bindir}/gnotravex
146 %attr(2755,root,games) %{_bindir}/gnotski
147 %attr(2755,root,games) %{_bindir}/gtali
148 %attr(2755,root,games) %{_bindir}/iagno
149 %attr(2755,root,games) %{_bindir}/mahjongg
150 %attr(2755,root,games) %{_bindir}/same-gnome
151
152 %attr(755,root,root) %{_libdir}/lib*.so.*.*
153 %dir %{_libdir}/gnome-stones
154 %dir %{_libdir}/gnome-stones/objects
155 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.so*
156 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.la
157
158 %{_datadir}/gnibbles
159 %{_datadir}/gnobots2
160 %{_datadir}/gnome-stones
161 %{_datadir}/sol-games
162 %{_datadir}/xbill
163
164 %{_datadir}/gnome-stonesrc
165 %lang(ko) %{_datadir}/gnome-stonesrc.ko
166
167 %{_datadir}/mime-info/*
168 %{_pixmapsdir}/*
169 %{_datadir}/sounds/*
170 %{_datadir}/applications/*
171 %{_datadir}/gnect
172
173 %{_omf_dest_dir}/%{name}
174 %attr(664,root,games) %ghost %{_localstatedir}/games/*
175
176 %files devel
177 %defattr(644,root,root,755)
178 %attr(755,root,root) %{_libdir}/lib*.so
179 %attr(755,root,root) %{_libdir}/lib*.la
180 %{_includedir}/*
181
182 %files static
183 %defattr(644,root,root,755)
184 %{_libdir}/lib*.a
185 %{_libdir}/gnome-stones/objects/lib*.a
This page took 0.954204 seconds and 4 git commands to generate.