vte3-vl.spec 2.1 KB

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