gnome-js-common-vl.spec 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. %define pkg_version 0.1.2
  2. %define pkg_release 1%{?_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. * Sun Apr 18 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  39. - initial build for Vine Linux