mate-terminal-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. Summary: The MATE Terminal Emulator
  2. Name: mate-terminal
  3. Version: 1.8.0
  4. Release: 1%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: User Interface/Desktops
  8. URL: http://mate-desktop.org/
  9. BuildRequires: mate-common
  10. BuildRequires: mate-doc-utils
  11. BuildRequires: gtk2-devel
  12. BuildRequires: dconf-devel
  13. BuildRequires: vte-devel
  14. BuildRequires: libSM-devel
  15. BuildRequires: itstool
  16. BuildRequires: gtk-doc
  17. BuildRequires: autoconf
  18. BuildRequires: automake
  19. Requires(posttrans,postun): glib2
  20. Requires(post,postun): desktop-file-utils
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  22. Vendor: Project Vine
  23. Distribution: Vine Linux
  24. Packager: Takemikaduchi
  25. %description
  26. This is the MATE terminal emulator application. mate-terminal is
  27. only the shell (menubar, prefs dialog); the terminal emulation ("stuff
  28. in the middle") comes from the VTE widget. Remember this when
  29. choosing a bugzilla component. ;-)
  30. %prep
  31. %setup -q
  32. %build
  33. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  34. %configure \
  35. --disable-static
  36. %{__make} %{?_smp_mflags}
  37. %install
  38. %{__rm} -rf ${RPM_BUILD_ROOT}
  39. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  40. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  41. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  42. %find_lang %{name}
  43. %clean
  44. %{__rm} -rf ${RPM_BUILD_ROOT}
  45. %post
  46. /sbin/ldconfig
  47. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  48. %postun
  49. /sbin/ldconfig
  50. if [ $1 -eq 0 ]; then
  51. update-desktop-database %{_datadir}/applications >& /dev/null ||:
  52. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  53. fi
  54. %posttrans
  55. glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
  56. %files -f %{name}.lang
  57. %defattr(-,root,root,-)
  58. %doc COPYING ChangeLog NEWS README
  59. %{_bindir}/mate-terminal
  60. %{_bindir}/mate-terminal.wrapper
  61. %{_datadir}/applications/mate-terminal.desktop
  62. %{_datadir}/glib-2.0/schemas/org.mate.terminal.gschema.xml
  63. %{_datadir}/help/*
  64. %{_datadir}/%{name}
  65. %{_mandir}/man1/mate-terminal.1.gz
  66. %changelog
  67. * Wed Apr 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.8.0-1
  68. - new upstream release
  69. - remove Patch0 (mate-terminal-1.4.0-ja.po.patch)
  70. - add BuildRequires: itstool
  71. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-2
  72. - rebuild with VineSeed environment
  73. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  74. - new upstream release
  75. - remove BuildRequires: mate-conf-devel
  76. - add BuildRequires: dconf-devel
  77. * Thu Aug 02 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  78. - new upstream release
  79. - add Patch0 (mate-terminal-1.4.0-ja.po.patch)
  80. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-1
  81. - new upstream release
  82. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  83. - change category
  84. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  85. - initial build for Vine Linux