]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games.spec
- updated to 2.6.0.1
[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.6.0.1
10 Release:        1
11 Epoch:          1
12 License:        LGPL
13 Group:          X11/Applications/Games
14 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
15 # Source0-md5:  569e9d02fdc0cbd3294349cf30adccd1
16 Patch0:         %{name}-schemas.patch
17 Patch1:         %{name}-locale-names.patch
18 Icon:           gnome-games.gif
19 URL:            http://www.gnome.org/
20 BuildRequires:  GConf2-devel >= 2.6.0
21 BuildRequires:  autoconf
22 BuildRequires:  automake
23 BuildRequires:  esound-devel
24 BuildRequires:  gnome-vfs2-devel >= 2.6.0
25 BuildRequires:  guile-devel >= 1.6.4
26 BuildRequires:  gtk+2-devel >= 2:2.4.0
27 BuildRequires:  intltool >= 0.29
28 BuildRequires:  libglade2-devel >= 1:2.3.6
29 BuildRequires:  libgnome-devel >= 2.6.0
30 BuildRequires:  libgnomeui-devel >= 2.6.0
31 BuildRequires:  libltdl-devel
32 BuildRequires:  librsvg >= 1:2.6.4
33 BuildRequires:  libstdc++-devel
34 BuildRequires:  scrollkeeper >= 0.3.8
35 BuildRequires:  rpm-build >= 4.1-10
36 Requires(post): GConf2
37 Requires(post,postun):  /sbin/ldconfig
38 Requires(post,postun):  scrollkeeper
39 Requires:       gnome-vfs2 >= 2.6.0
40 Requires:       librsvg >= 1:2.6.4
41 Obsoletes:      gnect
42 Obsoletes:      gnome
43 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
44
45 %define         _localstatedir  /var
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} = %{epoch}:%{version}-%{release}
76 Requires:       gtk+2-devel >= 2:2.4.0
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 = %{epoch}:%{version}-%{release}
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
111 mv po/{no,nb}.po
112
113 %build
114 cp -f /usr/share/automake/config.sub .
115 glib-gettextize --copy --force
116 intltoolize --copy --force
117 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
118 %{__autoheader}
119 %{__autoconf}
120 %{__automake}
121 %configure
122 %{__make}
123
124 %install
125 rm -rf $RPM_BUILD_ROOT
126
127 %{__make} install \
128         DESTDIR=$RPM_BUILD_ROOT \
129         GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
130
131 %find_lang %{name} --with-gnome --all-name
132
133 %clean
134 rm -rf $RPM_BUILD_ROOT
135
136 %post
137 /sbin/ldconfig
138 /usr/bin/scrollkeeper-update
139 %gconf_schema_install
140
141 %postun
142 /sbin/ldconfig
143 /usr/bin/scrollkeeper-update
144
145 %files -f %{name}.lang
146 %defattr(644,root,root,755)
147 %doc AUTHORS ChangeLog NEWS README
148 %config %{_sysconfdir}/sound/events/*
149 %{_sysconfdir}/gconf/schemas/*
150
151 %attr(755,root,root) %{_bindir}/gataxx
152 %attr(755,root,root) %{_bindir}/sol
153 %attr(755,root,root) %{_bindir}/gnect
154 %attr(755,root,root) %{_bindir}/gnibbles
155 %attr(755,root,root) %{_bindir}/gnobots2
156 %attr(755,root,root) %{_bindir}/blackjack
157 %attr(2755,root,games) %{_bindir}/glines
158 %attr(2755,root,games) %{_bindir}/gnome-stones
159 %attr(2755,root,games) %{_bindir}/gnometris
160 %attr(2755,root,games) %{_bindir}/gnomine
161 %attr(2755,root,games) %{_bindir}/gnotravex
162 %attr(2755,root,games) %{_bindir}/gnotski
163 %attr(2755,root,games) %{_bindir}/gtali
164 %attr(2755,root,games) %{_bindir}/iagno
165 %attr(2755,root,games) %{_bindir}/mahjongg
166 %attr(2755,root,games) %{_bindir}/same-gnome
167
168 %attr(755,root,root) %{_libdir}/lib*.so.*.*
169 %dir %{_libdir}/gnome-stones
170 %dir %{_libdir}/gnome-stones/objects
171 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.so*
172 %{_libdir}/gnome-stones/objects/lib*.la
173
174 %{_datadir}/gnome-stones
175 %{_datadir}/sol-games
176 %{_datadir}/blackjack
177
178 %{_datadir}/gnome-stonesrc
179 %lang(ko) %{_datadir}/gnome-stonesrc.ko
180
181 %{_datadir}/mime-info/*
182 %{_pixmapsdir}/*
183 %{_datadir}/sounds/*
184 %{_desktopdir}/*
185 %{_datadir}/gnect
186 %{_datadir}/gnibbles
187 %{_datadir}/gnobots2
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 %{_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.084742 seconds and 3 git commands to generate.