5.6
This commit is contained in:
parent
8b6808e8cf
commit
89acc4a854
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ brltty-4.2.tar.gz
|
||||
/brltty-5.3.1.tar.xz
|
||||
/brltty-5.4.tar.xz
|
||||
/brltty-5.5.tar.xz
|
||||
/brltty-5.6.tar.xz
|
||||
|
26
brltty.spec
26
brltty.spec
@ -1,5 +1,5 @@
|
||||
%define pkg_version 5.5
|
||||
%define api_version 0.6.6
|
||||
%define pkg_version 5.6
|
||||
%define api_version 0.6.7
|
||||
|
||||
%global with_python3 1
|
||||
|
||||
@ -22,9 +22,8 @@
|
||||
|
||||
Name: brltty
|
||||
Version: %{pkg_version}
|
||||
Release: 12%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://mielke.cc/brltty/
|
||||
Source0: http://mielke.cc/brltty/archive/%{name}-%{version}.tar.xz
|
||||
Source1: brltty.service
|
||||
@ -56,7 +55,6 @@ Speech Dispatcher, please install also package %{name}-speech-dispatcher.
|
||||
|
||||
%package speech-dispatcher
|
||||
Summary: Speech Dispatcher driver for BRLTTY
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
BuildRequires: speech-dispatcher-devel
|
||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
||||
@ -66,7 +64,6 @@ This package provides the Speech Dispatcher driver for BRLTTY.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for BRLTTY
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
Requires: %{name} = %{pkg_version}-%{release}
|
||||
BuildArch: noarch
|
||||
@ -75,7 +72,6 @@ This package provides the documentation for BRLTTY.
|
||||
|
||||
%package xw
|
||||
Summary: XWindow driver for BRLTTY
|
||||
Group: System Environment/Daemons
|
||||
License: GPLv2+
|
||||
BuildRequires: libSM-devel libICE-devel libX11-devel libXaw-devel libXext-devel libXt-devel libXtst-devel
|
||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
||||
@ -85,7 +81,6 @@ This package provides the XWindow driver for BRLTTY.
|
||||
|
||||
%package at-spi2
|
||||
Summary: AtSpi2 driver for BRLTTY
|
||||
Group: System Environment/Daemons
|
||||
# The data files are licensed under LGPLv2+, see the README file.
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
||||
@ -94,7 +89,6 @@ This package provides the AtSpi2 driver for BRLTTY.
|
||||
|
||||
%package espeak
|
||||
Summary: eSpeak driver for BRLTTY
|
||||
Group: System Environment/Daemons
|
||||
# The data files are licensed under LGPLv2+, see the README file.
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
||||
@ -103,7 +97,6 @@ This package provides the eSpeak driver for BRLTTY.
|
||||
|
||||
%package -n brlapi
|
||||
Version: %{api_version}
|
||||
Group: Applications/System
|
||||
License: LGPLv2+
|
||||
Summary: Application Programming Interface for BRLTTY
|
||||
Requires: %{name}%{?_isa} = %{pkg_version}-%{release}
|
||||
@ -118,7 +111,6 @@ a refreshable braille display.
|
||||
|
||||
%package -n brlapi-devel
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
Summary: Headers, static archive, and documentation for BrlAPI
|
||||
@ -137,7 +129,6 @@ which directly accesses a refreshable braille display.
|
||||
|
||||
%package -n tcl-brlapi
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
BuildRequires: tcl-devel
|
||||
@ -148,7 +139,6 @@ This package provides the Tcl binding for BrlAPI.
|
||||
%package -n python2-brlapi
|
||||
%{?python_provide:%python_provide python2-brlapi}
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
BuildRequires: Cython
|
||||
@ -161,7 +151,6 @@ This package provides the Python binding for BrlAPI.
|
||||
%if 0%{?with_python3}
|
||||
%package -n python3-brlapi
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
BuildRequires: Cython
|
||||
@ -173,7 +162,6 @@ This package provides the Python 3 binding for BrlAPI.
|
||||
|
||||
%package -n brlapi-java
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
BuildRequires: jpackage-utils
|
||||
@ -185,7 +173,6 @@ This package provides the Java binding for BrlAPI.
|
||||
%if 0%{?with_ocaml}
|
||||
%package -n ocaml-brlapi
|
||||
Version: %{api_version}
|
||||
Group: Development/System
|
||||
License: LGPLv2+
|
||||
Requires: brlapi%{?_isa} = %{api_version}-%{release}
|
||||
BuildRequires: ocaml
|
||||
@ -361,10 +348,10 @@ fi
|
||||
%if %{with_speech_dispatcher}
|
||||
%exclude %{_libdir}/brltty/libbrlttyssd.so
|
||||
%endif
|
||||
%doc LICENSE-GPL LICENSE-LGPL
|
||||
%license LICENSE-GPL LICENSE-LGPL
|
||||
%doc %{_mandir}/man[15]/brltty.*
|
||||
%{_sysconfdir}/X11/Xsession.d/60xbrlapi
|
||||
%{_datadir}/metainfo/org.a11y.brltty.metainfo.xml
|
||||
#%%{_datadir}/metainfo/org.a11y.brltty.metainfo.xml
|
||||
%{_datadir}/polkit-1/actions/org.a11y.brlapi.policy
|
||||
|
||||
|
||||
@ -433,6 +420,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 06 2018 Gwyn Ciesla <limburgher@gmail.com> - 5.6-1
|
||||
- 5.6
|
||||
|
||||
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 5.5-12
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (brltty-5.5.tar.xz) = fccf28c92254154e76b570044f6b89b92c01ccfdb3afaf093f9e760ca788b0e1d386434e5b7727c6b983e415cc0b2e5c42e50eb3547e7e05c0e3eb2b9e1c50b4
|
||||
SHA512 (brltty-5.6.tar.xz) = c5df33bc51f3bafb56e4627290a801937bc57b6e2de5765c04e45c4ef1229ab864f2756916500ca4ca43b79354d7a9d3d4bfb588aa9fc494ea570eab25a389c0
|
||||
|
Loading…
Reference in New Issue
Block a user