packages: brltty/brltty.spec - build java by default - License clarified
qboosh
qboosh at pld-linux.org
Fri Apr 20 18:44:17 CEST 2012
Author: qboosh Date: Fri Apr 20 16:44:17 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- build java by default
- License clarified
---- Files affected:
packages/brltty:
brltty.spec (1.54 -> 1.55)
---- Diffs:
================================================================
Index: packages/brltty/brltty.spec
diff -u packages/brltty/brltty.spec:1.54 packages/brltty/brltty.spec:1.55
--- packages/brltty/brltty.spec:1.54 Fri Apr 20 18:27:28 2012
+++ packages/brltty/brltty.spec Fri Apr 20 18:44:11 2012
@@ -1,14 +1,10 @@
# $Revision$, $Date$
# TODO:
# - what is that huge %post script?
-# - ocaml bcond is useless now:
-# Cannot find ocamlfind.
-# BrlAPI Caml bindings will be compiled but not installed.
-# - check java stuff
#
# Conditional build:
%bcond_without apidocs # documentation generated with doxygen
-%bcond_with java # Java bindings
+%bcond_without java # Java bindings
%bcond_without ocaml # OCaml bindings
%bcond_without python # Python bindings
%bcond_without tcl # Tcl bindings
@@ -27,7 +23,7 @@
Version: 4.3
Release: 1
Group: Daemons
-License: GPL
+License: GPL v2+ (brltty and drivers), LGPL v2.1+ (APIs)
Source0: http://mielke.cc/brltty/releases/%{name}-%{version}.tar.gz
# Source0-md5: 5ada573f88df32b6150db3b9a620e20b
Patch0: %{name}-stat.patch
@@ -91,7 +87,8 @@
%package -n brlapi
Summary: Application Programming Interface for BRLTTY
Summary(pl.UTF-8): API do BRLTTY
-Group: Applications/System
+License: LGPL v2.1+
+Group: Libraries
%description -n brlapi
This package provides the run-time support for the Application
@@ -110,6 +107,7 @@
%package -n brlapi-devel
Summary: Headers and documentation for BrlAPI
Summary(pl.UTF-8): Pliki nagłówkowe i dokumentacja do BrlAPI
+License: LGPL v2.1+
Group: Development/Libraries
Requires: brlapi = %{version}-%{release}
@@ -137,6 +135,7 @@
%package -n brlapi-static
Summary: Static BrlAPI library
Summary(pl.UTF-8): Statyczna biblioteka BrlAPI
+License: LGPL v2.1+
Group: Development/Libraries
Requires: brlapi-devel = %{version}-%{release}
@@ -162,6 +161,7 @@
%package -n java-brlapi
Summary: BrlAPI library for Java
Summary(pl.UTF-8): Biblioteka BrlAPI dla Javy
+License: LGPL v2.1+
Group: Libraries
Requires: brlapi = %{version}-%{release}
@@ -174,6 +174,7 @@
%package -n ocaml-brlapi
Summary: OCaml binding for BrlAPI
Summary(pl.UTF-8): Wiązania OCamla do BrlAPI
+License: LGPL v2.1+
Group: Libraries
Requires: brlapi = %{version}-%{release}
%requires_eq ocaml-runtime
@@ -187,6 +188,7 @@
%package -n ocaml-brlapi-devel
Summary: OCaml binding for BrlAPI - development files
Summary(pl.UTF-8): Wiązania OCamla do BrlAPI - pliki programistyczne
+License: LGPL v2.1+
Group: Libraries
Requires: ocaml-brlapi = %{version}-%{release}
%requires_eq ocaml
@@ -200,6 +202,7 @@
%package -n python-brlapi
Summary: Python interface to BrlAPI
Summary(pl.UTF-8): Pythonowy interfejs do BrlAPI
+License: LGPL v2.1+
Group: Libraries
Requires: brlapi = %{version}-%{release}
@@ -212,6 +215,7 @@
%package -n brlapi-tcl
Summary: BrlAPI library for Tcl
Summary(pl.UTF-8): Biblioteka BrlAPI dla Tcl
+License: LGPL v2.1+
Group: Libraries
Requires: brlapi = %{version}-%{release}
@@ -642,7 +646,7 @@
%if %{with java}
%files -n java-brlapi
%defattr(644,root,root,755)
-%{_libdir}/java/libbrlapi_java.so
+%attr(755,root,root) %{_libdir}/java/libbrlapi_java.so
%{_javadir}/brlapi.jar
%endif
@@ -682,6 +686,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.55 2012/04/20 16:44:11 qboosh
+- build java by default
+- License clarified
+
Revision 1.54 2012/04/20 16:27:28 qboosh
- updated to 4.3
- package ocaml bindings
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/brltty/brltty.spec?r1=1.54&r2=1.55
More information about the pld-cvs-commit
mailing list