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