]> git.pld-linux.org Git - packages/ocaml-xmlm.git/commitdiff
- fixed build and files auto/th/ocaml-xmlm-1.2.0-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 19 Aug 2014 19:19:21 +0000 (21:19 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Tue, 19 Aug 2014 19:19:21 +0000 (21:19 +0200)
ocaml-xmlm.spec

index 105855a7a2e545d9b42f21ae8841e0124e8d9d8f..fafe159bce45e01df7b309bd307c8054c03ca8aa 100644 (file)
@@ -46,8 +46,7 @@ tej biblioteki.
 %setup -q -n %{module}-%{version}
 
 %build
-ocaml setup.ml -configure
-ocaml setup.ml -build
+./pkg/build true
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -69,7 +68,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc README CHANGES src/*.mli
+%doc README.md CHANGES.md src/*.mli
 %dir %{_libdir}/ocaml/%{module}
 %{_libdir}/ocaml/%{module}/*.cm[ixa]*
 %{_libdir}/ocaml/%{module}/*.a
This page took 0.066417 seconds and 4 git commands to generate.