rpms/ocaml-findlib/devel ocaml-findlib.spec,1.25,1.26

Richard W.M. Jones rjones at fedoraproject.org
Wed Dec 16 17:05:57 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-findlib/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23008

Modified Files:
	ocaml-findlib.spec 
Log Message:
Use __ocaml_requires_opts / __ocaml_provides_opts.


Index: ocaml-findlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-findlib/devel/ocaml-findlib.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -p -r1.25 -r1.26
--- ocaml-findlib.spec	16 Dec 2009 15:37:05 -0000	1.25
+++ ocaml-findlib.spec	16 Dec 2009 17:05:57 -0000	1.26
@@ -3,7 +3,7 @@
 
 Name:           ocaml-findlib
 Version:        1.2.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Objective CAML package manager and build helper
 
 Group:          Development/Libraries
@@ -20,7 +20,7 @@ BuildRequires:  ocaml-ocamldoc
 BuildRequires:  m4, ncurses-devel
 BuildRequires:  gawk
 
-%global __ocaml_requires %{_rpmconfigdir}/ocaml-find-requires.sh -i Asttypes -i Parsetree
+%global __ocaml_requires_opts -i Asttypes -i Parsetree
 
 %description
 Objective CAML package manager and build helper.
@@ -108,6 +108,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Dec 16 2009 Richard W.M. Jones <rjones at redhat.com> - 1.2.5-3
+- Use __ocaml_requires_opts / __ocaml_provides_opts.
+
 * Wed Dec 16 2009 Richard W.M. Jones <rjones at redhat.com> - 1.2.5-2
 - Update to use RPM dependency generator.
 




More information about the Fedora-ocaml-list mailing list