]> git.pld-linux.org Git - packages/gcompris.git/blob - gcompris.spec
- 8.4.1
[packages/gcompris.git] / gcompris.spec
1 Summary:        Educational suite for kids 2-10 years old
2 Summary(pl.UTF-8):      Zestaw edukacyjny dla dzieci w wieku 2-10 lat
3 Name:           gcompris
4 Version:        8.4.1
5 Release:        1
6 License:        GPL v3+
7 Group:          X11/Applications/Games
8 Source0:        http://dl.sourceforge.net/gcompris/%{name}-%{version}.tar.gz
9 # Source0-md5:  b0904e61e0d7238822dd9a87ef114cd3
10 Patch0:         %{name}-info.patch
11 Patch1:         %{name}-desktop.patch
12 URL:            http://gcompris.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gettext-devel
16 BuildRequires:  gstreamer-devel
17 BuildRequires:  intltool
18 BuildRequires:  libao-devel
19 BuildRequires:  libgnomeui-devel >= 2.2.0
20 BuildRequires:  libogg-devel
21 BuildRequires:  libstdc++-devel
22 BuildRequires:  libtool
23 BuildRequires:  libvorbis-devel
24 BuildRequires:  libxml2-devel
25 BuildRequires:  pkgconfig
26 BuildRequires:  popt-devel >= 1.5
27 BuildRequires:  python-devel
28 BuildRequires:  python-gnome-devel
29 BuildRequires:  python-sqlite
30 BuildRequires:  sqlite3-devel
31 BuildRequires:  tetex
32 BuildRequires:  texinfo
33 Requires:       python-gnome-canvas
34 Requires:       python-modules
35 Obsoletes:      gcompris-devel
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 GCompris / I Have Understood is an educational game for children
40 starting at 2. Today several Boards are implemented:
41 - Click on the animals => learn the mouse/click usage
42 - Type the falling letters => learn the keyboard usage
43 - Falling Dices
44 - Falling words
45 - Basic algebra
46 - Time learning with an analog clock
47 - Puzzle game with famous paintings
48 - Drive Plane to catch clouds in increasing number
49 - Balance the scales
50 - And much more ...
51
52 The game is included in the GNOME desktop under the Game menu.
53
54 You should install it only if you have children using this computer.
55
56 %description -l fr.UTF-8
57 GCompris / J'ai Compris est un logiciel éducatif pour les enfants à
58 partir de 2 ans.
59
60 Aujourd'hui, plusieurs tableaux sont implémentés :
61 - Cliquer sur les animaux => apprentissage du click et de la souris
62 - Entrer les lettres qui tombent => Apprentissage du clavier
63 - Les dés qui tombent
64 - Les mots qui tombent
65 - Algèbre simple
66 - Apprentissage de la lecture de l'heure sur une horloge analogique
67 - Puzzle avec des tableaux célèbres
68 - Pilote un avion pour attraper les nuages dans l'ordre
69 - Equilibre la balance
70
71 Le jeu est inclus dans le bureau GNOME sous le menu Jeux.
72
73 À installer si vous avez des enfants utilisant cet ordinateur.
74
75 %description -l pl.UTF-8
76 GCompris / Zrozumiałem to gra edukacyjna dla dzieci od 2 lat.
77 Aktualnie zaimplementowane jest kilka plansz:
78 - klikanie na zwierzętach - nauka używania myszy/klikania
79 - wpisywanie spadających liter - nauka używania klawiatury
80 - spadające kostki
81 - spadające słowa
82 - podstawowa algebra
83 - nauka czasu z zegarkiem analogowym
84 - układanka ze słynnymi obrazami
85 - prowadzenie samolotu z łapaniem coraz większej liczby chmur
86 - równoważenie wagi
87 - i wiele więcej...
88
89 Gra jest włączana do menu Gry na pulpicie GNOME.
90
91 Warto ją instalować tylko jeśli mamy dzieci używające komputera.
92
93 %prep
94 %setup -q
95 %patch0 -p1
96 %patch1 -p1
97
98 %build
99 cp /usr/share/gettext/config.rpath .
100 glib-gettextize --copy --force
101 intltoolize --copy --force
102 %{__libtoolize}
103 %{__aclocal}
104 %{__autoconf}
105 %{__autoheader}
106 %{__automake}
107 %configure \
108         GNUCHESS="%{_bindir}/gnuchess"
109 %{__make}
110
111 %install
112 rm -rf $RPM_BUILD_ROOT
113
114 %{__make} install \
115         DESTDIR=$RPM_BUILD_ROOT
116
117 # replace fr with en one
118 cp -f docs/C/gcompris.info $RPM_BUILD_ROOT%{_infodir}/gcompris.info
119
120 rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
121
122 %find_lang %{name} --with-gnome
123
124 %clean
125 rm -rf $RPM_BUILD_ROOT
126
127 %post
128 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
129
130 %postun
131 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir %{_infodir} >/dev/null 2>&1
132
133 %files -f %{name}.lang
134 %defattr(644,root,root,755)
135 %doc AUTHORS ChangeLog NEWS README THANKS TODO
136 %attr(755,root,root) %{_bindir}/*
137 %dir %{_libdir}/%{name}
138 %attr(755,root,root) %{_libdir}/%{name}/lib*.so
139 %dir %{_datadir}/gcompris
140 %dir %{_datadir}/gcompris/boards
141 %{_datadir}/gcompris/boards/[!fs]*
142 %{_datadir}/gcompris/boards/f[iou]*
143 %{_datadir}/gcompris/boards/s[cekmu]*
144 %dir %{_datadir}/gcompris/boards/sounds
145 %{_datadir}/gcompris/boards/sounds/*.wav
146 %{_datadir}/gcompris/boards/flags
147 %{_datadir}/gcompris/boards/sounds/LuneRouge
148 %{_datadir}/gcompris/boards/sounds/chronos
149 %{_datadir}/gcompris/boards/sounds/melody
150 %{_datadir}/gcompris/boards/sounds/memory
151 %{_datadir}/gcompris/python
152 %{_desktopdir}/*.desktop
153 %{_infodir}/*.info*
154 %{_mandir}/man6/*.6*
155 %{_pixmapsdir}/*.png
This page took 0.12934 seconds and 3 git commands to generate.