[perl-App-CLI] Update to 0.313, clean up spec file and add perl default filter

Emmanuel Seyman eseyman at fedoraproject.org
Wed Jan 11 08:28:05 UTC 2012


commit 41c1f6974aaa15f6e4ce4afab2877e48fa9a0d29
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Wed Jan 11 09:27:59 2012 +0100

    Update to 0.313, clean up spec file and add perl default filter

 .gitignore        |    1 +
 perl-App-CLI.spec |   20 ++++++++++----------
 sources           |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ec0699a..f3b0adf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 App-CLI-0.07.tar.gz
+/App-CLI-0.313.tar.gz
diff --git a/perl-App-CLI.spec b/perl-App-CLI.spec
index b7a916c..d420d29 100644
--- a/perl-App-CLI.spec
+++ b/perl-App-CLI.spec
@@ -1,12 +1,11 @@
 Name:           perl-App-CLI
-Version:        0.07
-Release:        11%{?dist}
+Version:        0.313
+Release:        1%{?dist}
 Summary:        Dispatcher module for command line interface programs
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/App-CLI/
-Source0:        http://www.cpan.org/modules/by-module/App/App-CLI-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Source0:        http://search.cpan.org/CPAN/authors/id/C/CO/CORNELIUS/App-CLI-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
@@ -15,6 +14,8 @@ BuildRequires:  perl(Pod::Simple::Text)
 Requires:       perl(Pod::Simple::Text)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 App::CLI dispatches CLI (command line interface) based commands into
 command classes. It also supports subcommand and per-command options.
@@ -27,8 +28,6 @@ command classes. It also supports subcommand and per-command options.
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
@@ -39,16 +38,17 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %check
 make test
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root,-)
 %doc Changes
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jan 11 2012 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.313-1
+- Update to 0.313
+- Clean up spec file
+- Use perl default filter
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.07-11
 - Perl mass rebuild
 
diff --git a/sources b/sources
index f145649..fa4e923 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8981b0628874bb7e83b00b00e58a7259  App-CLI-0.07.tar.gz
+efe1a2287c8447fb46e9f43594c3ce28  App-CLI-0.313.tar.gz


More information about the scm-commits mailing list