source: projects/specs/trunk/g/gcompris/gcompris-vl.spec @ 521

Revision 521, 1.8 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Gcompris educational software suite
2Summary(ja): Gcompris 知育用ソフトウェア・スィート
3Name:           gcompris
4Version:        8.4.12
5Release:        1%{?_dist_release}
6License:        GPLv2
7URL:            http://gcompris.net/
8Group:          Applications/Edutainment
9BuildRoot:      %{_tmppath}/%{name}-%{version}-root
10BuildRequires:  gtk2-devel gdk-pixbuf-devel libgnomecanvas-devel
11BuildRequires:  glib2-devel intltool SDL-devel gnuchess sqlite3-devel
12BuildRequires:  SDL_mixer-devel gnet2-devel pygtk2-devel texi2html
13BuildRequires:  gstreamer-devel
14Requires:       sqlite3 gnuchess SDL gtk2 SDL_mixer smpeg
15Requires:       libgnomecanvas gnet2 tuxpaint
16Prereq:         install-info
17Source0:        http://sourceforge.net/projects/gcompris/files/gcompris/%{name}-%{version}.tar.gz
18Source1:        gcompris-ja-8.4.12-0.5.po
19
20%description
21GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10.
22
23%description -l ja
24GCompris は、主に 2歳〜10歳位の子供を対象とした、多数の科目を含む高品質な
25知育用ソフトウェア・スィートです。
26
27%prep
28%setup -q
29cp -f %{SOURCE1} po/ja.po
30
31%build
32%configure  --enable-gnet
33
34%__make
35
36%install
37rm -rf $RPM_BUILD_ROOT
38
39%__make DESTDIR=$RPM_BUILD_ROOT install
40
41%clean
42%__rm -rf ${RPM_BUILD_ROOT}
43
44%post
45/sbin/install-info --info-dir=%{_infodir} %{_infodir}/gcompris.info.gz
46
47%preun
48/sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/gcompris.info.gz
49
50%files
51%defattr(-,root,root)
52%doc README COPYING TODO ChangeLog
53%{_bindir}/*
54%{_infodir}/gcompris.info.gz
55%{_datadir}/pixmaps/*
56%{_datadir}/man/*
57%{_datadir}/locale/*
58%{_datadir}/gcompris/*
59%{_datadir}/applications/*
60%{_libdir}/*
61
62%changelog
63* Sat Jul  4 2009 KATO Masashi <mkato@par.odn.ne.jp> 8.4.12-1
64- initial build for Vine Linux
65
Note: See TracBrowser for help on using the repository browser.