Added ocaml support.
This commit is contained in:
parent
6b948c092a
commit
244c368933
20
brltty.spec
20
brltty.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
Name: brltty
|
Name: brltty
|
||||||
Version: %{pkg_version}
|
Version: %{pkg_version}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://mielke.cc/brltty/
|
URL: http://mielke.cc/brltty/
|
||||||
@ -137,6 +137,17 @@ Summary: Java binding for BrlAPI
|
|||||||
%description -n brlapi-java
|
%description -n brlapi-java
|
||||||
This package provides the Java binding for BrlAPI.
|
This package provides the Java binding for BrlAPI.
|
||||||
|
|
||||||
|
%package -n ocaml-brlapi
|
||||||
|
Version: %{api_version}
|
||||||
|
Group: Development/System
|
||||||
|
License: LGPLv2+
|
||||||
|
Requires: brlapi = %{api_version}-%{release}
|
||||||
|
BuildRequires: ocaml
|
||||||
|
Summary: OCaml binding for BrlAPI
|
||||||
|
%description -n ocaml-brlapi
|
||||||
|
This package provides the OCaml binding for BrlAPI.
|
||||||
|
|
||||||
|
|
||||||
%define version %{pkg_version}
|
%define version %{pkg_version}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -297,8 +308,15 @@ exit 0
|
|||||||
%{_jnidir}/libbrlapi_java.so
|
%{_jnidir}/libbrlapi_java.so
|
||||||
%{_javadir}/brlapi.jar
|
%{_javadir}/brlapi.jar
|
||||||
|
|
||||||
|
%files -n ocaml-brlapi
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_prefix}/%{_lib}/ocaml/brlapi/
|
||||||
|
%{_prefix}/%{_lib}/ocaml/stublibs/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 06 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-4
|
||||||
|
- Added ocaml subpackage, BZ 702724.
|
||||||
|
|
||||||
* Fri Feb 03 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-3
|
* Fri Feb 03 2012 Jon Ciesla <limburgher@gmail.com> - 4.3-3
|
||||||
- Fixed libbrlapi.so symlink, BZ 558132.
|
- Fixed libbrlapi.so symlink, BZ 558132.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user