Update po4a to 0.63 (#1905315)
This commit is contained in:
parent
cd115f472f
commit
6c9299aa69
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/po4a-0.59.1.tar.gz
|
||||
/po4a-0.60.tar.gz
|
||||
/po4a-0.61.tar.gz
|
||||
/po4a-0.63.tar.gz
|
||||
|
13
po4a.spec
13
po4a.spec
@ -1,5 +1,5 @@
|
||||
Name: po4a
|
||||
Version: 0.62
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool maintaining translations anywhere
|
||||
License: GPL+
|
||||
@ -91,15 +91,9 @@ more interestingly, the maintenance of translations) using gettext
|
||||
tools on areas where they were not expected like documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%autosetup -p1
|
||||
chmod +x scripts/*
|
||||
|
||||
# Fix bang path /usr/bin/env perl -> %{_bindir}/perl (RHBZ#987035).
|
||||
%{__perl} -p -i -e 's,#!\s*/usr/bin/env perl,#!%{_bindir}/perl,' \
|
||||
$(find . -type f -executable |
|
||||
xargs grep -l "/usr/bin/env perl")
|
||||
|
||||
%build
|
||||
export PO4AFLAGS="-v -v -v"
|
||||
LANG=C.utf8
|
||||
@ -139,6 +133,9 @@ LANG=C.utf8
|
||||
%{_mandir}/*/man7/po4a.7*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 23 2021 Sérgio Basto <sergio@serjux.com> - 0.63-1
|
||||
- Update po4a to 0.63 (#1905315)
|
||||
|
||||
* Tue Feb 16 2021 Sérgio Basto <sergio@serjux.com> - 0.62-1
|
||||
- Update po4a to 0.62 (#1905315)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (po4a-0.61.tar.gz) = c7dce535324783438f96d337836ae24f069847af6db171f7586faf4fd016ac2758e27f20751a68652f4ef34957eae55715dd3247189daa31e0e35d2332c9d30a
|
||||
SHA512 (po4a-0.63.tar.gz) = 6dc86ed655c8ed0398ef68f5abb50e68da307b56044e051819221f94dfb79187c2c9ac1f42db858b867514f66227617701d75671496d2138a27d49de35a4e06d
|
||||
|
Loading…
Reference in New Issue
Block a user