source: projects/specs/trunk/s/sakura/sakura-vl.spec @ 894

Revision 894, 1.9 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file for gnome-2.30

Line 
1%define pkg_version 2.3.8
2%define pkg_release 1%{?_dist_release}
3
4Summary: A terminal emulator based on libvte.
5Summary(ja): libvteベースの端末エミュレータ
6Name: sakura
7Version: %{pkg_version}
8Release: %{pkg_release}
9Source0: http://pleyades.net/david/projects/sakura/%{name}-%{version}.tar.bz2
10Patch0: sakura-2.3.7-pod2man.patch
11License: GPLv2
12Group: User Interface/X
13URL: http://pleyades.net/david/sakura.php
14
15Requires: glib2 >= 2.14.0
16Requires: gtk2 >= 2.10.0
17Requires: vte >= 0.16.15
18BuildRequires: glib2-devel >= 2.14.0
19BuildRequires: gtk2-devel >= 2.10.0
20BuildRequires: vte-devel >= 0.16.15
21BuildRequires: cmake
22BuildRoot: %{_tmppath}/%{name}-%{version}-root
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28
29%description
30Sakura is a terminal emulator based on GTK+ and VTE. It's a terminal emulator with few dependencies, so you don't need a full GNOME desktop installed to have a decent terminal emulator.
31
32%description -l ja
33Sakura は GTK+ 及び VTEベースの端末エミュレータです。依存性がわずかな端末エミュレータなので、きちんとした端末エミュレータを持つために完全なGNOMEデスクトップをインストールする必要はありません。
34
35%prep
36%setup -q
37%patch0 -p1 -b .pod2man
38
39%build
40%cmake CMAKE_C_FLAGS=%{optflags} .
41%{__make} %{?_smp_mflags}
42
43
44%install
45%{__rm} -rf ${RPM_BUILD_ROOT}
46%{__make} install DESTDIR=${RPM_BUILD_ROOT}
47
48%find_lang %{name}
49
50
51%clean
52%{__rm} -rf ${RPM_BUILD_ROOT}
53
54
55%files -f %{name}.lang
56%defattr(-,root,root)
57%doc AUTHORS GPL
58%{_bindir}/*
59%{_datadir}/applications/*
60%{_datadir}/pixmaps/*
61%{_datadir}/doc/*
62%{_mandir}/man1/*
63
64
65%changelog
66* Sat Apr 24 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.8-1
67- new upstream release
68
69* Sat Mar 13 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.7-1
70- new upstream release
71- change Patch0 for sakura-2.3.7
72
73* Sun Jan 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.6-1
74- initial build for Vine Linux
75
Note: See TracBrowser for help on using the repository browser.