Hello community, here is the log from the commit of package ocaml for openSUSE:Factory checked in at 2012-04-12 09:43:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml (Old) and /work/SRC/openSUSE:Factory/.ocaml.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes 2012-01-12 15:31:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml.new/ocaml.changes 2012-04-12 09:43:25.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jan 31 10:53:26 UTC 2012 - [email protected] + +- *.cmxs doesn't built for ppc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml.spec ++++++ --- /var/tmp/diff_new_pack.hcn0OV/_old 2012-04-12 09:43:27.000000000 +0200 +++ /var/tmp/diff_new_pack.hcn0OV/_new 2012-04-12 09:43:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 Andrew Psaltis <ampsaltis at gmail dot com> # Copyright (c) 2011 Andrew Psaltis <ampsaltis at gmail dot com> # @@ -18,6 +18,7 @@ # + Name: ocaml Version: 3.12.1 Release: 0 @@ -68,6 +69,7 @@ %global __ocaml_requires_opts -c -f "%{buildroot}%{_bindir}/ocamlrun %{buildroot}%{_bindir}/ocamlobjinfo" %global __ocaml_provides_opts -f "%{buildroot}%{_bindir}/ocamlrun %{buildroot}%{_bindir}/ocamlobjinfo" + %description Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -83,6 +85,7 @@ Group: Development/Languages/Other Provides: ocaml(runtime) = %{version} + %description runtime Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -97,6 +100,7 @@ Group: Development/Languages/Other Requires: ocaml = %{version}-%{release} + %description source Source code for Objective Caml libraries. @@ -107,6 +111,7 @@ Group: System/Libraries Requires: ocaml-runtime = %{version}-%{release} + %description x11 X11 support for Objective Caml. @@ -119,6 +124,7 @@ Requires: ocaml(runtime) = %{version}-%{release} Requires: ocaml = %{version}-%{release} + %description labltk Labltk is a library for interfacing Objective Caml with the scripting language Tcl/Tk. @@ -137,6 +143,7 @@ Requires: tcl-devel Requires: tk-devel + %description labltk-devel Labltk is a library for interfacing Objective Caml with the scripting language Tcl/Tk. @@ -152,6 +159,7 @@ Group: Development/Languages/Other Requires: ocaml-runtime = %{version}-%{release} + %description camlp4 Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml, parsing a source file and printing some result on standard output. @@ -168,6 +176,7 @@ Provides: camlp4 = %{version} Obsoletes: camlp4 < %{version} + %description camlp4-devel Camlp4 is a Pre-Processor-Pretty-Printer for Objective Caml, parsing a source file and printing some result on standard output. @@ -181,6 +190,7 @@ Group: Development/Languages/Other Requires: ocaml = %{version}-%{release} + %description ocamldoc Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -197,6 +207,7 @@ Requires: emacs Provides: caml-mode + %description emacs Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -211,6 +222,7 @@ Group: Development/Languages/Other Requires: ocaml = %{version}-%{release} + %description docs Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -225,6 +237,7 @@ Group: Development/Libraries/Other Requires: ocaml = %{version}-%{release} + %description compiler-libs Objective Caml is a high-level, strongly-typed, functional and object-oriented programming language from the ML family of languages. @@ -239,6 +252,7 @@ Group: Development/Libraries/Other Requires: ocaml-compiler-libs = %{version}-%{release} + %description compiler-libs-devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. @@ -262,6 +276,7 @@ find -name ".cvsignore" | xargs -r rm -f + %build %ifarch %ix86 # Default OPT flags for these architectures use -fomit-frame-pointer, @@ -280,6 +295,7 @@ make world %endif + %install make install \ BINDIR="$RPM_BUILD_ROOT%{_bindir}" \ @@ -315,22 +331,26 @@ cp -a typing/ utils/ parsing/ $RPM_BUILD_ROOT%{_libdir}/ocaml/compiler-libs %fdupes $RPM_BUILD_ROOT + %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz + %postun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz + %clean rm -rf $RPM_BUILD_ROOT + %files %defattr(-,root,root) %doc Changes LICENSE README %{_bindir}/* %{_mandir}/*/* %{_libdir}/ocaml/*.a -%ifnarch %arm +%ifnarch %arm ppc %{_libdir}/ocaml/*.cmxs %endif %{_libdir}/ocaml/*.cmxa @@ -366,6 +386,7 @@ %exclude %{_libdir}/ocaml/ocamldoc %exclude %{_libdir}/ocaml/stublibs/dlllabltk.so + %files runtime %defattr(-,root,root,-) %{_bindir}/ocamlrun @@ -384,15 +405,18 @@ %exclude %{_libdir}/ocaml/stublibs/dlllabltk.so %doc README LICENSE Changes + %files x11 %defattr(-,root,root,-) %{_libdir}/ocaml/graphicsX11.cmi %{_libdir}/ocaml/graphicsX11.mli + %files source %defattr(-,root,root,-) %{_libdir}/ocaml/*.ml + %files labltk %defattr(-,root,root,-) %{_bindir}/labltk @@ -402,6 +426,7 @@ %{_libdir}/ocaml/labltk/*.cmo %{_libdir}/ocaml/stublibs/dlllabltk.so + %files labltk-devel %defattr(-,root,root,-) %{_bindir}/ocamlbrowser @@ -416,6 +441,7 @@ %doc otherlibs/labltk/examples_labltk %doc otherlibs/labltk/examples_camltk + %files camlp4 %defattr(-,root,root,-) %dir %{_libdir}/ocaml/camlp4 @@ -435,6 +461,7 @@ %{_libdir}/ocaml/camlp4/Camlp4Top/*.cmi %{_libdir}/ocaml/camlp4/Camlp4Top/*.cmo + %files camlp4-devel %defattr(-,root,root,-) %{_bindir}/camlp4* @@ -453,16 +480,19 @@ %{_libdir}/ocaml/camlp4/Camlp4Top/*.o #%%{_mandir}/man1/* + %files ocamldoc %defattr(-,root,root,-) %{_bindir}/ocamldoc* %{_libdir}/ocaml/ocamldoc %doc ocamldoc/Changes.txt + %files docs %defattr(-,root,root,-) %doc htmlman + %files emacs %defattr(-,root,root,-) %doc emacs/README @@ -471,6 +501,7 @@ %{_datadir}/emacs/site-lisp/* %{_bindir}/ocamltags + %files compiler-libs %defattr(-,root,root,-) %doc LICENSE README @@ -481,6 +512,7 @@ %exclude %{_libdir}/ocaml/compiler-libs/*/*.o %exclude %{_libdir}/ocaml/compiler-libs/*/*.ml + %files compiler-libs-devel %defattr(-,root,root,-) %doc LICENSE README @@ -490,4 +522,6 @@ %{_libdir}/ocaml/compiler-libs/*/*.o %{_libdir}/ocaml/compiler-libs/*/*.ml + + %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
