vte3-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. Summary: An terminal emulator.
  2. Summary(ja): ターミナルエミュレータ
  3. Name: vte3
  4. Version: 0.34.5
  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. %package docs
  30. Summary: Documentation for %{name}
  31. Summary(ja): %{name} 用のドキュメント
  32. Group: Documentation
  33. Requires: %{name} = %{version}-%{release}
  34. BuildArch: noarch
  35. %description docs
  36. This package contains documentation for %{name}.
  37. %prep
  38. %setup -q -n vte-%{version}
  39. %build
  40. %configure \
  41. --with-gtk=3.0 \
  42. --libexecdir=%{_libexecdir}/%{name} \
  43. --disable-static \
  44. --enable-introspection \
  45. --without-glX
  46. make %{?_smp_mflags}
  47. %install
  48. rm -fr $RPM_BUILD_ROOT
  49. make install DESTDIR=$RPM_BUILD_ROOT
  50. %find_lang vte-2.90
  51. rm -f $RPM_BUILD_ROOT/%{_bindir}/%{name}
  52. rm -f $RPM_BUILD_ROOT/%{_libdir}/*.{a,la}
  53. %clean
  54. rm -fr $RPM_BUILD_ROOT
  55. %post -p /sbin/ldconfig
  56. %postun -p /sbin/ldconfig
  57. %files -f vte-2.90.lang
  58. %defattr(-,root,root)
  59. %doc ChangeLog COPYING HACKING NEWS README
  60. %doc doc/utmpwtmp.txt doc/boxes.txt src/iso2022.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt
  61. %{_sysconfdir}/profile.d/vte.sh
  62. %{_bindir}/vte2_90
  63. %{_libdir}/*.so.*
  64. %{_libdir}/girepository-1.0/*.typelib
  65. %attr(2711,root,utmp) %{_libexecdir}/%{name}/gnome-pty-helper
  66. %files devel
  67. %defattr(-,root,root)
  68. %{_includedir}/*
  69. %{_libdir}/*.so
  70. %{_libdir}/pkgconfig/*
  71. %{_datadir}/gir-1.0/*.gir
  72. %files docs
  73. %defattr(-,root,root)
  74. %{_datadir}/gtk-doc/html/vte-2.90
  75. %changelog
  76. * Sat May 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.5-1
  77. - new upstream release
  78. * Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.3-1
  79. - new upstream release
  80. - create %%{name}-docs subpackage
  81. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.2-1
  82. - new upstream release
  83. * Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.1-1
  84. - new upstream release
  85. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.34.0-1
  86. - new upstream release
  87. * Tue Jun 05 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.2-1
  88. - new upstream release
  89. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.32.1-1
  90. - new upstream release
  91. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.1-1
  92. - new upstream release
  93. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.30.0-1
  94. - new upstream release
  95. - add BuildRequires: gobject-introspection-devel
  96. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.2-1
  97. - new upstream release
  98. * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28.1-1
  99. - initial build for Vine Linux