camlp5-vl.spec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. %define docver 6.00
  2. Name: camlp5
  3. Summary: a preprocessor-pretty-printer of ocaml
  4. Version: 6.11
  5. Release: 1%{?_dist_release}
  6. License: distributable
  7. Group: Development/Languages
  8. URL: http://pauillac.inria.fr/camlimages/
  9. Source0: http://pauillac.inria.fr/~ddr/camlp5/distrib/src/%{name}-%{version}.tgz
  10. Source1: http://pauillac.inria.fr/~ddr/camlp5/doc/ps/%{name}-%{docver}.ps
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: ocaml
  13. Requires: ocaml
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: inagaki
  17. %description
  18. Camlp5 is a preprocessor-pretty-printer of OCaml.
  19. %prep
  20. %setup -q
  21. cp -p %{SOURCE1} .
  22. %build
  23. ./configure \
  24. --prefix %{_prefix} \
  25. --libdir %{_libdir}/ocaml \
  26. --mandir %{_mandir} \
  27. --transitional
  28. make world.opt
  29. %install
  30. if [ -d $RPM_BUILD_ROOT ]; then rm -rf $RPM_BUILD_ROOT; fi
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. %clean
  33. if [ -d $RPM_BUILD_ROOT ]; then %{__rm} -rf $RPM_BUILD_ROOT; fi
  34. %files
  35. %defattr (-,root,root)
  36. %doc CHANGES LICENSE README
  37. %doc %{name}-%{docver}.ps
  38. %{_bindir}/*
  39. %{_libdir}/ocaml/camlp5
  40. %{_mandir}/man1/*
  41. %changelog
  42. * Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 6.11-1
  43. - new upstream release
  44. * Fri Apr 16 2010 Shu KONNO <owa@bg.wakwak.com> - 5.11-2
  45. - rebuilt with new tool chain and ocaml 3.11.0-2
  46. * Sat May 9 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.11-1
  47. - new upstream release
  48. - built with ocaml 3.11.0
  49. - added Packager tag
  50. * Sun Aug 3 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.08-1
  51. - new upstream release
  52. - built with ocaml 3.10.2
  53. * Wed Feb 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-0vl2
  54. - rebuilt for VineSeed
  55. * Wed Feb 6 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.07-0vl1
  56. - new upstream release
  57. - rebuilt with Ocaml 3.10.1
  58. * Sun Dec 30 2007 Shu KONNO <owa@bg.wakwak.com> - 5.00-0vl2
  59. - added option libdir to configure
  60. * Sun Sep 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 5.00-0vl1
  61. - initial package for Vine Linux