update to 1.36 [release 1.36-1mamba;Thu Dec 07 2017]
This commit is contained in:
parent
67deefe4d9
commit
d8a2db86f8
@ -1,9 +1,5 @@
|
|||||||
# perl-Curses
|
# perl-Curses
|
||||||
|
|
||||||
Curses is the interface between Perl and your system's curses(3) library.
|
Curses is the interface between Perl and your system's curses(3) library.
|
||||||
For descriptions on the usage of a given function, variable, or constant,
|
For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different curses(3) libraries and operating systems. This document describes the interface itself, and assumes that you already know how your system's curses(3) library works.
|
||||||
consult your system's documentation, as such information invariably varies
|
|
||||||
(:-) between different curses(3) libraries and operating systems. This
|
|
||||||
document describes the interface itself, and assumes that you already know
|
|
||||||
how your system's curses(3) library works.
|
|
||||||
|
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||||
|
|
||||||
Name: perl-Curses
|
Name: perl-Curses
|
||||||
Version: 1.32
|
Version: 1.36
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Curses - Terminal screen handling and optimization
|
Summary: Curses - Terminal screen handling and optimization
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.cpan.org
|
URL: http://www.cpan.org
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz
|
Source: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRequires: perl-devel >= %perl_major_ver
|
BuildRequires: perl-devel >= %perl_major_ver
|
||||||
@ -22,14 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|||||||
|
|
||||||
%description
|
%description
|
||||||
Curses is the interface between Perl and your system's curses(3) library.
|
Curses is the interface between Perl and your system's curses(3) library.
|
||||||
For descriptions on the usage of a given function, variable, or constant,
|
For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different curses(3) libraries and operating systems. This document describes the interface itself, and assumes that you already know how your system's curses(3) library works.
|
||||||
consult your system's documentation, as such information invariably varies
|
|
||||||
(:-) between different curses(3) libraries and operating systems. This
|
|
||||||
document describes the interface itself, and assumes that you already know
|
|
||||||
how your system's curses(3) library works.
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n Curses-%{version}
|
%setup -q -n Curses-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -58,6 +53,9 @@ rm -f .packlist
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 07 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.36-1mamba
|
||||||
|
- update to 1.36
|
||||||
|
|
||||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.32-2mamba
|
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.32-2mamba
|
||||||
- rebuilt with perl 5.24
|
- rebuilt with perl 5.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user