mate-common-vl.spec 999 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Summary: mate-common contains useful things common to building mate packages
  2. Name: mate-common
  3. Version: 1.2.2
  4. Release: 1%{?_dist_release}
  5. Source: %{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: Development/Tools
  8. URL: https://matsusoft.com.ar/projects/mate/
  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. %changelog
  33. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  34. - new upstream release
  35. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  36. - initial build for Vine Linux