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

Revision 10157, 4.8 KB checked in by kudoh, 8 years ago (diff)

new upstream release and rebuilt

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