rpms/perl-Curses/EL-4 .cvsignore, 1.2, 1.3 perl-Curses.spec, 1.1, 1.2 sources, 1.2, 1.3

stevetraylen stevetraylen at fedoraproject.org
Wed Sep 30 18:00:51 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/perl-Curses/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19193

Modified Files:
	.cvsignore perl-Curses.spec sources 
Log Message:
First EL-5 build.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Apr 2006 19:17:55 -0000	1.2
+++ .cvsignore	30 Sep 2009 18:00:50 -0000	1.3
@@ -1 +1 @@
-Curses-1.13.tgz
+Curses-1.27.tgz


Index: perl-Curses.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/perl-Curses.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Curses.spec	23 Apr 2006 19:17:55 -0000	1.1
+++ perl-Curses.spec	30 Sep 2009 18:00:50 -0000	1.2
@@ -1,15 +1,15 @@
 Name:           perl-Curses
-Version:        1.13
+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,8 +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" \
@@ -48,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
@@ -66,6 +69,52 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 30 2009 Steve Traylen <steve.traylen at cern.ch> - 1.27-3
+- First build for EPEL4, remove perl-devel BR.
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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 at lists.fedoraproject.org> - 1.20-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Tue Mar  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.20-3
+- rebuild for new perl
+
+* Thu Feb 14 2008 Garrick Staples <garrick at usc.edu> 1.20-2
+- forgot to update tarball, building
+
+* Thu Feb 14 2008 Garrick Staples <garrick at usc.edu> 1.20-1
+- bump to 1.20
+
+* Fri Aug 17 2007 Garrick Staples <garrick at usc.edu> 1.16-4
+- fix /usr//bin/perl, bz#253336
+
+* Thu Aug 16 2007 Garrick Staples <garrick at usc.edu> 1.16-3
+- need BR: perl(Test::More)
+
+* Thu Aug 16 2007 Garrick Staples <garrick at usc.edu> 1.16-2
+- rebuild
+
+* Thu Aug 16 2007 Garrick Staples <garrick at usc.edu> 1.16-1
+- bump to 1.16
+- correct License: tag
+- need BR: perl-devel
+
+* Sun Aug 27 2006 Garrick Staples <garrick at usc.edu> 1.15-1
+- bump to 1.15
+
+* Sun Aug 27 2006 Garrick Staples <garrick at usc.edu> 1.14-2
+- rebuild
+
+* Sun Aug 27 2006 Garrick Staples <garrick at usc.edu> 1.14-1
+- bump to 1.14
+- FC6 mass rebuild
+
 * Fri Apr 21 2006 Garrick Staples <garrick at usc.edu> 1.13-3
 - add a note about the falsely alarming warning
 - don't remove execute bit from demos


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Curses/EL-4/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Apr 2006 19:17:55 -0000	1.2
+++ sources	30 Sep 2009 18:00:50 -0000	1.3
@@ -1 +1 @@
-33f6a17f9ece7efda2dde3431e1540f6  Curses-1.13.tgz
+f125ccc648141ff0be7b0743a73cf67e  Curses-1.27.tgz




More information about the fedora-extras-commits mailing list