[perl-App-Cmd] Update to 0.324; Cleanups

Emmanuel Seyman eseyman at fedoraproject.org
Fri Oct 24 16:59:12 UTC 2014


commit 2798b37aeb31743efd464eea05871550c408fe2d
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Fri Oct 24 18:59:14 2014 +0200

    Update to 0.324; Cleanups

 .gitignore        |    1 +
 perl-App-Cmd.spec |   14 ++++++++++----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 41b9953..1566877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ App-Cmd-0.307.tar.gz
 /App-Cmd-0.321.tar.gz
 /App-Cmd-0.322.tar.gz
 /App-Cmd-0.323.tar.gz
+/App-Cmd-0.324.tar.gz
diff --git a/perl-App-Cmd.spec b/perl-App-Cmd.spec
index 304c041..b20415c 100644
--- a/perl-App-Cmd.spec
+++ b/perl-App-Cmd.spec
@@ -1,7 +1,7 @@
 Name:           perl-App-Cmd
 Summary:        Write command line apps with less suffering
-Version:        0.323
-Release:        3%{?dist}
+Version:        0.324
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/App-Cmd-%{version}.tar.gz 
@@ -65,10 +65,16 @@ make test
 
 %files
 %doc Changes LICENSE README t/
-%{perl_vendorlib}/*
-%{_mandir}/man3/*.3*
+%license LICENSE
+%{perl_vendorlib}/App*
+%{_mandir}/man3/App*.3*
 
 %changelog
+* Fri Oct 24 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.324-1
+- Update to 0.324
+- Tighten files declaration
+- Use the %%license tag
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.323-3
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 8716939..df81e3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2542e858a359b3ecdc8d2e7c60595902  App-Cmd-0.323.tar.gz
+8ecf23e21d9e604bfcc474a019fb68e9  App-Cmd-0.324.tar.gz


More information about the scm-commits mailing list