mate-dialogs-vl.spec 2.1 KB

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