[packages/ocaml-zip] - udpate META file location - rel 3
baggins
baggins at pld-linux.org
Sat Mar 27 21:28:05 CET 2021
commit 06ca6a6b1f22d26320984e17a2e6b6e34e3c8c93
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Mar 27 21:27:43 2021 +0100
- udpate META file location
- rel 3
ocaml-zip.spec | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/ocaml-zip.spec b/ocaml-zip.spec
index 614c561..ddafe25 100644
--- a/ocaml-zip.spec
+++ b/ocaml-zip.spec
@@ -12,7 +12,7 @@ Summary(pl.UTF-8): Wiązania Zlib dla OCamla
Name: ocaml-zip
Version: 1.07
%define gitver rel107
-Release: 2
+Release: 3
License: LGPL
Group: Libraries
URL: http://pauillac.inria.fr/~xleroy/software.html
@@ -87,8 +87,7 @@ mv $RPM_BUILD_ROOT%{_libdir}/ocaml/zip/dll*.so $RPM_BUILD_ROOT%{_libdir}/ocaml/s
install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
cp -r test/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
-install -d $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/zip
-cat > $RPM_BUILD_ROOT%{_libdir}/ocaml/site-lib/zip/META <<EOF
+cat > $RPM_BUILD_ROOT%{_libdir}/ocaml/zip/META <<EOF
requires = ""
version = "%{version}"
directory = "+zip"
@@ -111,6 +110,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc README *.mli
%dir %{_libdir}/ocaml/zip
+%{_libdir}/ocaml/zip/META
%{_libdir}/ocaml/zip/*.cma
%{_libdir}/ocaml/zip/*.cm[ix]
%{_libdir}/ocaml/zip/*.mli
@@ -120,4 +120,3 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/ocaml/zip/zip.a
%endif
%{_examplesdir}/%{name}-%{version}
-%{_libdir}/ocaml/site-lib/zip
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ocaml-zip.git/commitdiff/06ca6a6b1f22d26320984e17a2e6b6e34e3c8c93
More information about the pld-cvs-commit
mailing list