Terminal-vl.spec 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. Summary: modern terminal emulator for Xfce
  2. Summary(ja): Xfce用のターミナルエミュレータ
  3. Name: Terminal
  4. Version: 0.2.12
  5. Release: 1%{?_dist_release}
  6. Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
  7. #Patch0: Terminal-docmake.patch
  8. #Patch1: Terminal-usage.patch
  9. License: GPL
  10. Group: User Interface/Desktops
  11. URL: http://www.os-cillation.com/article.php?sid=40
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: libexo-devel >= 0.3.2
  14. BuildRequires: libxfcegui4-devel >= 4.6.0
  15. BuildRequires: libxfce4util-devel >= 4.6.0
  16. BuildRequires: gtk2-devel
  17. BuildRequires: vte-devel >= 0.11.11
  18. BuildRequires: startup-notification-devel
  19. BuildRequires: dbus-devel
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %description
  23. Terminal is a modern terminal emulator for the Unix/Linux desktop - primarly for
  24. the Xfce desktop environment. We developed it because we saw the need for a
  25. lightweight and easy to use terminal emulator in the Xfce desktop environment,
  26. that doesn't require the user to install the GNOME plattform, but still provides
  27. a worthy alternative to the GNOME terminal emulator.
  28. %description -l ja
  29. TerminalはUnix/Linuxデスクトップ用、第一にXfce用のターミナルエミュレータです。
  30. Xfceデスクトップ環境で動き、GNOMEプラットフォームを必要とせず、しかし十分に
  31. GNOMEターミナルエミュレータの代替たりうる、軽量で使いやすいターミナルエミュ
  32. レータというニーズに応えて開発されました。
  33. %prep
  34. %setup -q
  35. #patch0 -p1
  36. #patch1 -p1
  37. %build
  38. %configure
  39. %__make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. %makeinstall
  43. rm -rf docs_to_install
  44. mv $RPM_BUILD_ROOT%{_docdir}/Terminal docs_to_install
  45. rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
  46. %clean
  47. rm -rf $RPM_BUILD_ROOT
  48. %post
  49. touch --no-create %{_datadir}/icons/hicolor
  50. if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  51. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  52. fi
  53. %postun
  54. touch --no-create %{_datadir}/icons/hicolor
  55. if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
  56. %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
  57. fi
  58. %files
  59. %defattr(-,root,root)
  60. %doc AUTHORS COPYING ChangeLog NEWS README THANKS
  61. %doc docs_to_install/*
  62. %{_datadir}/%{name}/
  63. %{_datadir}/icons/hicolor/*/stock/navigation/*.png
  64. %{_datadir}/icons/hicolor/48x48/apps/Terminal.png
  65. %{_datadir}/icons/hicolor/scalable/apps/Terminal.svg
  66. %{_datadir}/pixmaps/terminal.xpm
  67. %{_localedir}/*/LC_MESSAGES/Terminal.mo
  68. %{_datadir}/applications/Terminal.desktop
  69. %{_mandir}/man1/Terminal.1*
  70. %{_bindir}/Terminal
  71. %{_bindir}/terminal
  72. %{_libexecdir}/TerminalHelp
  73. %changelog
  74. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.12-1
  75. - new upstream release
  76. * Sun Oct 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.8-1vl5
  77. - applied new versioning policy, spec in utf-8
  78. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.8-0vl2
  79. - new upstream release.
  80. - revise Patch0 (Terminal-docmake.patch) for ja docs.
  81. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl2
  82. - build for VineSeed
  83. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl1
  84. - new upstream version
  85. - revise Patch0 (Terminal-docmake.patch) for ja docs.
  86. - drop Patch1 (Terminal-usage.patch)
  87. - add %{_datadir}/icons/hicolor/*/stock/navigation/*.png in files section.
  88. - update icon-cache in %post and %postun.
  89. * Sun Mar 12 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl5
  90. - rebuild with dbus-0.61-0vl1
  91. - add /usr/bin/terminal to %%files
  92. * Sat Jul 16 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl4
  93. - rebuild with D-BUS (dbus-devel)
  94. - commented all Requires that is detected by *.so dependency
  95. * Thu May 19 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl3
  96. - add Patch1 http://bugs.os-cillation.de/attachment.cgi?id=25
  97. * Fri Apr 22 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl2
  98. - rebuild for VineSeed
  99. * Sun Apr 17 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl1
  100. - initial build for Vine Linux