]> git.pld-linux.org Git - packages/gnome-games.git/blob - gnome-games.spec
- release 10, Epoch 1 (for allow upgrade from RH 7),
[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(wa):    Djeus po GNOME
6 Name:           gnome-games
7 Version:        1.2.0
8 Release:        10
9 Epoch:          1
10 License:        LGPL
11 Group:          X11/Applications
12 Group(de):      X11/Applikationen
13 Group(pl):      X11/Aplikacje
14 Source0:        ftp://ftp.gnome.org/pub/GNOME/stable/sources/gnome-games/%{name}-%{version}.tar.gz
15 Patch0:         %{name}-DESTDIR.patch
16 Icon:           gnome-games.gif
17 BuildRequires:  ORBit >= 0.4.3
18 BuildRequires:  audiofile-devel >= 0.1.5
19 BuildRequires:  automake
20 BuildRequires:  esound-devel >= 0.2.7
21 BuildRequires:  gnome-libs-devel >= 1.0.0
22 BuildRequires:  gtk+-devel >= 1.2.0
23 BuildRequires:  guile-devel >= 1.3
24 BuildRequires:  ncurses-devel >= 5.0
25 BuildRequires:  readline-devel
26 URL:            http://www.gnome.org/
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28 Obsoletes:      gnome
29
30 %define         _prefix         /usr/X11R6
31 %define         _sysconfdir     /etc/X11/GNOME
32 %define         _localstatedir  /var
33
34 %description
35 GNOME games.
36
37 GNOME is the GNU Network Object Model Environment. That's a fancy name
38 but really GNOME is a nice GUI desktop environment. It makes using
39 your computer easy, powerful, and easy to configure.
40
41 %description -l pl
42 Gry pod GNOME.
43
44 %package devel
45 Summary:        GNOME games libraries - header files
46 Summary(pl):    Pliki nag³ówkowedo tworzenia programów opartych o GNOME games
47 Group:          X11/Development/Libraries
48 Group(de):      X11/Entwicklung/Libraries
49 Group(pl):      X11/Programowanie/Biblioteki
50 Requires:       %{name} = %{version}
51 Requires:       gtk+-devel
52
53 %description devel
54 GNOME games libraries - header files.
55
56 Right now this is just stuff to develop care games. I think.
57
58 %description -l pl devel
59 Pliki nag³ówkowedo tworzenia programów opartych o GNOME games.
60
61 %package static
62 Summary:        GNOME games static libraries
63 Summary(pl):    Biblioteki statyczne do GNOME games
64 Group:          X11/Development/Libraries
65 Group(de):      X11/Entwicklung/Libraries
66 Group(pl):      X11/Programowanie/Biblioteki
67 Requires:       %{name}-devel = %{version}
68
69 %description static
70 GNOME games static libraries.
71
72 %description static
73 Biblioteki statyczne do GNOME games.
74
75 %prep
76 %setup -q
77 %patch -p1
78
79 %build
80 gettextize --copy --force
81 automake
82 %configure 
83
84 %{__make}
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88
89 %{__make} install \
90         DESTDIR=$RPM_BUILD_ROOT \
91         Gamesdir=%{_applnkdir}/Games
92
93 gzip -9nf AUTHORS ChangeLog NEWS README
94
95 %find_lang %{name} --with-gnome --all-name
96
97 %post   -p /sbin/ldconfig
98 %postun -p /sbin/ldconfig
99
100 %clean
101 rm -rf $RPM_BUILD_ROOT
102
103 %files -f %{name}.lang
104 %defattr(644,root,root,755)
105 %doc AUTHORS.gz ChangeLog.gz NEWS.gz README.gz
106 %config %{_sysconfdir}/sound/events/*
107
108 %attr(755,root,root) %{_bindir}/GnomeScott
109 %attr(755,root,root) %{_bindir}/ctali
110 %attr(755,root,root) %{_bindir}/freecell
111 %attr(755,root,root) %{_bindir}/gataxx
112 %attr(755,root,root) %{_bindir}/sol
113 %attr(2755,root,games) %{_bindir}/glines
114 %attr(2755,root,games) %{_bindir}/gnibbles
115 %attr(2755,root,games) %{_bindir}/gnobots2
116 %attr(2755,root,games) %{_bindir}/gnome-stones
117 %attr(2755,root,games) %{_bindir}/gnome-xbill
118 %attr(2755,root,games) %{_bindir}/gnometris
119 %attr(2755,root,games) %{_bindir}/gnomine
120 %attr(2755,root,games) %{_bindir}/gnotravex
121 %attr(2755,root,games) %{_bindir}/gnotski
122 %attr(2755,root,games) %{_bindir}/gtali
123 %attr(2755,root,games) %{_bindir}/gturing
124 %attr(2755,root,games) %{_bindir}/iagno
125 %attr(2755,root,games) %{_bindir}/mahjongg
126 %attr(2755,root,games) %{_bindir}/same-gnome
127
128
129 %attr(755,root,root) %{_libdir}/lib*.so.*.*
130 %dir %{_libdir}/gnome-stones
131 %dir %{_libdir}/gnome-stones/objects
132 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.so*
133 %attr(755,root,root) %{_libdir}/gnome-stones/objects/lib*.la
134
135 %{_datadir}/gnibbles
136 %{_datadir}/gnobots2
137 %{_datadir}/gnome-stones
138 %{_datadir}/gturing
139 %{_datadir}/sol-games
140 %{_datadir}/xbill
141
142 %{_datadir}/gnome-stonesrc
143 %lang(ko) %{_datadir}/gnome-stonesrc.ko
144
145 %{_datadir}/mime-info/*
146 %{_datadir}/pixmaps/*
147 %{_datadir}/sounds/*
148
149 %{_applnkdir}/Games/*.desktop
150
151 %attr(664,root,games) %{_localstatedir}/games/*
152
153 %files devel
154 %defattr(644,root,root,755)
155 %attr(755,root,root) %{_libdir}/lib*.so
156 %attr(755,root,root) %{_libdir}/lib*.la
157 %{_includedir}/*
158
159 %files static
160 %defattr(644,root,root,755)
161 %{_libdir}/lib*.a
162 %{_libdir}/gnome-stones/objects/lib*.a
This page took 0.079996 seconds and 4 git commands to generate.