source: projects/specs/branches/6/T/Terminal/Terminal-vl.spec @ 3256

Revision 3256, 3.8 KB checked in by inagaki, 13 years ago (diff)

update: Terminal, libical, orage, xfprint, task-xfce

Line 
1Summary: modern terminal emulator for Xfce
2Summary(ja): Xfce用のターミナルエミュレータ
3Name: Terminal
4Version: 0.4.6
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* 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
Note: See TracBrowser for help on using the repository browser.