rpms/ocaml-autoconf/devel ocaml-autoconf.spec,1.3,1.4

Richard W.M. Jones rjones at fedoraproject.org
Sat May 23 06:39:13 UTC 2009


Author: rjones

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

Modified Files:
	ocaml-autoconf.spec 
Log Message:
Fix the build.


Index: ocaml-autoconf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-autoconf/devel/ocaml-autoconf.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ocaml-autoconf.spec	22 May 2009 22:06:56 -0000	1.3
+++ ocaml-autoconf.spec	23 May 2009 06:38:43 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           ocaml-autoconf
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Autoconf macros for OCaml
 
 Group:          Development/Libraries
@@ -22,7 +22,7 @@ Autoconf macros for OCaml.
 
 
 %prep
-%setup -q -n ocaml-autoconf
+%setup -q
 
 
 %build
@@ -46,11 +46,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc README LICENSE
 %{_mandir}/man1/*.1*
-%{_datadir}/ocaml-autoconf/
+%{_datadir}/aclocal/ocaml.m4
 
 
 %changelog
-* Tue Mar 31 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0-2
+* Tue Mar 31 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0-3
 - Upstream has released version 1.0 and it is properly licensed.
 
 * Thu Jan 22 2009 Richard W.M. Jones <rjones at redhat.com> - 0.1-0.1.git20090122




More information about the scm-commits mailing list