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

Revision 6273, 2.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Summary: An terminal emulator.
2Summary(ja): ターミナルエミュレータ
3Name: vte3
4Version: 0.32.2
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.32/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%attr(2711,root,utmp) %{_libexecdir}/%{name}/gnome-pty-helper
72
73%files devel
74%defattr(-,root,root)
75%{_includedir}/*
76%{_libdir}/*.so
77%{_libdir}/pkgconfig/*
78%{_datadir}/gir-1.0/*.gir
79%{_datadir}/gtk-doc/html/vte-2.90
80
81%changelog
82* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.2-1
83- new upstream release
84
85* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.1-1
86- new upstream release
87
88* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.1-1
89- new upstream release
90
91* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.0-1
92- new upstream release
93- add BuildRequires: gobject-introspection-devel
94
95* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.2-1
96- new upstream release
97
98* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.1-1
99- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.