Accepting request 750391 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/750391 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/po4a?expand=0&rev=18
This commit is contained in:
commit
cac7a5354f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d95636906bf71d9ce5131f57045b84c46ae33417346e2437a90013ee01e7d04f
|
|
||||||
size 2994792
|
|
3
po4a-0.57.tar.gz
Normal file
3
po4a-0.57.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb55ec2b419ec7eefb0f13752fb08bc2701e6689467b6e1994bb5d9ae711cd97
|
||||||
|
size 3079550
|
21
po4a.changes
21
po4a.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 22 12:18:01 UTC 2019 - Luiz Fernando Ranghetti <elchevive68@gmail.com>
|
||||||
|
|
||||||
|
- updated to version 0.57
|
||||||
|
|
||||||
|
AsciiDoc:
|
||||||
|
|
||||||
|
* Introduce option tablecells to process cells in tables.
|
||||||
|
* Widen accepted characters in the term part of definition list
|
||||||
|
|
||||||
|
po4a tool:
|
||||||
|
|
||||||
|
* Don't use single quotes to protect command line arguments, as it fails on
|
||||||
|
Windows
|
||||||
|
|
||||||
|
Translations:
|
||||||
|
|
||||||
|
New translation: Arabic
|
||||||
|
Updated: Dutch, French, Italian, Japanese, Norwegian Bokmål,
|
||||||
|
Portuguese (Brazil) and Ukrainian
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 7 13:57:01 UTC 2019 - Luiz Fernando Ranghetti <elchevive@opensuse.org>
|
Fri Jun 7 13:57:01 UTC 2019 - Luiz Fernando Ranghetti <elchevive@opensuse.org>
|
||||||
|
|
||||||
|
10
po4a.spec
10
po4a.spec
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: po4a
|
Name: po4a
|
||||||
Version: 0.56
|
Version: 0.57
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Framework to translate documentation and other materials
|
Summary: Framework to translate documentation and other materials
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -72,9 +72,8 @@ perl Build.PL installdirs=vendor
|
|||||||
./Build
|
./Build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
./Build install destdir=%{buildroot}
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%find_lang %{name} --with-man --all-name
|
%find_lang %{name} --with-man --all-name
|
||||||
rm -f %{buildroot}%{perl_vendorarch}/auto/po4a/.packlist
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# requires texlive, which is too heavy for the package
|
# requires texlive, which is too heavy for the package
|
||||||
@ -88,7 +87,8 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%doc COPYING NEWS README* TODO
|
%doc NEWS README* TODO
|
||||||
|
%license COPYING
|
||||||
%attr(755,root,root) %{_bindir}/*
|
%attr(755,root,root) %{_bindir}/*
|
||||||
%dir %{perl_vendorlib}/Locale/
|
%dir %{perl_vendorlib}/Locale/
|
||||||
%{perl_vendorlib}/Locale/Po4a
|
%{perl_vendorlib}/Locale/Po4a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user