commit 7a2a02c14d6038bfbe27a6d81e546b7c4ee82e32
Author: Petr Šabata <con...@redhat.com>
Date:   Tue Jun 19 16:01:15 2012 +0200

    1.53 bump

 .gitignore           |    1 +
 perl-Test-Smoke.spec |   27 ++++++++++++++++-----------
 sources              |    2 +-
 3 files changed, 18 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ce6314a..415f1ab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Test-Smoke-1.43.tar.gz
 /Test-Smoke-1.44.tar.gz
 /Test-Smoke-1.47.tar.gz
 /Test-Smoke-1.50.tar.gz
+/Test-Smoke-1.53.tar.gz
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index 0765e5a..6e71e73 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -1,5 +1,5 @@
 Name:           perl-Test-Smoke
-Version:        1.50
+Version:        1.53
 Release:        1%{?dist}
 Summary:        Perl core test smoke suite
 License:        GPL+ or Artistic
@@ -26,7 +26,7 @@ BuildRequires:  perl(Compress::Zlib)
 BuildRequires:  perl(lib)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Mail::Sendmail)
 Requires:       perl(File::Spec) >= 0.82
 
@@ -41,18 +41,18 @@ results into an easy to read report.
 %setup -q -n Test-Smoke-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
-%{_fixperms} $RPM_BUILD_ROOT/*
-rm -rf $RPM_BUILD_ROOT/%{_bindir}/W32Configure.pl
-rm -rf $RPM_BUILD_ROOT/%{_mandir}/man1/W32Configure*
-rm -rf $RPM_BUILD_ROOT/%{perl_vendorlib}/inc/Mail/Sendmail.pm
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+%{_fixperms} %{buildroot}/*
+rm -rf %{buildroot}/%{_bindir}/W32Configure.pl
+rm -rf %{buildroot}/%{_mandir}/man1/W32Configure*
+rm -rf %{buildroot}/%{perl_vendorlib}/inc/Mail/Sendmail.pm
 
 %check
 make test
@@ -65,6 +65,7 @@ make test
 %{_bindir}/mailrpt.pl
 %{_bindir}/patchtree.pl
 %{_bindir}/runsmoke.pl
+%{_bindir}/sendrpt.pl
 %{_bindir}/smokeperl.pl
 %{_bindir}/smokestatus.pl
 %{_bindir}/synctree.pl
@@ -73,6 +74,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jun 19 2012 Petr Šabata <con...@redhat.com> - 1.53-1
+- 1.53 bump
+- Drop command macros
+
 * Mon Jun 11 2012 Petr Pisar <ppi...@redhat.com> - 1.50-1
 - 1.50 bump
 
diff --git a/sources b/sources
index b460b97..702c78f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b85bff12583bae1d7b1fdb23f12b32b  Test-Smoke-1.50.tar.gz
+44434030597ef256e76076f53b4076e2  Test-Smoke-1.53.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to