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

Revision 7119, 2.9 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

Line 
1Summary: An terminal emulator.
2Summary(ja): ターミナルエミュレータ
3Name: vte3
4Version: 0.34.2
5Release: 1%{?_dist_release}
6License: LGPL
7Group: System Environment/Libraries
8Source: http://ftp.gnome.org/pub/GNOME/sources/vte/0.34/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%{_sysconfdir}/profile.d/vte.sh
69%{_bindir}/vte2_90
70%{_libdir}/*.so.*
71%{_libdir}/girepository-1.0/*.typelib
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* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.2-1
84- new upstream release
85
86* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.1-1
87- new upstream release
88
89* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.0-1
90- new upstream release
91
92* Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.2-1
93- new upstream release
94
95* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.1-1
96- new upstream release
97
98* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.1-1
99- new upstream release
100
101* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.0-1
102- new upstream release
103- add BuildRequires: gobject-introspection-devel
104
105* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.2-1
106- new upstream release
107
108* Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.1-1
109- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.