source: projects/specs/trunk/x/xfce4-terminal/xfce4-terminal-vl.spec @ 8937

Revision 8937, 3.9 KB checked in by inagaki, 10 years ago (diff)

2014-09-06 Ryoichi INAGAKI <ryo1@…>

  • orage, tumbler, xfce4-mixer, xfce4-terminal and xfwm4-themes: updated


Line 
1Summary: modern terminal emulator for Xfce
2Summary(ja): Xfce用のターミナルエミュレータ
3Name: xfce4-terminal
4Version: 0.6.3
5Release: 1%{?_dist_release}
6
7Group: User Interface/Desktops
8License: GPL
9URL: http://goodies.xfce.org/projects/applications/terminal
10
11Source0: http://archive.xfce.org/src/apps/xfce4-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.26.0
17BuildRequires: gtk2-devel >= 2.24.0
18BuildRequires: intltool >= 0.31
19BuildRequires: libexo-devel >= 0.6.0
20BuildRequires: libxfce4ui-devel >= 4.10.0
21BuildRequires: pkgconfig
22BuildRequires: vte-devel >= 0.28
23
24Obsoletes: Terminal < 0.6.3
25Provides: Terminal = %{version}-%{release}
26
27Vendor: Project Vine
28Distribution: Vine Linux
29
30%description
31Terminal is a modern terminal emulator for the Unix/Linux desktop - primarly for
32the Xfce desktop environment. We developed it because we saw the need for a
33lightweight and easy to use terminal emulator in the Xfce desktop environment,
34that doesn't require the user to install the GNOME plattform, but still provides
35a worthy alternative to the GNOME terminal emulator.
36
37%description -l ja
38TerminalはUnix/Linuxデスクトップ用、第一にXfce用のターミナルエミュレータです。
39Xfceデスクトップ環境で動き、GNOMEプラットフォームを必要とせず、しかし十分に
40GNOMEターミナルエミュレータの代替たりうる、軽量で使いやすいターミナルエミュ
41レータというニーズに応えて開発されました。
42
43%prep
44%setup -q
45
46%build
47%configure
48%__make %{?_smp_mflags}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
53
54#rm -rf _docs_to_install
55#mv $RPM_BUILD_ROOT%{_docdir}/Terminal _docs_to_install
56
57rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/*.cache
58
59%find_lang %{name}
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64%files -f %{name}.lang
65%defattr(-,root,root)
66%doc AUTHORS COPYING ChangeLog NEWS README THANKS
67%{_bindir}/*
68%{_datadir}/xfce4/terminal
69%{_datadir}/applications/xfce4-terminal.desktop
70%{_datadir}/gnome-control-center/default-apps/*.xml
71%{_mandir}/man1/xfce4-terminal.1*
72%{_mandir}/*/man1/xfce4-terminal.1*
73
74%changelog
75* Fri Aug 29 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.6.3-1
76- new upstream release
77- changed package name
78- updated URL
79
80* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-2
81- new upstream release
82
83* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-1
84- new upstream release
85
86* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.6-1
87- new upstream release
88
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.