[packages/po4a] - new URLs, updated to 0.53
qboosh
qboosh at pld-linux.org
Tue Jun 19 05:44:52 CEST 2018
commit 362f9042c3123fe5a8f07b7aeeddcfb39ddb7c1c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Jun 19 05:46:06 2018 +0200
- new URLs, updated to 0.53
po4a.spec | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/po4a.spec b/po4a.spec
index 0158f6a..3e089f0 100644
--- a/po4a.spec
+++ b/po4a.spec
@@ -2,25 +2,26 @@
Summary: Framework to translate documentation and other materials
Summary(pl.UTF-8): Szkielet do tłumaczenia dokumentacji i innych materiałów
Name: po4a
-Version: 0.51
-Release: 2
+Version: 0.53
+Release: 1
License: GPL v2+
Group: Development/Tools
-# Source0Download: http://alioth.debian.org/frs/?group_id=30267
-Source0: https://alioth.debian.org/frs/download.php/file/4214/%{name}-%{version}.tar.gz
-# Source0-md5: 221971cdd862cfb91477f0d9fa67ab38
-URL: http://alioth.debian.org/projects/po4a/
+# Source0Download: https://github.com/mquinson/po4a/releases
+Source0: https://github.com/mquinson/po4a/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 5f0728b762352edce650ad0165e6a173
+URL: https://po4a.org/
BuildRequires: perl-Encode
BuildRequires: perl-Locale-gettext >= 1.01
-BuildRequires: perl-Module-Build
+BuildRequires: perl-Module-Build >= 0.42
+BuildRequires: perl-SGMLS
BuildRequires: perl-Term-ReadKey
BuildRequires: perl-Text-WrapI18N
BuildRequires: perl-Unicode-LineBreak
-BuildRequires: perl-YAML
+BuildRequires: perl-YAML-Tiny
BuildRequires: perl-devel >= 1:5.8.0
BuildRequires: rpm-perlprov >= 4.1-13
BuildRequires: sed >= 4.0
-%if %(locale -a | grep -q '^en_US\.utf8$'; echo $?)
+%if %(locale -a | grep -q '^C\.utf8$'; echo $?)
BuildRequires: glibc-localedb-all
%endif
BuildArch: noarch
@@ -47,7 +48,7 @@ przewidywane, jak na przykład dokumentacja.
perl=%{__perl} \
installdirs=vendor
-LC_ALL=en_US.UTF-8 \
+LC_ALL=C.UTF-8 \
./Build
%install
@@ -98,3 +99,4 @@ rm -rf $RPM_BUILD_ROOT
%lang(ja) %{_mandir}/ja/man[1357]/*
%lang(pt) %{_mandir}/pt/man[1357]/*
%lang(ru) %{_mandir}/ru/man[1357]/*
+%lang(uk) %{_mandir}/uk/man[1357]/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/po4a.git/commitdiff/362f9042c3123fe5a8f07b7aeeddcfb39ddb7c1c
More information about the pld-cvs-commit
mailing list