Compare commits
8 Commits
0.48-1mamb
...
0.73-1mamb
Author | SHA1 | Date | |
---|---|---|---|
b85317a167 | |||
c49dc859ba | |||
4a0d69e793 | |||
b7364c6a7b | |||
1e4ba69808 | |||
1eb9ddaf93 | |||
f321a097f1 | |||
c607c2438e |
41
po4a.spec
41
po4a.spec
@@ -1,21 +1,23 @@
|
||||
Name: po4a
|
||||
Version: 0.48
|
||||
Version: 0.73
|
||||
Release: 1mamba
|
||||
Summary: Tools to ease translations
|
||||
Group: Development/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://po4a.alioth.debian.org/
|
||||
Source: https://alioth.debian.org/anonscm/git/po4a/po4a.git/v%{version}/po4a-%{version}.tar.bz2
|
||||
#Source: http://alioth.debian.org/frs/download.php/file/3942/po4a-%{version}.tar.gz
|
||||
URL: https://github.com/mquinson/po4a
|
||||
Source: https://github.com/mquinson/po4a.git/v%{version}/po4a-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-HTML-Parser
|
||||
BuildRequires: perl-Encode
|
||||
BuildRequires: perl-Pod-Parser
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-Syntax-Keyword-Try
|
||||
BuildRequires: perl-YAML-Tiny
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
The po4a (PO for anything) project goal is to ease translations (and more interestingly, the maintenance of translations) using gettext tools on areas where they were not expected like documentation.
|
||||
@@ -27,7 +29,8 @@ The po4a (PO for anything) project goal is to ease translations (and more intere
|
||||
%{__perl} Build.PL installdirs=vendor
|
||||
|
||||
./Build
|
||||
./Build test
|
||||
|
||||
#./Build test
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@@ -57,6 +60,30 @@ find %{buildroot}%{perl_vendorlib} \
|
||||
#% doc NEWS README README.maintainers README.tests README.translators TODO
|
||||
|
||||
%changelog
|
||||
* Tue Jun 18 2024 Automatic Build System <autodist@openmamba.org> 0.73-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 26 2024 Automatic Build System <autodist@openmamba.org> 0.72-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 02 2024 Automatic Build System <autodist@openmamba.org> 0.71-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 30 2024 Automatic Build System <autodist@openmamba.org> 0.70-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 06 2023 Automatic Build System <autodist@mambasoft.it> 0.69-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.63-1mamba
|
||||
- update to 0.63
|
||||
|
||||
* Fri Sep 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.54-1mamba
|
||||
- update to 0.54
|
||||
|
||||
* Tue Oct 03 2017 Automatic Build System <autodist@mambasoft.it> 0.52-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Nov 22 2016 Automatic Build System <autodist@mambasoft.it> 0.48-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user