Compare commits
6 Commits
1.28-1mamb
...
main
Author | SHA1 | Date | |
---|---|---|---|
82cd697d0b | |||
27902c1ef9 | |||
e238a4557e | |||
5d9029ec99 | |||
c46566f35a | |||
5df38c25b8 |
@ -1,23 +1,24 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-libintl
|
||||
Version: 1.28
|
||||
Version: 1.35
|
||||
Release: 1mamba
|
||||
Summary: An internationalization library for Perl
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.cpan.org
|
||||
URL: https://www.cpan.org
|
||||
Source: http://search.cpan.org/CPAN/authors/id/G/GU/GUIDO/libintl-perl-%{version}.tar.gz
|
||||
License: GPL/Artistic License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl-Encode
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRoot: %{_tmppath}/perl-root
|
||||
|
||||
%description
|
||||
The package libintl-perl is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.
|
||||
@ -44,6 +45,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
|
||||
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||
done
|
||||
|
||||
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -f .packlist
|
||||
@ -52,6 +55,24 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Jan 15 2025 Automatic Build System <autodist@openmamba.org> 1.35-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 09 2025 Automatic Build System <autodist@openmamba.org> 1.34-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 20 2022 Automatic Build System <autodist@mambasoft.it> 1.33-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 1.32-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun May 03 2020 Automatic Build System <autodist@mambasoft.it> 1.31-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Nov 23 2017 Automatic Build System <autodist@mambasoft.it> 1.29-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sat Oct 28 2017 Automatic Build System <autodist@mambasoft.it> 1.28-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user