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

Revision 8068, 4.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary: modern terminal emulator for Xfce
2Summary(ja): Xfce用のターミナルエミュレータ
3Name: Terminal
4Version: 0.4.8
5Release: 2%{?_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* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-2
88- new upstream release
89
90* Thu Jun 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.8-1
91- new upstream release
92
93* Sat Apr  2 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.4.6-1
94- new upstream release
95
96* Sat May 23 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.2.12-1
97- new upstream release
98
99* Sun Oct 05 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.8-1vl5
100- applied new versioning policy, spec in utf-8
101
102* Sun Dec 23 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.8-0vl2
103- new upstream release.
104- revise Patch0 (Terminal-docmake.patch) for ja docs.
105
106* Sun Jul 29 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl2
107- build for VineSeed
108
109* Sat Jul 28 2007 UECHI Yasumasa <uechi@potaway.net> 0.2.6-0vl1
110- new upstream version
111- revise Patch0 (Terminal-docmake.patch) for ja docs.
112- drop Patch1 (Terminal-usage.patch)
113- add %{_datadir}/icons/hicolor/*/stock/navigation/*.png in files section.
114- update icon-cache in %post and %postun.
115
116* Sun Mar 12 2006 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl5
117- rebuild with dbus-0.61-0vl1
118- add /usr/bin/terminal to %%files
119
120* Sat Jul 16 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl4
121- rebuild with D-BUS (dbus-devel)
122- commented all Requires that is detected by *.so dependency
123
124* Thu May 19 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl3
125- add Patch1 http://bugs.os-cillation.de/attachment.cgi?id=25
126
127* Fri Apr 22 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl2
128- rebuild for VineSeed
129
130* Sun Apr 17 2005 KANEKO Seiji <giraffe@m2.pbc.ne.jp> 0.2.4-0vl1
131- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.