mate-common-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. Summary: mate-common contains useful things common to building mate packages
  2. Name: mate-common
  3. Version: 1.6.2
  4. Release: 2%{?_dist_release}
  5. Source: http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: Development/Tools
  8. URL: http://mate-desktop.org/
  9. BuildArch: noarch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: autoconf
  12. BuildRequires: automake
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. Packager: Takemikaduchi
  16. %description
  17. Contains files required to bootstrap various Mate modules when building
  18. from CVS.
  19. %prep
  20. %setup -q
  21. %build
  22. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  23. %configure
  24. make
  25. %install
  26. make install DESTDIR=${RPM_BUILD_ROOT}
  27. %files
  28. %defattr(-, root, root)
  29. %{_bindir}/*
  30. %{_datadir}/aclocal/*
  31. %{_datadir}/mate-common
  32. %{_mandir}/man1/mate-autogen.1.gz
  33. %{_mandir}/man1/mate-doc-common.1.gz
  34. %changelog
  35. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-2
  36. - rebuild with VineSeed environment
  37. * Sun Sep 22 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.2-1
  38. - new upstream release
  39. * Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.6.1-1
  40. - new upstream release
  41. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  42. - new upstream release
  43. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  44. - new upstream release
  45. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  46. - initial build for Vine Linux