rebuilt with ocaml 4.14.1 [release 6.5-4mamba;Fri Jul 07 2023]
This commit is contained in:
parent
3e838b40fd
commit
96284f9ae0
52
brltty-6.5-gettext-0.22.patch
Normal file
52
brltty-6.5-gettext-0.22.patch
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
From 31061173fd80c7ed0f83e8d20d62c59dbedcebe0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Yaakov Selkowitz <yselkowi@redhat.com>
|
||||||
|
Date: Tue, 27 Jun 2023 15:07:09 -0400
|
||||||
|
Subject: [PATCH] Add gettext header to ru.po
|
||||||
|
|
||||||
|
Building with gettext-0.22 fails for lack of this header:
|
||||||
|
|
||||||
|
/usr/bin/msgfmt: input file doesn't contain a header entry with a
|
||||||
|
charset specification
|
||||||
|
---
|
||||||
|
Messages/ru.po | 31 +++++++++++++++++++++++++++++++
|
||||||
|
1 file changed, 31 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/Messages/ru.po b/Messages/ru.po
|
||||||
|
index 6d8c5a7ce5..1bbc931b98 100644
|
||||||
|
--- a/Messages/ru.po
|
||||||
|
+++ b/Messages/ru.po
|
||||||
|
@@ -1,3 +1,34 @@
|
||||||
|
+# BRLTTY - A background process providing access to the console screen (when in
|
||||||
|
+# text mode) for a blind person using a refreshable braille display.
|
||||||
|
+#
|
||||||
|
+# Copyright (C) 1995-2022 by The BRLTTY Developers.
|
||||||
|
+#
|
||||||
|
+# BRLTTY comes with ABSOLUTELY NO WARRANTY.
|
||||||
|
+#
|
||||||
|
+# This is free software, placed under the terms of the
|
||||||
|
+# GNU Lesser General Public License, as published by the Free Software
|
||||||
|
+# Foundation; either version 2.1 of the License, or (at your option) any
|
||||||
|
+# later version. Please see the file LICENSE-LGPL for details.
|
||||||
|
+#
|
||||||
|
+# Web Page: http://brltty.app/
|
||||||
|
+#
|
||||||
|
+# This software is maintained by Dave Mielke <dave@mielke.cc>.
|
||||||
|
+#
|
||||||
|
+msgid ""
|
||||||
|
+msgstr ""
|
||||||
|
+"Project-Id-Version: brltty 4.5\n"
|
||||||
|
+"Report-Msgid-Bugs-To: BRLTTY@brltty.app\n"
|
||||||
|
+"POT-Creation-Date: 2021-01-27 11:47-0500\n"
|
||||||
|
+"PO-Revision-Date: 2021-02-07 08:18-0500\n"
|
||||||
|
+"Last-Translator: Маргарита Мельникова <margaretmelnikova@gmail.com>\n"
|
||||||
|
+"Language-Team: Friends of BRLTTY <BRLTTY@brlttY.app>\n"
|
||||||
|
+"Language: ru\n"
|
||||||
|
+"MIME-Version: 1.0\n"
|
||||||
|
+"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
+"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
|
||||||
|
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
+
|
||||||
|
#: Programs/brltty.c:167
|
||||||
|
#, c-format
|
||||||
|
msgid "\"%s\" started as \"%s\"\n"
|
10
brltty.spec
10
brltty.spec
@ -1,6 +1,6 @@
|
|||||||
Name: brltty
|
Name: brltty
|
||||||
Version: 6.5
|
Version: 6.5
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: A background process which provides access to the Linux/Unix console for a blind person
|
Summary: A background process which provides access to the Linux/Unix console for a blind person
|
||||||
Group: Applications/Accessibility
|
Group: Applications/Accessibility
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|||||||
URL: https://brltty.app/
|
URL: https://brltty.app/
|
||||||
Source: http://mielke.cc/brltty/archive/brltty-%{version}.tar.xz
|
Source: http://mielke.cc/brltty/archive/brltty-%{version}.tar.xz
|
||||||
Patch0: %{name}-5.4-udev.patch
|
Patch0: %{name}-5.4-udev.patch
|
||||||
|
Patch1: brltty-6.5-gettext-0.22.patch
|
||||||
License: GPL, LGPL
|
License: GPL, LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -37,10 +38,11 @@ BuildRequires: libspeechd-devel
|
|||||||
BuildRequires: libsystemd-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
|
BuildRequires: ocaml-runtime
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: ocaml >= 4.14.1
|
||||||
BuildConflicts: libat-spi-devel
|
BuildConflicts: libat-spi-devel
|
||||||
#BuildRequires: java_cup
|
#BuildRequires: java_cup
|
||||||
BuildRequires: ocaml = 4.11.1
|
|
||||||
BuildRequires: libtk-devel
|
BuildRequires: libtk-devel
|
||||||
BuildRequires: Cython >= 0.29.21
|
BuildRequires: Cython >= 0.29.21
|
||||||
Requires(post): %{_bindir}/mcookie
|
Requires(post): %{_bindir}/mcookie
|
||||||
@ -90,6 +92,7 @@ This package contains the development files for Ocaml bindings for %{name}.
|
|||||||
%setup -q
|
%setup -q
|
||||||
#-D -T
|
#-D -T
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
%patch1 -p1 -b .gettext-0.22
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#:<< _EOF
|
#:<< _EOF
|
||||||
@ -176,6 +179,9 @@ rm -f %{buildroot}%{_bindir}/brltty-install
|
|||||||
%{_libdir}/ocaml/brlapi/brlapi.mli
|
%{_libdir}/ocaml/brlapi/brlapi.mli
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 07 2023 Sdk Build System <sdk@mambasoft.it> 6.5-4mamba
|
||||||
|
- rebuilt with ocaml 4.14.1
|
||||||
|
|
||||||
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5-3mamba
|
* Sat Oct 08 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5-3mamba
|
||||||
- added a buildconflict for libat-spi-devel
|
- added a buildconflict for libat-spi-devel
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user