source: projects/specs/trunk/s/salasaga/salasaga-vl.spec @ 521

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

import VineSeed package specs

Line 
1Name: salasaga
2Summary: An Integrated Development Environment for producing Elearning
3Summary(ja): E ラーニング用の統合開発環境
4Version: 0.8.0.alpha5
5Release: 1%{?_dist_release}
6License: LGPL
7Group: Applications/Graphics
8URL: http://www.salasaga.org
9Source0: %{name}-%{version}.tar.bz2
10
11Requires: libgnome ming libxml2 pango
12BuildRequires: autoconf automake libtool xorg-x11-proto-devel libgnome-devel
13BuildRequires: ming-devel popt-devel libxml2-devel libpng-devel gtk2-devel glib2-devel
14Patch1: 01_create_cairo_pixbuf_pattern.c-patch
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17Vendor: Project Vine
18Distribution: Vine Linux
19packager: TOSHI <milk-tea1977@dune.ocn.ne.jp>
20
21%description
22A free, easy to use GUI authoring environment that helps you create
23visually impressive, useful learning material.
24
25%description -l ja
26視覚的により印象的で、役に立つ学習教材を作成するのを助ける
27自由で使い易い GUI オーサリング環境。
28
29%prep
30%setup -q -n salasaga-0.8.0~alpha5
31%patch1 -p0
32
33%build
34./autogen.sh
35%configure
36%{__make}
37
38%install
39[ "%{buildroot}" != '/' ] && %{__rm} -rf %{buildroot}
40%{makeinstall} install \
41        PREFIX="%{buildroot}%{_prefix}" \
42        LIBDIR="%{buildroot}%{_libdir}"
43
44%clean
45%{__rm} -rf %{buildroot}
46
47%files
48%defattr(-,root,root)
49%{_bindir}/salasaga
50%{_bindir}/salasaga_screencapture
51%{_datadir}/pixmaps/salasaga-icon.png
52%{_datadir}/applications/salasaga.desktop
53%dir %{_datadir}/salasaga
54%{_datadir}/salasaga/icons/salasaga-icon.ico
55%{_datadir}/salasaga/icons/scalable/*
56%{_datadir}/salasaga/icons/72x72/*
57%{_datadir}/salasaga/font_outline/DejaVuSans.fdb
58%{_datadir}/salasaga/sounds/*.mp3
59%{_localedir}/*/LC_MESSAGES/salasaga.mo
60
61%changelog
62* Thu May 14 2009 TOSHI <milk-tea1977@dune.ocn.ne.jp> 0.8.0.alpha5-vl5
63- initial build for Vine Linux
64
65* Sun Feb 03 2009 Justin Clift <justin@salasaga.org> - 0.8.0~alpha5
66- Created initial package for 0.8.0 alpha 5.
67
Note: See TracBrowser for help on using the repository browser.