Author: stevetraylen Update of /cvs/pkgs/rpms/perl-Curses/EL-5 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17692 Modified Files: .cvsignore perl-Curses.spec sources Log Message: First EL-5 version. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 17 Oct 2006 03:15:15 -0000 1.4 +++ .cvsignore 30 Sep 2009 17:56:28 -0000 1.5 @@ -1 +1 @@ -Curses-1.15.tgz +Curses-1.27.tgz Index: perl-Curses.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/perl-Curses.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- perl-Curses.spec 17 Oct 2006 03:15:15 -0000 1.4 +++ perl-Curses.spec 30 Sep 2009 17:56:28 -0000 1.5 @@ -1,15 +1,15 @@ Name: perl-Curses -Version: 1.15 -Release: 1%{?dist} +Version: 1.27 +Release: 3%{?dist} Summary: Perl bindings for ncurses Group: Development/Libraries -License: GPL or Artistic +License: GPL+ URL: http://search.cpan.org/dist/Curses/ Source0: http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: ncurses-devel +BuildRequires: ncurses-devel perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -19,7 +19,9 @@ handling capabilities to Perl. %prep %setup -q -n Curses-%{version} +test -f hints/c-linux.ncursesw.h || cp hints/c-linux.ncurses.h hints/c-linux.ncursesw.h sed -i -e 's|/usr/local/bin/perl|%{__perl}|' demo* +sed -i -e 's|/usr//bin/perl|%{__perl}|' demo* %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" \ @@ -47,6 +49,8 @@ find $RPM_BUILD_ROOT -type f -name '*.bs find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* +#Remove exec perm for file aimed to be bundled as %%doc +chmod -x demo* %check make test @@ -65,6 +69,42 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Sep 30 2009 Steve Traylen <steve.traylen@xxxxxxx> - 1.27-3 +- First build for EPEL5, Remove perl-devel BR. + +* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Jul 16 2009 kwizart < kwizart at gmail.com > - 1.27-1 +- Update to 1.27 +- Remove exec perm for demo* provided as %%doc - Fix #510186 + +* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.20-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Mar 4 2008 Tom "spot" Callaway <tcallawa@xxxxxxxxxx> 1.20-3 +- rebuild for new perl + +* Thu Feb 14 2008 Garrick Staples <garrick@xxxxxxx> 1.20-2 +- forgot to update tarball, building + +* Thu Feb 14 2008 Garrick Staples <garrick@xxxxxxx> 1.20-1 +- bump to 1.20 + +* Fri Aug 17 2007 Garrick Staples <garrick@xxxxxxx> 1.16-4 +- fix /usr//bin/perl, bz#253336 + +* Thu Aug 16 2007 Garrick Staples <garrick@xxxxxxx> 1.16-3 +- need BR: perl(Test::More) + +* Thu Aug 16 2007 Garrick Staples <garrick@xxxxxxx> 1.16-2 +- rebuild + +* Thu Aug 16 2007 Garrick Staples <garrick@xxxxxxx> 1.16-1 +- bump to 1.16 +- correct License: tag +- need BR: perl-devel + * Sun Aug 27 2006 Garrick Staples <garrick@xxxxxxx> 1.15-1 - bump to 1.15 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Curses/EL-5/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 17 Oct 2006 03:15:15 -0000 1.4 +++ sources 30 Sep 2009 17:56:28 -0000 1.5 @@ -1 +1 @@ -6f3c5ea61cbbfabe15b0004febcb3a4d Curses-1.15.tgz +f125ccc648141ff0be7b0743a73cf67e Curses-1.27.tgz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list