salasaga-vl.spec 1.9 KB

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