41cbfa5
Name: po4a
Packit 16ab392
Version: 0.71
ea6a788
Release: 4%{?dist}
41cbfa5
Summary: A tool maintaining translations anywhere
a766782
a766782
# Note: source is imprecise about 2.0-only vs 2.0-or-later
a766782
# https://github.com/mquinson/po4a/issues/434
a766782
License: GPL-2.0-or-later
c9dde8f
URL: https://po4a.org/
5e27395
14ff668
Source0: https://github.com/mquinson/po4a/archive/v%{version}/%{name}-%{version}.tar.gz
447adfd
Patch0:  https://github.com/mquinson/po4a/commit/b70d42ae5acf4b7fcc806935d97215b679ed843b.patch
ea6a788
# Fix for https://github.com/mquinson/po4a/issues/494
ea6a788
# This is upstream, but I had to edit the patch to remove the change
ea6a788
# to "NEWS" since that part did not apply.
ea6a788
Patch1:  https://github.com/mquinson/po4a/commit/fe3babab6413eeae50b5bdde98f2fc3dfbfc7aea.patch
b224c60
41cbfa5
BuildArch: noarch
3a04a5f
BuildRequires: /usr/bin/xsltproc
1ec3bb1
BuildRequires: coreutils
1ec3bb1
BuildRequires: docbook-style-xsl
1ec3bb1
BuildRequires: findutils
1ec3bb1
BuildRequires: grep
1ec3bb1
# Requires a pod2man which supports --utf8
1ec3bb1
# Seemingly added in perl-5.10.1
cbae01f
BuildRequires: glibc-all-langpacks
c4b4064
BuildRequires: perl-interpreter >= 4:5.10.1
3feceac
BuildRequires: perl-generators
1ec3bb1
BuildRequires: perl(lib)
1ec3bb1
BuildRequires: perl(Encode)
1ec3bb1
BuildRequires: perl(ExtUtils::Install)
1ec3bb1
BuildRequires: perl(File::Basename)
1ec3bb1
BuildRequires: perl(File::Copy)
1ec3bb1
BuildRequires: perl(File::Path)
1ec3bb1
BuildRequires: perl(File::Spec)
1ec3bb1
BuildRequires: perl(File::stat)
41cbfa5
BuildRequires: perl(Module::Build)
1ec3bb1
BuildRequires: perl(Pod::Man)
1ec3bb1
1ec3bb1
# Run-time:
1ec3bb1
BuildRequires: gettext
3a04a5f
BuildRequires: opensp
1ec3bb1
BuildRequires: perl(Carp)
1ec3bb1
BuildRequires: perl(Config)
1ec3bb1
BuildRequires: perl(Cwd)
1ec3bb1
BuildRequires: perl(DynaLoader)
1ec3bb1
BuildRequires: perl(Encode::Guess)
1ec3bb1
BuildRequires: perl(Exporter)
1ec3bb1
BuildRequires: perl(Fcntl)
1ec3bb1
BuildRequires: perl(File::Temp)
1ec3bb1
BuildRequires: perl(Getopt::Long)
1ec3bb1
BuildRequires: perl(Getopt::Std)
1ec3bb1
BuildRequires: perl(IO::File)
e56f28a
BuildRequires: perl(Pod::Parser)
1ec3bb1
BuildRequires: perl(Pod::Usage)
1ec3bb1
BuildRequires: perl(POSIX)
41cbfa5
BuildRequires: perl(SGMLS) >= 1.03ii
1ec3bb1
BuildRequires: perl(strict)
1ec3bb1
BuildRequires: perl(subs)
1ec3bb1
BuildRequires: perl(Time::Local)
1ec3bb1
BuildRequires: perl(vars)
1ec3bb1
BuildRequires: perl(warnings)
1ec3bb1
# hope texlive-kpseas-bin missing deps was fixed
1ec3bb1
# epel7 doesn't have /usr/share/texlive/texmf-dist/web2c/texmf.cnf
1ec3bb1
BuildRequires: texlive-kpathsea
1ec3bb1
BuildRequires: texlive-kpathsea-bin
dc2a819
BuildRequires: tex(article.cls)
1ec3bb1
1ec3bb1
BuildRequires: perl(I18N::Langinfo)
1ec3bb1
BuildRequires: perl(Locale::gettext) >= 1.01
41cbfa5
BuildRequires: perl(Term::ReadKey)
e56f28a
BuildRequires: perl(Text::WrapI18N)
e56f28a
BuildRequires: perl(Unicode::GCString)
b224c60
1ec3bb1
# Required by the tests:
5fbee0e
BuildRequires: perl(Syntax::Keyword::Try)
d07c7c9
BuildRequires: perl(Test::More)
5fbee0e
BuildRequires: perl(Test::Pod)
14ff668
BuildRequires: perl(YAML::Tiny)
d07c7c9
1ec3bb1
3a04a5f
Requires: /usr/bin/xsltproc
41cbfa5
Requires: gettext
3a04a5f
Requires: opensp
1ec3bb1
# hope texlive-kpseas-bin missing deps was fixed
1ec3bb1
# epel7 doesn't have /usr/share/texlive/texmf-dist/web2c/texmf.cnf
1ec3bb1
Requires: texlive-kpathsea
1ec3bb1
Requires: texlive-kpathsea-bin
41cbfa5
b224c60
# Optional, but package is quite useless without
b224c60
Requires: perl(Locale::gettext) >= 1.01
cea623d
# Optional run-time:
cea623d
Requires: perl(I18N::Langinfo)
cea623d
Requires: perl(Term::ReadKey)
cea623d
Requires: perl(Text::WrapI18N)
cea623d
Requires: perl(Unicode::GCString)
b224c60
41cbfa5
%description
41cbfa5
The po4a (po for anything) project goal is to ease translations (and
41cbfa5
more interestingly, the maintenance of translations) using gettext
41cbfa5
tools on areas where they were not expected like documentation.
41cbfa5
41cbfa5
%prep
6c9299a
%autosetup -p1
e56f28a
chmod +x scripts/*
e56f28a
41cbfa5
%build
9bcc0e4
export PO4AFLAGS="-v -v -v"
49b50bc
%{__perl} ./Build.PL installdirs=vendor
49b50bc
./Build
41cbfa5
41cbfa5
%install
49b50bc
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
49b50bc
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
d07c7c9
49b50bc
%{_fixperms} $RPM_BUILD_ROOT/*
41cbfa5
%find_lang %{name}
41cbfa5
7e5a500
%check
cbae01f
./Build test || :
41cbfa5
41cbfa5
41cbfa5
%files -f %{name}.lang
9431c48
%doc README* TODO
9431c48
%license COPYING
41cbfa5
%{_bindir}/po4a*
41cbfa5
%{_bindir}/msguntypot
464fe2e
%{perl_vendorlib}/Locale
41cbfa5
%{_mandir}/man1/po4a*.1*
41cbfa5
%{_mandir}/man1/msguntypot.1*
b224c60
%{_mandir}/man3/Locale::Po4a::*.3*
14ff668
#{_mandir}/man5/po4a-build.conf*.5*
14ff668
#{_mandir}/man7/po4a-runtime.7*
41cbfa5
%{_mandir}/man7/po4a.7*
33bcfee
%{_mandir}/*/man1/po4a*.1*
41cbfa5
%{_mandir}/*/man1/msguntypot.1*
b224c60
%{_mandir}/*/man3/Locale::Po4a::*.3*
14ff668
#{_mandir}/*/man5/po4a-build.conf.5*
14ff668
#{_mandir}/*/man7/po4a-runtime.7*
41cbfa5
%{_mandir}/*/man7/po4a.7*
41cbfa5
41cbfa5
%changelog
ea6a788
* Thu May 09 2024 Richard W.M. Jones <rjones@redhat.com> - 0.71-4
ea6a788
- Fix "Malformed encoding" error with newest Perl
ea6a788
  (https://github.com/mquinson/po4a/issues/494)
ea6a788
cbae01f
* Mon Mar 11 2024 Sérgio Basto <sergio@serjux.com> - 0.71-3
cbae01f
- Disable tests again, randomly they fail with Charset "CHARSET" is not a
cbae01f
  portable encoding name. Message conversion to user's charset might not work.
cbae01f
447adfd
* Mon Mar 04 2024 Sérgio Basto <sergio@serjux.com> - 0.71-2
447adfd
- Add upstream patch Fix the --translate-only option
447adfd
Packit 16ab392
* Sat Mar 02 2024 Packit <hello@packit.dev> - 0.71-1
Packit 16ab392
- New release 0.71
Packit 16ab392
72bcf2c
* Sun Feb 25 2024 Sérgio Basto <sergio@serjux.com> - 0.70-2
72bcf2c
- Fix the parsing of nested simple and double quotes
72bcf2c
- Enable build tests
72bcf2c
567ddd0
* Sun Feb 18 2024 Sérgio M. Basto <sergio@serjux.com> - 0.70-1
567ddd0
- New release 0.70
567ddd0
4a52a13
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.69-5
4a52a13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
4a52a13
23a29b8
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.69-4
23a29b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
23a29b8
3a04a5f
* Thu Oct 12 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.69-3
3a04a5f
- Fix path-based dependencies
3a04a5f
56aea00
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.69-2
56aea00
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
56aea00
9c27d90
* Mon Jan 23 2023 Sérgio Basto <sergio@serjux.com> - 0.69-1
9c27d90
- Update po4a to 0.69 (#2157762)
9c27d90
3d7bacc
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.68-2
3d7bacc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
3d7bacc
c914b8e
* Wed Sep 28 2022 Sérgio Basto <sergio@serjux.com> - 0.68-1
c914b8e
- Update po4a to 0.68 (#2124178)
c914b8e
9cd8ca4
* Wed Aug 03 2022 Sérgio Basto <sergio@serjux.com> - 0.67-1
9cd8ca4
- Update po4a to 0.67 (#2107698)
9cd8ca4
2f3fd96
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.66-4
2f3fd96
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
2f3fd96
65b562b
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.66-3
65b562b
- Perl 5.36 rebuild
65b562b
05ed74e
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.66-2
05ed74e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
05ed74e
dccef28
* Sat Jan 15 2022 Sérgio Basto <sergio@serjux.com> - 0.66-1
dccef28
- Update po4a to 0.66 (#2036534)
dccef28
84dc0d4
* Sun Dec 12 2021 Sérgio Basto <sergio@serjux.com> - 0.65-1
84dc0d4
- Update po4a to 0.65 (#2023095)
84dc0d4
4c65ad3
* Mon Nov 01 2021 Sérgio Basto <sergio@serjux.com> - 0.64-1
4c65ad3
- Update po4a to 0.64 (#2003502)
4c65ad3
91eb78d
* Mon Sep 20 2021 Richard W.M. Jones <rjones@redhat.com> - 0.63-4
91eb78d
- Add gating tests for RHEL 9
91eb78d
945f2a8
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.63-3
945f2a8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
945f2a8
2d92a4b
* Sat May 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.63-2
2d92a4b
- Perl 5.34 rebuild
2d92a4b
6c9299a
* Tue Feb 23 2021 Sérgio Basto <sergio@serjux.com> - 0.63-1
6c9299a
- Update po4a to 0.63 (#1905315)
6c9299a
cd115f4
* Tue Feb 16 2021 Sérgio Basto <sergio@serjux.com> - 0.62-1
cd115f4
- Update po4a to 0.62 (#1905315)
cd115f4
a6d1468
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-2
a6d1468
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
a6d1468
f14894e
* Wed Aug 05 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.61-1
f14894e
- Update to 0.61 (#1866407)
f14894e
ff18dff
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.60-2
ff18dff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
ff18dff
164c315
* Sun Jul 26 2020 Sérgio Basto <sergio@serjux.com> - 0.60-1
164c315
- Update po4a to 0.60 (#1857579)
164c315
da0893a
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.59.1-2
da0893a
- Perl 5.32 rebuild
da0893a
4f99150
* Mon May 25 2020 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.59.1-1
4f99150
- Update to 0.59.1 (#1830920)
4f99150
c954955
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.57-2
c954955
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c954955
9a25b8b
* Sat Oct 26 2019 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.57-1
9a25b8b
- Update to 0.57 (#1765793)
9a25b8b
0f73865
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.56-2
0f73865
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0f73865
dc2a819
* Sat Jun 08 2019 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 0.56-1
dc2a819
- Update to 0.56 (#1718505)
dc2a819
5ef58df
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.54-4
5ef58df
- Perl 5.30 rebuild
5ef58df
5df3c45
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.54-3
5df3c45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
5df3c45
c123d75
* Mon Nov 19 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.54-2
c123d75
- Use C.UTF-8 locale
c123d75
  See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
c123d75
14ff668
* Mon Sep 24 2018 Sérgio Basto <sergio@serjux.com> - 0.54-1
14ff668
- Update po4a to 0.54 (#1582687)
14ff668
- Fix warning "Output of 'msggrep' might be incorrect" with set LANG=en_US.utf8
14ff668
- Remove HTML test, which does no longer pass
14ff668
18d71d9
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.52-6
18d71d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
18d71d9
a6ff17b
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.52-5
a6ff17b
- Perl 5.28 rebuild
a6ff17b
a4b1abc
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.52-4
a4b1abc
- Escape macros in %%changelog
a4b1abc
d82359e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.52-3
d82359e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
d82359e
cea623d
* Sat Dec 02 2017 Sérgio Basto <sergio@serjux.com> - 0.52-2
cea623d
- Add to Requires all optional run-time perl modules (#1515239)
cea623d
- Readd Requires of perl-gettext on epel7 since rhbz #1196539 is fixed but RHEL7.4
cea623d
  also already ships poa4 except in ppc64 see rhbz #1497544
cea623d
a990a34
* Sun Aug 27 2017 Fedora Release Monitoring  <release-monitoring@fedoraproject.org> - 0.52-1
a990a34
- Update to 0.52 (#1485710)
a990a34
02704e9
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.51-2
02704e9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
02704e9
b8b05ba
* Mon Jun 26 2017 Sérgio Basto <sergio@serjux.com> - 0.51-1
b8b05ba
- Update to 0.51 (#1436674)
b8b05ba
3f5d0cc
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-5
3f5d0cc
- Perl 5.26 rebuild
47824a5
- Fix building on Perl without '.' in @INC
3f5d0cc
ce5bd78
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.47-4
ce5bd78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ce5bd78
7b27eb1
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.47-3
7b27eb1
- Perl 5.24 rebuild
7b27eb1
0cdff6c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.47-2
0cdff6c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0cdff6c
e9378da
* Thu Sep 10 2015 Sérgio Basto <sergio@serjux.com> - 0.47-1
e9378da
- Update to 0.47
e9378da
1ec3bb1
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 0.45-7
1ec3bb1
- Specify all dependencies
1ec3bb1
9431c48
* Wed Jun 17 2015 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.45-6
9431c48
- Add po4a-0.45-perl-5.22-hacks.diff
9431c48
  (Address perl-5.22 FTBFS; RHBZ #1230977).
9431c48
- Add %%license.
9431c48
eecf76e
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-5
eecf76e
- Perl 5.22 rebuild
eecf76e
95f9b40
* Sun Apr 19 2015 Sérgio Basto <sergio@serjux.com> - 0.45-4
95f9b40
- Temporary workaround for epel-7 until have perl-gettext in epel-7
95f9b40
9e91b69
* Sat Jan 17 2015 Sérgio Basto <sergio@serjux.com> - 0.45-3
9e91b69
- fix buildrequires for epel7
9e91b69
0cbbc9e
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.45-2
0cbbc9e
- Perl 5.20 rebuild
0cbbc9e
5baa145
* Thu Jul 10 2014 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.45-1
5baa145
- Upstream update.
5baa145
- Remove 0001-Remove-defined-anachronism.patch,
5baa145
  po4a-0.44-use-tempfile-correctly.patch.
5baa145
- Reflect upstream URL having changed.
5baa145
- Reflect Source0-URL having changed.
5baa145
06cd4ba
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.44-13
06cd4ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
06cd4ba
ac257d4
* Thu Aug  8 2013 Richard W.M. Jones <rjones@redhat.com> - 0.44-12
ac257d4
- Fix upstream source URL.
ac257d4
82377f2
* Sat Aug 03 2013 Petr Pisar <ppisar@redhat.com> - 0.44-11
82377f2
- Perl 5.18 rebuild
82377f2
e56f28a
* Tue Jul 30 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.44-10
e56f28a
- Add BR: /usr/share/texlive/texmf-dist/web2c/texmf.cnf.
e56f28a
- Re-enable t/24-tex.t (Cause for breakdown is texlive packing mess).
e56f28a
- Add BR: perl(Unicode::GCString).
e56f28a
- Move shebang fixing into %%build.
e56f28a
- Fix Source0-URL.
e56f28a
- Spec-file cosmetics.
e56f28a
90e8ce6
* Mon Jul 29 2013 Richard W.M. Jones <rjones@redhat.com> - 0.44-9
a4b1abc
- Fix bang path /usr/bin/env perl -> %%{_bindir}/perl (RHBZ#987035).
9bcc0e4
- Increase verbosity of po4a when building to help diagnose build errors.
09d87ce
- +BR Pod::Parser.
90e8ce6
- Disable 24-tex.t which does not run and does not produce any
90e8ce6
  useful diagnostics either.
394c62c
2f841ca
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 0.44-2
2f841ca
- Perl 5.18 rebuild
2f841ca
5e27395
* Wed Apr 17 2013 Richard W.M. Jones <rjones@redhat.com> - 0.44-1
5e27395
- New upstream version 0.44.
5e27395
- Fix incorrect use of File::Temp->tempfile (RHBZ#953066).
5e27395
- Tidy up the spec file.
5e27395
- po4a-build.conf.5 and po4a-runtime.7 man pages are no longer
5e27395
  installed in the English version for some (unknown) reason.
5e27395
005c3cf
* Mon Mar 11 2013 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.42-3
005c3cf
- Add 0001-Remove-defined-anachronism.patch.
005c3cf
- Modernize spec.
005c3cf
d8435ba
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.42-2
d8435ba
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d8435ba
c8bd411
* Wed Jul 18 2012 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.42-1
c8bd411
- Upstream update.
c8bd411
e9c2141
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 0.41-5
e9c2141
- Perl 5.16 rebuild
e9c2141
db49c01
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41-4
db49c01
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
db49c01
47900af
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.41-3
47900af
- Perl mass rebuild
47900af
20d5740
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.41-2
20d5740
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
20d5740
49b50bc
* Wed Dec 08 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.41-1
49b50bc
- Upstream update.
49b50bc
- Reflect upstream having changed to Module::Build.
49b50bc
- Remove po4a-0.40.1.diff.
49b50bc
b224c60
* Fri Oct 15 2010 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40.1-1
b224c60
- Upstream update.
b224c60
- Add po4a-v0.40.1.diff (add missing file t/compare-po.pl)
b224c60
- Make testsuite working.
b224c60
- Spec overhaul.
b224c60
- Eliminate /usr/bin/env perl.
b224c60
- Require perl >= 5.10.1
b224c60
2d04f6d
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.35-15
2d04f6d
- Mass rebuild with perl-5.12.0
2d04f6d
a45ce2e
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 0.35-14
a45ce2e
- rebuild against perl 5.10.1
a45ce2e
7cf7e9b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-13
7cf7e9b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7cf7e9b
f6f15fd
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-12
f6f15fd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f6f15fd
2d1b31f
* Sat Feb 14 2009 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.35-11
2d1b31f
- Update to 0.35.
2d1b31f
2d1b31f
* Tue Jan 13 2009 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.34-10
d07c7c9
- Add BuildRequires: perl(Test::More), BuildRequires: docbook-dtds.
d07c7c9
- Activate tests.
d07c7c9
- Fix Source0:-URL.
d07c7c9
- Spec file cosmetics.
d07c7c9
2d1b31f
* Sun Aug 24 2008 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.34-9
33bcfee
- Update to 0.34.
33bcfee
464fe2e
* Sun Jun 01 2008 Ralf Corsépius <rc040203@freenet.de> - 0.32-8
464fe2e
- Let package own %%{perl_vendorlib}/Locale (BZ 449258).
464fe2e
7e5a500
* Thu May 22 2008 Ralf Corsépius <rc040203@freenet.de> - 0.32-7
7e5a500
- Remove || : in %%check due to rpm not accepting it anymore.
7e5a500
7a26677
* Thu May 22 2008 Ralf Corsépius <rc040203@freenet.de> - 0.32-6
7a26677
- Add: "Requires: perl(:MODULE_COMPAT_...)" (BZ 442548).
7a26677
370bb44
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.32-5
370bb44
- fix license tag
370bb44
40315f7
* Mon Aug 20 2007 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.32-4
40315f7
- Update to 0.32.
40315f7
- fixes a possible race condition under /tmp (no CVE yet).
40315f7
41cbfa5
* Thu Dec 28 2006 Axel Thimm <Axel.Thimm@ATrpms.net> - 0.29-3
41cbfa5
- Update to 0.29.
41cbfa5
41cbfa5
* Sat Feb 18 2006 Axel Thimm <Axel.Thimm@ATrpms.net>
41cbfa5
- Initial build.
41cbfa5