[perl-TermReadKey] Modernize spec file

Petr Pisar ppisar at fedoraproject.org
Tue Aug 21 11:38:46 UTC 2012


commit 540ffcd04968e471e07190ca21b30f50bb93bb69
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Aug 21 13:37:34 2012 +0200

    Modernize spec file

 perl-TermReadKey.spec |   35 ++++++++++++++++-------------------
 1 files changed, 16 insertions(+), 19 deletions(-)
---
diff --git a/perl-TermReadKey.spec b/perl-TermReadKey.spec
index 3fb8a43..c9191d5 100644
--- a/perl-TermReadKey.spec
+++ b/perl-TermReadKey.spec
@@ -1,17 +1,20 @@
 Name:           perl-TermReadKey
 Version:        2.30
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        A perl module for simple terminal control
-
 Group:          Development/Libraries
-License:        Copyright only
-URL:            http://search.cpan.org/dist/TermReadKey/
+License:        (Copyright only) and (Artistic or GPL+)
+URL:            http://search.cpan.org/~jstowe/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(Carp)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Run-time:
+BuildRequires:  perl(AutoLoader)
+BuildRequires:  perl(Exporter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Term::ReadKey is a compiled perl module dedicated to providing simple
 control over terminal driver modes (cbreak, raw, cooked, etc.)
@@ -21,35 +24,23 @@ main goals is to have the functions as portable as possible, so you
 can just plug in "use Term::ReadKey" on any architecture and have a
 good likelyhood of it working.
 
-
 %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
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-
 %check
 make test
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc README
 %{perl_vendorarch}/Term/
 %{perl_vendorarch}/auto/Term/
@@ -57,6 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug 21 2012 Petr Pisar <ppisar at redhat.com> - 2.30-17
+- Modernize spec file
+- Specify all dependencies
+- Change license to "(Copyright only) and (Artistic or GPL+)" because of
+  ppport.h
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.30-16
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list