mate-dialogs-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. Summary: Display graphical dialog boxes from shell scripts
  2. Name: mate-dialogs
  3. Version: 1.6.2
  4. Release: 1%{?_dist_release}
  5. Source0: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: http://mate-desktop.org/
  9. BuildRequires: mate-common
  10. BuildRequires: mate-doc-utils
  11. BuildRequires: gtk2-devel
  12. BuildRequires: gtk-doc
  13. BuildRequires: autoconf
  14. BuildRequires: automake
  15. BuildRequires: gnome-doc-utils
  16. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: Takemikaduchi
  20. %description
  21. This is matedialog - a rewrite of gdialog, the MATE port of dialog
  22. which allows you to display dialog boxes from the commandline
  23. and shell scripts. If you understand, things are just as they
  24. are. If you don't understand, things are just as they are.
  25. %prep
  26. %setup -q
  27. %build
  28. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  29. %configure \
  30. --disable-static \
  31. --disable-scrollkeeper
  32. %{__make} %{?_smp_mflags}
  33. %install
  34. %{__rm} -rf ${RPM_BUILD_ROOT}
  35. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  36. find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} \;
  37. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  38. %{__rm} -f ${RPM_BUILD_ROOT}/%{_bindir}/gdialog
  39. %find_lang %{name}
  40. %clean
  41. %{__rm} -rf ${RPM_BUILD_ROOT}
  42. %post -p /sbin/ldconfig
  43. %postun -p /sbin/ldconfig
  44. %files -f %{name}.lang
  45. %defattr(-,root,root,-)
  46. %doc COPYING ChangeLog NEWS README
  47. %{_bindir}/matedialog
  48. %{_datadir}/mate/help
  49. %{_datadir}/matedialog
  50. %{_datadir}/omf/matedialog
  51. %{_mandir}/man1/matedialog.1.gz
  52. %changelog
  53. * Sun Nov 10 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  54. - new upstream release
  55. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.0-1
  56. - new upstream release
  57. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  58. - new upstream release
  59. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.0-1
  60. - new upstream release
  61. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  62. - initial build for Vine Linux