update to 1.09 [release 1.09-1mamba;Fri Feb 26 2021]
This commit is contained in:
parent
43e86894fe
commit
ca53bc17cb
18
camlidl.spec
18
camlidl.spec
@ -1,19 +1,21 @@
|
|||||||
|
%define pkgver %(echo %version | tr -d .)
|
||||||
Name: camlidl
|
Name: camlidl
|
||||||
Version: 1.05
|
Version: 1.09
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A stub code generator and COM binding for Objective Caml
|
Summary: A stub code generator and COM binding for Objective Caml
|
||||||
Group: Applications/Development
|
Group: Applications/Development
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://caml.inria.fr/pub/old_caml_site/camlidl/
|
URL: https://caml.inria.fr/pub/old_caml_site/camlidl/
|
||||||
Source: http://caml.inria.fr/pub/old_caml_site/distrib/bazar-ocaml/camlidl-%{version}.tar.gz
|
Source: https://github.com/xavierleroy/camlidl/archive/camlidl%{pkgver}.tar.gz
|
||||||
License: LGPL, QPL
|
License: LGPL, QPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ocaml
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
Requires: ocaml
|
Requires: ocaml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CamlIDL is a stub code generator and COM binding for Objective Caml.
|
CamlIDL is a stub code generator and COM binding for Objective Caml.
|
||||||
@ -21,7 +23,7 @@ CamlIDL is a stub code generator and COM binding for Objective Caml.
|
|||||||
%debug_package
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n camlidl-camlidl%{pkgver}
|
||||||
cp config/Makefile.unix config/Makefile
|
cp config/Makefile.unix config/Makefile
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -29,7 +31,7 @@ make BINDIR=%{_bindir} OCAMLLIB=%{_libdir}/ocaml
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -d -m0755 %{buildroot}%{_bindir} %{buildroot}%{_libdir}/ocaml/caml
|
install -d -m0755 %{buildroot}%{_bindir} %{buildroot}%{_libdir}/ocaml/{caml,stublibs}
|
||||||
%makeoldinstall BINDIR=%{buildroot}%{_bindir} OCAMLLIB=%{buildroot}%{_libdir}/ocaml
|
%makeoldinstall BINDIR=%{buildroot}%{_bindir} OCAMLLIB=%{buildroot}%{_libdir}/ocaml
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -44,8 +46,12 @@ install -d -m0755 %{buildroot}%{_bindir} %{buildroot}%{_libdir}/ocaml/caml
|
|||||||
%{_libdir}/ocaml/com.cmi
|
%{_libdir}/ocaml/com.cmi
|
||||||
%{_libdir}/ocaml/com.cmxa
|
%{_libdir}/ocaml/com.cmxa
|
||||||
%{_libdir}/ocaml/libcamlidl.a
|
%{_libdir}/ocaml/libcamlidl.a
|
||||||
|
%{_libdir}/ocaml/stublibs/dllcamlidl.so
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.09-1mamba
|
||||||
|
- update to 1.09
|
||||||
|
|
||||||
* Fri Jan 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-1mamba
|
* Fri Jan 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-1mamba
|
||||||
- package created by silvan using the webbuild interface
|
- package created by silvan using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user