[perl-Test-Module-Used] 0.2.4 bump

Petr Pisar ppisar at fedoraproject.org
Tue Dec 11 08:22:55 UTC 2012


commit 511ec768025b29042397ef5f1fe9981fef3220f6
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Dec 11 09:15:16 2012 +0100

    0.2.4 bump

 .gitignore                 |    1 +
 .rpmlint                   |    2 ++
 perl-Test-Module-Used.spec |   10 ++++++----
 sources                    |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 522e134..2cce741 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Module-Used-0.2.3.tar.gz
+/Test-Module-Used-0.2.4.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..00a2322
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* versa");
diff --git a/perl-Test-Module-Used.spec b/perl-Test-Module-Used.spec
index 4bf34e9..f9cae1b 100644
--- a/perl-Test-Module-Used.spec
+++ b/perl-Test-Module-Used.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Module-Used
-Version:        0.2.3
-Release:        3%{?dist}
+Version:        0.2.4
+Release:        1%{?dist}
 Summary:        Test required module is really used and vice versa between lib/t and META.yml
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -49,9 +49,8 @@ find -type f -exec chmod -x {} +
 make %{?_smp_mflags}
 
 %install
-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 -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -63,6 +62,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 11 2012 Petr Pisar <ppisar at redhat.com> - 0.2.4-1
+- 0.2.4 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 7dfe78c..50a6c5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccf2370e06097a8d6e4f0590ebe1f915  Test-Module-Used-0.2.3.tar.gz
+2e9070db0280df846e4e8ab62069fbee  Test-Module-Used-0.2.4.tar.gz


More information about the scm-commits mailing list