sakura-vl.spec 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. %define pkg_version 2.3.8
  2. %define pkg_release 1%{?_dist_release}
  3. Summary: A terminal emulator based on libvte.
  4. Summary(ja): libvteベースの端末エミュレータ
  5. Name: sakura
  6. Version: %{pkg_version}
  7. Release: %{pkg_release}
  8. Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
  9. Patch0: sakura-2.3.7-pod2man.patch
  10. License: GPLv2
  11. Group: User Interface/X
  12. URL: http://pleyades.net/david/sakura.php
  13. Requires: glib2 >= 2.14.0
  14. Requires: gtk2 >= 2.10.0
  15. Requires: vte >= 0.16.15
  16. BuildRequires: glib2-devel >= 2.14.0
  17. BuildRequires: gtk2-devel >= 2.10.0
  18. BuildRequires: vte-devel >= 0.16.15
  19. BuildRequires: cmake
  20. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  21. Vendor: Project Vine
  22. Distribution: Vine Linux
  23. Packager: Takemikaduchi
  24. %description
  25. Sakura is a terminal emulator based on GTK+ and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator.
  26. %description -l ja
  27. Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性がわずかな端末エミュレータなので、きちんとした端末エミュレータを持つために完全なGNOMEデスクトップをインストールする必要はありません。
  28. %prep
  29. %setup -q
  30. %patch0 -p1 -b .pod2man
  31. %build
  32. %cmake CMAKE_C_FLAGS=%{optflags} .
  33. %{__make} %{?_smp_mflags}
  34. %install
  35. %{__rm} -rf ${RPM_BUILD_ROOT}
  36. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  37. %find_lang %{name}
  38. %clean
  39. %{__rm} -rf ${RPM_BUILD_ROOT}
  40. %files -f %{name}.lang
  41. %defattr(-,root,root)
  42. %doc AUTHORS GPL
  43. %{_bindir}/*
  44. %{_datadir}/applications/*
  45. %{_datadir}/pixmaps/*
  46. %{_datadir}/doc/*
  47. %{_mandir}/man1/*
  48. %changelog
  49. * Sat Apr 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.8-1
  50. - new upstream release
  51. * Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.7-1
  52. - new upstream release
  53. - change Patch0 for sakura-2.3.7
  54. * Sun Jan 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.6-1
  55. - initial build for Vine Linux