[perl-App-cpanminus] 1.0013 bump

Petr Pisar ppisar at fedoraproject.org
Tue Sep 14 12:59:22 UTC 2010


commit 2f205a9d670914aa9eb837a325ba6dc418b749d1
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Sep 14 14:58:50 2010 +0200

    1.0013 bump

 .gitignore              |    1 +
 perl-App-cpanminus.spec |   14 ++++++++++----
 sources                 |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b050b1e..2049495 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 App-cpanminus-0.9935.tar.gz
+/App-cpanminus-1.0013.tar.gz
diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec
index fc099e2..dcc3d8b 100644
--- a/perl-App-cpanminus.spec
+++ b/perl-App-cpanminus.spec
@@ -1,6 +1,6 @@
 Name:           perl-App-cpanminus
-Version:        0.9935
-Release:        3%{?dist}
+Version:        1.0013
+Release:        1%{?dist}
 Summary:        Library for get, unpack, build and install CPAN modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,7 +18,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 
 %description
 Why? It's dependency free, requires zero configuration, and stands alone 
-but it's maintainable and extensible with plugins and friendly to shell 
+but it's maintainable and extensible with plug-ins and friendly to shell 
 scripting. When running, it requires only 10MB of RAM.
 
 %package -n cpanminus
@@ -29,7 +29,7 @@ Requires:      %{name} = %{version}-%{release}
 
 %description -n cpanminus
 cpanminus is a script to get, unpack, build and install modules from CPAN. 
-Deps-free, zero-conf, standalone...
+Dependency-free, zero configuration, standalone...
 
 %prep
 %setup -q -n App-cpanminus-%{version}
@@ -66,9 +66,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n cpanminus
 %defattr(-,root,root,-)
+%doc README
 %{_bindir}/cpanm
+%{_mandir}/man1/*
 
 %changelog
+* Tue Sep 14 2010 Petr Pisar <ppisar at redhat.com> - 1.0013-1
+- 1.0013 bump
+- Correct description spelling
+
 * Thu Apr 29 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.9935-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index b408246..bc68e7b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1db3703fda73d9c5050ec428d3495516  App-cpanminus-0.9935.tar.gz
+9961a7fbd6b841d8ab96b5a4a2984bad  App-cpanminus-1.0013.tar.gz


More information about the scm-commits mailing list