source: projects/specs/trunk/l/lilyterm/lilyterm-vl.spec @ 6462

Revision 6462, 3.3 KB checked in by kudoh, 12 years ago (diff)

lilyterm-vl.spec

Line 
1Name:           lilyterm
2Version:        0.9.9.2
3Release:        1%{?_dist_release}
4Summary:        Light and easy to use X Terminal Emulator
5Summary(ja):    軽量で簡単なXターミナルエミュレータ
6
7Group:          User Interface/X
8License:        BSD
9URL:            http://lilyterm.luna.com.tw
10Source0:        http://lilyterm.luna.com.tw/lilyterm-%{version}.tar.gz
11BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
12
13BuildRequires:  gtk2-devel >= 2.8.20
14BuildRequires:  vte-devel >= 0.12.2
15BuildRequires:  desktop-file-utils intltool
16
17%description
18LilyTerm is a light and easy to use libvte based X Terminal Emulator with a
19lot of features:
20 * Supports multiple tabs, reorderable tabs and hides the tab tray when there
21   is only one tab
22 * Add, close, swith, move, rename tabs with function keys
23 * Disable/Enable function keys for temporary (use <Ctrl><`> by default).
24 * Shows the foreground running command on tab and/or window title.
25 * Change the font name, size, and window size with right click menu.
26 * User custom function keys (need to edit profile).
27 * Support for User/System profiles.
28 * Supports true transparency if the window manager is composited.
29 * Support for transparent background and background saturation.
30 * Support for text and background color (need to edit profile).
31 * Good support for UTF-8.
32 * Decide the text encoding via environment. Using UTF-8 by default.
33 * Change the text encoding with right click menu.
34
35
36%prep
37%setup -q
38#chmod +x ./autogen.sh
39
40
41%build
42#./autogen.sh
43%configure
44make %{?_smp_mflags}
45
46
47%install
48rm -rf $RPM_BUILD_ROOT
49make install DESTDIR=$RPM_BUILD_ROOT
50desktop-file-install                                       \
51  --delete-original                                        \
52  --remove-category=Utility                                \
53  --add-category=System                                    \
54  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
55  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
56%find_lang %{name}
57# we install the docfiles versioned
58rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/lilyterm/
59
60
61%clean
62rm -rf $RPM_BUILD_ROOT
63
64
65%files -f %{name}.lang
66%defattr(-,root,root,-)
67%doc AUTHORS ChangeLog COPYING README TODO
68%config(noreplace) %{_sysconfdir}/lilyterm.conf
69%{_bindir}/%{name}
70%{_datadir}/applications/%{name}.desktop
71%{_datadir}/pixmaps/lilyterm.*
72%{_mandir}/man1/%{name}.1.gz
73
74
75%changelog
76* Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9.9.2-1
77- new upstream release
78
79* Wed Mar 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.9.6-1
80- initial build for Vine Linux
81
82* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.6-3
83- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
84
85* Tue Jun 09 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.6-2
86- Rebuilt for libvte SONAME bump
87
88* Sat Apr 11 2009 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.6-1
89- Update to 0.9.6
90
91* Fri Jul 11 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.5-1
92- Update to 0.9.5
93
94* Thu Jul 10 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.4-1
95- Update to 0.9.4
96
97* Thu Jun 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.3-1
98- Update to 0.9.3
99
100* Mon May 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9.0-1
101- Update to 0.9.0
102
103* Mon Apr 21 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8.6-1
104- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.