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
|
||||
|
||||
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,
|
||||
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.
|
||||
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.
|
||||
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
||||
|
||||
Name: perl-Curses
|
||||
Version: 1.32
|
||||
Release: 2mamba
|
||||
Version: 1.36
|
||||
Release: 1mamba
|
||||
Summary: Curses - Terminal screen handling and optimization
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Automatic Build System <autodist@mambasoft.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
Requires: perl >= %perl_major_ver
|
||||
BuildRequires: perl-devel >= %perl_major_ver
|
||||
@ -22,14 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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,
|
||||
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.
|
||||
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.
|
||||
|
||||
%prep
|
||||
|
||||
%setup -q -n Curses-%{version}
|
||||
|
||||
%build
|
||||
@ -58,6 +53,9 @@ rm -f .packlist
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user