vte3-vl.spec 2.4 KB

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