rpms/ocaml-curl/devel ocaml-curl.spec,1.6,1.7

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Aug 11 20:48:47 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/ocaml-curl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4592

Modified Files:
	ocaml-curl.spec 
Log Message:
fix license tag


Index: ocaml-curl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-curl/devel/ocaml-curl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ocaml-curl.spec	23 Apr 2008 11:10:08 -0000	1.6
+++ ocaml-curl.spec	11 Aug 2008 20:48:17 -0000	1.7
@@ -3,11 +3,11 @@
 
 Name:           ocaml-curl
 Version:        0.2.1
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        OCaml Curl library (ocurl)
 
 Group:          Development/Libraries
-License:        LGPL
+License:        MIT
 URL:            http://sourceforge.net/projects/ocurl
 Source0:        http://downloads.sourceforge.net/ocurl/ocurl-0.2.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -43,10 +43,9 @@
 find -type f | xargs chmod 0644
 chmod 0755 configure install-sh
 
-%configure --libdir=%{_libdir} --with-findlib
-
 
 %build
+%configure --libdir=%{_libdir} --with-findlib
 make all
 
 
@@ -90,6 +89,9 @@
 
 
 %changelog
+* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.2.1-9
+- fix license tag
+
 * Wed Apr 23 2008 Richard W.M. Jones <rjones at redhat.com> - 0.2.1-8
 - Rebuild for OCaml 3.10.2
 




More information about the fedora-extras-commits mailing list