mate-mime-data-vl.spec 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Summary: The base MIME and Application database for MATE.
  2. Name: mate-mime-data
  3. Version: 1.1.0
  4. Release: 2%{?_dist_release}
  5. Source: %{name}-%{version}.tar.xz
  6. License: GPLv2
  7. Group: System Environment/Libraries
  8. URL: https://matsusoft.com.ar/projects/mate/
  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. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
  38. - change category
  39. * Fri Dec 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-1
  40. - initial build for Vine Linux