zenity-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. %define po_package zenity
  2. Summary: Zenity - GNOME port of dialog
  3. Summary(ja): Zenity - dialog の GNOME 版
  4. Name: zenity
  5. Version: 3.1.5
  6. Release: 1%{?_dist_release}
  7. License: LGPL
  8. Group: User Interface/Desktops
  9. Source0: %{name}-%{version}.tar.xz
  10. Patch10: %{name}-2.14.2-i18n-help.patch
  11. Patch20: %{name}-2.26.0-grab-focus.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: WebKit3-gtk-devel >= 1.4.0
  14. BuildRequires: libnotify-devel >= 0.7.1
  15. BuildRequires: intltool
  16. BuildRequires: gnome-doc-utils >= 0.3.2
  17. BuildRequires: docbook-utils
  18. Requires(post): scrollkeeper
  19. Requires(postun): scrollkeeper
  20. Vendor: Project Vine
  21. Distribution: Vine Linux
  22. %description
  23. This is zenity - a rewrite of gdialog, the GNOME port of dialog
  24. which allows you to display dialog boxes from the commandline
  25. and shell scripts. If you understand, things are just as they
  26. are. If you don't understand, things are just as they are.
  27. %prep
  28. %setup -q
  29. %patch10 -p1 -b .i18n-help
  30. #patch20 -p1 -b .grab-focus
  31. %build
  32. %configure --disable-scrollkeeper
  33. %__make
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  37. %makeinstall
  38. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  39. %find_lang %{po_package} --with-gnome
  40. rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. %post
  44. scrollkeeper-update >& /dev/null ||:
  45. %postun
  46. scrollkeeper-update >& /dev/null ||:
  47. %files -f %{po_package}.lang
  48. %defattr(-,root,root,-)
  49. %{_bindir}/*
  50. %dir %{_datadir}/%{name}
  51. %{_datadir}/%{name}/*
  52. %{_mandir}/man?/*
  53. %changelog
  54. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  55. - new upstream release
  56. - add BuildRequires: WebKit3-gtk-devel
  57. * Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.0-1
  58. - new upstream release
  59. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  60. - new upstream release
  61. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
  62. - new upstream release
  63. * Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  64. - new upstream release
  65. - add BuildRequires gnome-doc-utils, docbook-utils
  66. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  67. - new upstream release
  68. - dropped Patch20
  69. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  70. - new upstream release
  71. * Sat Oct 12 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-2
  72. - add Patch20 to make zenity grab the window focus on startup.
  73. * Sat Sep 27 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  74. - new upstream release
  75. * Fri Jun 30 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl2
  76. - add Patch10 to fix corruption of help option message.
  77. * Sun Jun 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
  78. - new upstream release
  79. * Wed May 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  80. - new upstream release
  81. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  82. - new upstream release
  83. * Tue Jul 26 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  84. - initial build for Vine Linux