[perl-Test-NeedsDisplay] 1.07

Tom Callaway spot at fedoraproject.org
Sun Oct 2 11:58:39 UTC 2011


commit 7b7ff9d9b41adc08fb35e994ae3a1b491eca6d7d
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 13:58:22 2011 +0200

    1.07

 .gitignore                  |    1 +
 perl-Test-NeedsDisplay.spec |   14 +++++---------
 sources                     |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5e92cdd..558d3bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-NeedsDisplay-1.05.tar.gz
+/Test-NeedsDisplay-1.07.tar.gz
diff --git a/perl-Test-NeedsDisplay.spec b/perl-Test-NeedsDisplay.spec
index 3e1577f..d997946 100644
--- a/perl-Test-NeedsDisplay.spec
+++ b/perl-Test-NeedsDisplay.spec
@@ -1,12 +1,11 @@
 Name:           perl-Test-NeedsDisplay
-Version:        1.05
-Release:        8%{?dist}
+Version:        1.07
+Release:        1%{?dist}
 Summary:        Ensure that tests needing a display have one
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-NeedsDisplay/
 Source0:        http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NeedsDisplay-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 1:5.6.0
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -27,8 +26,6 @@ any objects.
 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 +36,15 @@ 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 LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 1.07-1
+- update to 1.07
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.05-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 7a83633..42d540f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63967780b12820a668fed932812f9327  Test-NeedsDisplay-1.05.tar.gz
+9c6058e44f23696567cce3e14641a0af  Test-NeedsDisplay-1.07.tar.gz



More information about the perl-devel mailing list