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

Revision 521, 3.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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