source: projects/specs/trunk/T/Terminal/Terminal-vl.spec @ 6284

Revision 6284, 3.9 KB checked in by Takemikaduchi, 12 years ago (diff)

Xfce-4.10.0 + thunderbird-13.0

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