gnome-js-common-vl.spec 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. %define pkg_version 0.1.2
  2. %define pkg_release 2%{?_dist_release}
  3. Summary: Common modules for GNOME JavaScript interpreters
  4. Name: gnome-js-common
  5. Version: %{pkg_version}
  6. Release: %{pkg_release}
  7. Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-js-common/0.1/%{name}-%{version}.tar.bz2
  8. License: LGPL
  9. Group: System Environment/Libraries
  10. URL: http://git.gnome.org/browse/gnome-js-common/
  11. Requires: pkgconfig
  12. BuildRequires: pkgconfig
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi
  17. %description
  18. Gnome-js-common is a module holding tests and JavaScript code useful
  19. or common to both Seed and gjs. Note that Seed and GJS both (For now)
  20. have many more tests internally.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure
  25. %{__make} %{?_smp_mflags}
  26. %install
  27. %{__rm} -rf ${RPM_BUILD_ROOT}
  28. %{__make} install DESTDIR=${RPM_BUILD_ROOT}
  29. %clean
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. %files
  32. %defattr(-,root,root)
  33. %doc COPYING ChangeLog
  34. %{_libdir}/gnome-js
  35. %{_libdir}/pkgconfig/*.pc
  36. %{_datadir}/doc/gnome_js_common
  37. %changelog
  38. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-2
  39. - rebuild with rpm-4.8.1 for pkg-config file
  40. - fix typo
  41. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.2-1
  42. - initial build for Vine Linux