[perl-Test-CheckManifest] Upstream update. Add LICENSE file. Spec cleanup.

corsepiu corsepiu at fedoraproject.org
Tue Mar 29 12:06:40 UTC 2011


commit 5c3a8e8547b934f12ae5a0e754979fce35515ccd
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Mar 29 14:06:24 2011 +0200

    Upstream update.
    Add LICENSE file.
    Spec cleanup.

 .gitignore                   |    1 +
 perl-Test-CheckManifest.spec |   17 ++++++++---------
 sources                      |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 498015d..3e0daf4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-CheckManifest-1.22.tar.gz
+/Test-CheckManifest-1.23.tar.gz
diff --git a/perl-Test-CheckManifest.spec b/perl-Test-CheckManifest.spec
index 9a6d1fc..56d25e1 100644
--- a/perl-Test-CheckManifest.spec
+++ b/perl-Test-CheckManifest.spec
@@ -1,13 +1,11 @@
 Name:           perl-Test-CheckManifest
-Version:        1.22
-Release:        2%{?dist}
+Version:        1.23
+Release:        1%{?dist}
 Summary:        Check if your Manifest matches your distro
-# README says "perl", but the actual code says "Artistic 2.0".
 License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-CheckManifest/
 Source0:        http://www.cpan.org/authors/id/R/RE/RENEEB/Test-CheckManifest-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::Builder)
@@ -33,7 +31,6 @@ make %{?_smp_mflags}
 cd ..
 
 %install
-rm -rf $RPM_BUILD_ROOT
 cd Test-CheckManifest-%{version}
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
@@ -48,16 +45,18 @@ cd Test-CheckManifest-%{version}
 make test
 cd ..
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root,-)
-%doc Test-CheckManifest-%{version}/Changes Test-CheckManifest-%{version}/README
+%doc Test-CheckManifest-%{version}/Changes Test-CheckManifest-%{version}/README Test-CheckManifest-%{version}/LICENSE
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Mar 29 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1.23-1
+- Upstream update.
+- Add LICENSE file.
+- Spec cleanup.
+
 * Tue Mar 01 2011 Ralf Corsépius <corsepiu at fedoraproject.org> 1.22-2
 - Extend %%description upon reviewer's request.
 
diff --git a/sources b/sources
index e8e61c9..3737cb9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9898f6aa5ef1cb7eddb3e9caba736b2  Test-CheckManifest-1.22.tar.gz
+fe0bfd4ca3accbf2aa11e2203e502ce0  Test-CheckManifest-1.23.tar.gz


More information about the scm-commits mailing list