camlp5-vl.spec 1.8 KB

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