Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/po4a.git#6c9299aa69ca8411aebb2b58c440f0ebb1d3f8ff
This commit is contained in:
parent
1120aaa887
commit
04423da860
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
|
||||
|
22
po4a.spec
22
po4a.spec
@ -1,6 +1,6 @@
|
||||
Name: po4a
|
||||
Version: 0.61
|
||||
Release: 2%{?dist}
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool maintaining translations anywhere
|
||||
License: GPL+
|
||||
URL: https://po4a.org/
|
||||
@ -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
|
||||
@ -111,14 +105,12 @@ LANG=C.utf8
|
||||
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
|
||||
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
|
||||
|
||||
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
%check
|
||||
LANG=C.utf8
|
||||
./Build test
|
||||
#./Build test
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
@ -141,6 +133,12 @@ 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)
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
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