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

Revision 5038, 2.4 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

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