mate-mime-data-vl.spec 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Summary: The base MIME and Application database for MATE.
  2. Name: mate-mime-data
  3. Version: 1.4.0
  4. Release: 1%{?_dist_release}
  5. Source: http://pub.mate-desktop.org/releases/1.4/%{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: http://mate-desktop.org/
  9. BuildArch: noarch
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: mate-common
  12. BuildRequires: glib2-devel
  13. BuildRequires: autoconf
  14. BuildRequires: automake
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi
  18. %description
  19. This module contains the base MIME and Application database for MATE.
  20. It is meant to be accessed through the MIME functions in MateVFS.
  21. %prep
  22. %setup -q
  23. %build
  24. (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi)
  25. %configure
  26. make
  27. %install
  28. make install DESTDIR=${RPM_BUILD_ROOT}
  29. %find_lang %{name}
  30. %files -f %{name}.lang
  31. %defattr(-, root, root)
  32. %{_sysconfdir}/mate-vfs-mime-magic
  33. %{_datadir}/application-registry/mate-vfs.applications
  34. %{_datadir}/mime-info/mate-vfs.*
  35. %{_datadir}/pkgconfig/mate-mime-data-2.0.pc
  36. %changelog
  37. * Wed Aug 01 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.4.0-1
  38. - new upstream release
  39. * Sat May 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.2-1
  40. - new upstream release
  41. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  42. - change category
  43. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  44. - initial build for Vine Linux