vte3-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. Summary: An terminal emulator.
  2. Summary(ja): ターミナルエミュレータ
  3. Name: vte3
  4. Version: 0.34.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.34/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. %{_sysconfdir}/profile.d/vte.sh
  54. %{_bindir}/vte2_90
  55. %{_libdir}/*.so.*
  56. %{_libdir}/girepository-1.0/*.typelib
  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. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.2-1
  67. - new upstream release
  68. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.1-1
  69. - new upstream release
  70. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.0-1
  71. - new upstream release
  72. * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.2-1
  73. - new upstream release
  74. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.1-1
  75. - new upstream release
  76. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.1-1
  77. - new upstream release
  78. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.0-1
  79. - new upstream release
  80. - add BuildRequires: gobject-introspection-devel
  81. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.2-1
  82. - new upstream release
  83. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.1-1
  84. - initial build for Vine Linux