[perl-rpm-build-perl] update to 0.74

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Jun 17 11:26:26 UTC 2011


commit f7df3178a1ebbdc141a05c60da63ab2d726977bf
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Jun 17 13:24:53 2011 +0200

    update to 0.74

 .gitignore               |    1 +
 perl-rpm-build-perl.spec |   13 +++++--------
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dd7522..55f4f87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rpm-build-perl-0.72.tar.gz
+/rpm-build-perl-0.74.tar.gz
diff --git a/perl-rpm-build-perl.spec b/perl-rpm-build-perl.spec
index 2afe7a1..6ce249d 100644
--- a/perl-rpm-build-perl.spec
+++ b/perl-rpm-build-perl.spec
@@ -1,13 +1,12 @@
 Name:       perl-rpm-build-perl 
-Version:    0.72
-Release:    4%{?dist}
+Version:    0.74
+Release:    1%{?dist}
 # see lib/B/PerlReq.pm, among others
 License:    GPLv2+
 Group:      Development/Libraries
 Summary:    Perl compiler backend to extract Perl dependencies 
 Source:     http://search.cpan.org/CPAN/authors/id/A/AT/ATOURBIN/rpm-build-perl-%{version}.tar.gz 
 Url:        http://search.cpan.org/dist/rpm-build-perl
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
 Requires:   perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:  noarch
 
@@ -41,8 +40,6 @@ The provides/requires scripts packaged along with perl-rpm-build-perl.
 make %{?_smp_mflags}
 
 %install
-rm -rf %{buildroot}
-
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
@@ -52,11 +49,8 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %check
 make test
 
-%clean
-rm -rf %{buildroot} 
 
 %files
-%defattr(-,root,root,-)
 %doc README* Changes perl5-alt-rpm-macros macros.env
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
@@ -68,6 +62,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*.1*
 
 %changelog
+* Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.74-1
+- update to 0.74, clean spec
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.72-4
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 4c9889d..86b771e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71ad00f918352c2a26ac5a67778ea243  rpm-build-perl-0.72.tar.gz
+12fb46dfaee6cccd509bea1917a04e64  rpm-build-perl-0.74.tar.gz



More information about the perl-devel mailing list