xfce4-terminal-vl.spec 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Summary: modern terminal emulator for Xfce
  2. Summary(ja): Xfce 用のターミナルエミュレータ
  3. Name: xfce4-terminal
  4. Version: 0.6.3
  5. Release: 2%{?_dist_release}
  6. Group: User Interface/Desktops
  7. License: GPL
  8. URL: http://goodies.xfce.org/projects/applications/terminal
  9. Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.4/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: dbus-glib-devel >= 0.22
  12. BuildRequires: gettext
  13. BuildRequires: glib2-devel >= 2.26.0
  14. BuildRequires: gtk2-devel >= 2.24.0
  15. BuildRequires: intltool >= 0.31
  16. BuildRequires: libexo-devel >= 0.6.0
  17. BuildRequires: libxfce4ui-devel >= 4.10.0
  18. BuildRequires: pkgconfig
  19. BuildRequires: vte-devel >= 0.28
  20. Obsoletes: Terminal < 0.6.3
  21. Provides: Terminal = %{version}-%{release}
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. %description
  25. Terminal is a modern terminal emulator for the Unix/Linux desktop - primarly for
  26. the Xfce desktop environment. We developed it because we saw the need for a
  27. lightweight and easy to use terminal emulator in the Xfce desktop environment,
  28. that doesn't require the user to install the GNOME plattform, but still provides
  29. a worthy alternative to the GNOME terminal emulator.
  30. %description -l ja
  31. TerminalはUnix/Linuxデスクトップ用、第一にXfce用のターミナルエミュレータです。
  32. Xfceデスクトップ環境で動き、GNOMEプラットフォームを必要とせず、しかし十分に
  33. GNOMEターミナルエミュレータの代替たりうる、軽量で使いやすいターミナルエミュ
  34. レータというニーズに応えて開発されました。
  35. %prep
  36. %setup -q
  37. %build
  38. %configure
  39. %__make %{?_smp_mflags}
  40. %install
  41. rm -rf $RPM_BUILD_ROOT
  42. make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
  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. %find_lang %{name}
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files -f %{name}.lang
  50. %defattr(-,root,root)
  51. %doc AUTHORS COPYING ChangeLog NEWS README THANKS
  52. %{_bindir}/*
  53. %{_datadir}/xfce4/terminal
  54. %{_datadir}/applications/xfce4-terminal.desktop
  55. %{_datadir}/gnome-control-center/default-apps/*.xml
  56. %{_mandir}/man1/xfce4-terminal.1*
  57. %{_mandir}/*/man1/xfce4-terminal.1*
  58. %changelog
  59. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.3-2
  60. - rebuilt with libxfce4util 4.12.1
  61. * Fri Aug 29 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.3-1
  62. - new upstream release
  63. - changed package name
  64. - updated URL
  65. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-2
  66. - new upstream release
  67. * Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-1
  68. - new upstream release
  69. * Sat Apr 2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.6-1
  70. - new upstream release
  71. * Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.12-1
  72. - new upstream release
  73. * Sun Oct 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.8-1vl5
  74. - applied new versioning policy, spec in utf-8
  75. * Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.8-0vl2
  76. - new upstream release.
  77. - revise Patch0 (Terminal-docmake.patch) for ja docs.
  78. * Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl2
  79. - build for VineSeed
  80. * Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl1
  81. - new upstream version
  82. - revise Patch0 (Terminal-docmake.patch) for ja docs.
  83. - drop Patch1 (Terminal-usage.patch)
  84. - add %{_datadir}/icons/hicolor/*/stock/navigation/*.png in files section.
  85. - update icon-cache in %post and %postun.
  86. * Sun Mar 12 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl5
  87. - rebuild with dbus-0.61-0vl1
  88. - add /usr/bin/terminal to %%files
  89. * Sat Jul 16 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl4
  90. - rebuild with D-BUS (dbus-devel)
  91. - commented all Requires that is detected by *.so dependency
  92. * Thu May 19 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl3
  93. - add Patch1 http://bugs.os-cillation.de/attachment.cgi?id=25
  94. * Fri Apr 22 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl2
  95. - rebuild for VineSeed
  96. * Sun Apr 17 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl1
  97. - initial build for Vine Linux