rpms/ocaml-xml-light/devel ocaml-xml-light.spec,1.3,1.4

Richard W.M. Jones (rjones) fedora-extras-commits at redhat.com
Thu Sep 6 16:20:06 UTC 2007


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-xml-light/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9491

Modified Files:
	ocaml-xml-light.spec 
Log Message:
* Thu Sep  6 2007 Richard W.M. Jones <rjones at redhat.com> - 2.2.cvs20070817-5
- Don't package test.cmi file (it's a test program).



Index: ocaml-xml-light.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-xml-light/devel/ocaml-xml-light.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ocaml-xml-light.spec	6 Sep 2007 15:36:09 -0000	1.3
+++ ocaml-xml-light.spec	6 Sep 2007 16:19:33 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           ocaml-xml-light
 Version:        2.2.cvs20070817
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Minimal XML parser and printer for OCaml
 
 Group:          Development/Libraries
@@ -57,6 +57,7 @@
 export DESTDIR=$RPM_BUILD_ROOT
 export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
 mkdir -p $OCAMLFIND_DESTDIR $OCAMLFIND_DESTDIR/stublibs
+rm -f test.cmi
 ocamlfind install xml-light META *.mli *.cmi *.cma *.a *.cmxa *.cmx
 
 
@@ -88,6 +89,9 @@
 
 
 %changelog
+* Thu Sep  6 2007 Richard W.M. Jones <rjones at redhat.com> - 2.2.cvs20070817-5
+- Don't package test.cmi file (it's a test program).
+
 * Thu Sep  6 2007 Richard W.M. Jones <rjones at redhat.com> - 2.2.cvs20070817-4
 - Force rebuild because of updated requires/provides scripts in OCaml.
 




More information about the fedora-extras-commits mailing list