source: projects/specs/trunk/v/vte3/vte3-vl.spec @ 4704

Revision 4704, 2.1 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2 beta 1 (3.1.90)

Line 
1Summary: An terminal emulator.
2Summary(ja): ターミナルエミュレータ
3Name: vte3
4Version: 0.28.2
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.28/vte-%{version}.tar.xz
9
10BuildRoot: %{_tmppath}/%{name}-%{version}-root
11BuildRequires: gtk3-devel
12BuildRequires: ncurses-devel
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: Takemikaduchi
17
18%description
19VTE is an experimental terminal emulator widget for use with GTK+ 3.0.
20
21%description -l ja
22VTE は GTK+3.0 用のターミナルエミュレータウィジェットです。
23
24%package devel
25Summary: Files needed for developing applications which use vte.
26Summary(ja): VTE を使用したアプリケーションの開発に必要なファイル群
27Group: Development/Libraries
28Requires: %{name} = %{version}-%{release}
29Requires: gtk3-devel
30
31%description devel
32VTE is an experimental terminal emulator widget for use with GTK+ 3.0.  This
33package contains the files needed for building applications using VTE.
34
35%prep
36%setup -q -n vte-%{version}
37
38%build
39%configure \
40        --with-gtk=3.0 \
41        --libexecdir=%{_libexecdir}/%{name} \
42        --disable-static \
43        --without-glX
44make %{?_smp_mflags}
45
46%install
47rm -fr $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49
50%find_lang vte-2.90
51
52rm -f $RPM_BUILD_ROOT/%{_bindir}/%{name}
53rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{a,la}
54
55%clean
56rm -fr $RPM_BUILD_ROOT
57
58%post -p /sbin/ldconfig
59
60%postun -p /sbin/ldconfig
61
62%files -f vte-2.90.lang
63%defattr(-,root,root)
64%doc ChangeLog COPYING HACKING NEWS README
65%doc doc/utmpwtmp.txt doc/boxes.txt src/iso2022.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt
66%{_bindir}/vte2_90
67%{_libdir}/*.so.*
68%{_datadir}/vte/termcap-2.90/xterm
69%attr(2711,root,utmp) %{_libexecdir}/%{name}/gnome-pty-helper
70
71%files devel
72%defattr(-,root,root)
73%{_datadir}/gtk-doc/html/vte-2.90
74%{_includedir}/*
75%{_libdir}/*.so
76%{_libdir}/pkgconfig/*
77
78%changelog
79* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.2-1
80- new upstream release
81
82* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.1-1
83- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.