SPECS: ocaml-csv.spec - rel 3 - real meta file

baggins baggins at pld-linux.org
Sun Dec 2 13:29:14 CET 2007


Author: baggins                      Date: Sun Dec  2 12:29:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3
- real meta file

---- Files affected:
SPECS:
   ocaml-csv.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/ocaml-csv.spec
diff -u SPECS/ocaml-csv.spec:1.3 SPECS/ocaml-csv.spec:1.4
--- SPECS/ocaml-csv.spec:1.3	Sun Dec  2 13:14:42 2007
+++ SPECS/ocaml-csv.spec	Sun Dec  2 13:29:09 2007
@@ -4,7 +4,7 @@
 Summary(pl.UTF-8):	Biblioteka do obsługi plików CSV
 Name:		ocaml-csv
 Version:	1.1.6
-Release:	2
+Release:	3
 License:	LGPL + OCaml linking exception
 Group:		Libraries
 URL:		http://merjis.com/developers/csv
@@ -47,13 +47,16 @@
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/ocaml/{csv,stublibs}}
 
 install csvtool $RPM_BUILD_ROOT%{_bindir}
-install *.cm[ixa]* *.a $RPM_BUILD_ROOT%{_libdir}/ocaml/csv
+install csv.cm[ixa]* csv.a $RPM_BUILD_ROOT%{_libdir}/ocaml/csv
 
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 cp -r test* example.ml $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
 # META for findlib
 install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/csv
+echo 'version="%{version}"' >> META
+echo 'archive(byte)="csv.cma"' >> META
+echo 'archive(native)="csv.cmxa"' >> META
 echo 'directory = "+csv"' >> META
 install META $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/csv
 
@@ -76,6 +79,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2007-12-02 12:29:09  baggins
+- rel 3
+- real meta file
+
 Revision 1.3  2007-12-02 12:14:42  baggins
 - rel 2
 - fixed wrong Req
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ocaml-csv.spec?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list