source: projects/specs/trunk/l/lxterminal/lxterminal-vl.spec @ 4412

Revision 4412, 4.0 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxterminal
2Version:        0.1.10
3Release:        2%{?_dist_release}
4Summary:        Desktop-independent VTE-based terminal emulator
5#Summary(de):    Desktup-unabhängiger VTE-basierter Terminal Emulator
6Summary(ja):    デスクトップに依存しない VTE ベースのターミナルエミュレータ
7
8Group:          User Interface/Desktops
9License:        GPLv2+
10URL:            http://lxde.sourceforge.net/
11Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
12#Patch0:         lxterminal-new-tab-cwd.patch
13Patch0:         fix_composite_bug.patch
14Patch1:         fix_managing_tab_bug.patch
15
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20
21BuildRequires:  gtk2-devel >= 2.14 vte-devel
22BuildRequires:  desktop-file-utils intltool gettext
23
24%description
25LXterminal is a VTE-based terminal emulator with support for multiple tabs.
26It is completely desktop-independent and does not have any unnecessary
27dependencies. In order to reduce memory usage and increase the performance
28all instances of the terminal are sharing a single process.
29
30%description -l ja
31LXterminal は複数タブをサポートした VTE ベースのターミナルエミュレータです。
32完全にデスクトップから独立し、不要な依存をもちません。
33メモリ使用量を抑え性能を向上させるため、ターミナルのすべての
34インスタンスが1つのプロセスに共有されています。
35
36#%description -l de
37#LXTerminal ist ein VTE-basierter Terminalemulator mit Unterstützung für
38#mehrere Reiter. Er ist komplett desktop-unabhängig und hat keine unnötigen
39#Abhängigkeiten. Um den Speicherverbrauch zu reduzieren und die Leistung zu
40#erhöhen teilen sich alle Instanzen des Terminals einen einzigen Prozess.
41
42%prep
43%setup -q
44%patch0 -p1
45%patch1 -p1
46
47%build
48%configure
49make %{?_smp_mflags}
50
51
52%install
53rm -rf $RPM_BUILD_ROOT
54make install DESTDIR=$RPM_BUILD_ROOT
55desktop-file-install --vendor=vine      \
56  --delete-original     \
57  --add-category=Utility        \
58  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications       \
59  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
60%find_lang %{name}
61
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66
67%files -f %{name}.lang
68%defattr(-,root,root,-)
69%doc AUTHORS COPYING README
70%{_bindir}/%{name}
71%{_datadir}/%{name}/
72%{_datadir}/applications/vine-%{name}.desktop
73%{_datadir}/pixmaps/%{name}.png
74%{_mandir}/man1/%{name}*.1*
75
76
77%changelog
78* Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.10-2
79- added patch0,1 from upstream git repository
80
81* Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.10-1
82- Update to 0.1.10
83
84* Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.9-1
85- Update to 0.1.9
86
87* Wed Jul 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-1
88- Update to 0.1.8
89
90* Wed Mar 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.7-1
91- Update to 0.1.7
92- dropt Patch0
93
94* Sun Oct 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.6-2
95- added Patch0 from LXDE tracker to set cwd of new tab equal to the cwd of the current tab
96
97* Sun Jul 12 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.6-1
98- Update to 0.1.6
99- cleaned up spec
100
101* Fri May 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.5-1
102- Update to 0.1.5
103- dropt Source1,2
104- spec in UTF-8
105
106* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.1.4-3
107- replace ja.po: from upstream repository
108- fix Japanese description: drop unnecessary English
109- update %%files section: drop unnecessary extension in mandir
110- add Vendor and Distribution tags for Vine Linux
111
112* Thu Mar 26 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-2vl5
113- modified ja.po
114- added Summary(ja)
115
116* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-1vl5
117- initial build for VineSeed (import from Fedora Package)
118
119* Fri Dec 26 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.4-1
120- Update to 0.1.4.
121
122* Sat Jun 28 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.3-1
123- Update to 0.1.3
124- Add the new manpage
125
126* Fri Jun 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-1
127- Initial Fedora package
Note: See TracBrowser for help on using the repository browser.