rpms/perl-TermReadKey/EL-4 perl-TermReadKey.spec,1.16,1.17

Robin Norwood (rnorwood) fedora-extras-commits at redhat.com
Wed Jan 30 16:18:06 UTC 2008


Author: rnorwood

Update of /cvs/pkgs/rpms/perl-TermReadKey/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31544

Modified Files:
	perl-TermReadKey.spec 
Log Message:
Update to F8/devel specfile, and rebuild for EL-4.


Index: perl-TermReadKey.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-TermReadKey/EL-4/perl-TermReadKey.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- perl-TermReadKey.spec	12 Jul 2006 07:47:29 -0000	1.16
+++ perl-TermReadKey.spec	30 Jan 2008 16:16:36 -0000	1.17
@@ -1,16 +1,16 @@
 Name:           perl-TermReadKey
 Version:        2.30
-Release: 	1.2.2.1
+Release:        4%{?dist}
 Summary:        A perl module for simple terminal control
 
 Group:          Development/Libraries
-License:        Distributable
+License:        Copyright only
 URL:            http://search.cpan.org/dist/TermReadKey/
 Source0:        http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  perl >= 1:5.6.1
-Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(ExtUtils::MakeMaker)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 Term::ReadKey is a compiled perl module dedicated to providing simple
@@ -25,10 +25,12 @@
 %prep
 %setup -q -n TermReadKey-%{version} 
 
+
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
@@ -37,9 +39,11 @@
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%check || :
+
+%check
 make test
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,7 +57,23 @@
 
 
 %changelog
-* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - sh: line 0: fg: no job control
+* Wed Jan 30 2008 Robin Norwood <rnorwood at redhat.com> - 2.30-4
+- Backport changes from F8/F9 specfile
+- Fix old changelog entry
+- Rebuild for EL4
+
+* Thu Oct 25 2007 Robin Norwood <rnorwood at redhat.com> - 2.30-3
+- fix various issues from package review:
+- remove extra || : from %%check
+- add dist tag to release
+- remove BR: perl
+- fix tabs and spacing
+
+* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 2.30-2
+- correct license tag
+- add BR: perl(ExtUtils::MakeMaker)
+
+* Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.30-1.2.2.1
 - rebuild
 
 * Fri Feb 10 2006 Jesse Keating <jkeating at redhat.com> - 2.30-1.2.2




More information about the fedora-extras-commits mailing list