[perl-File-RsyncP] 0.70 bump, buildroot cleanup, parallel make

Petr Sabata psabata at fedoraproject.org
Tue Apr 5 12:26:02 UTC 2011


commit 196aa377567399b794f6f4bba5fb78b8b63c9771
Author: Petr Sabata <psabata at redhat.com>
Date:   Tue Apr 5 14:25:48 2011 +0200

    0.70 bump, buildroot cleanup, parallel make

 .gitignore            |    1 +
 perl-File-RsyncP.spec |   31 ++++++++++++++-----------------
 sources               |    2 +-
 3 files changed, 16 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fe492e..777c347 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 File-RsyncP-0.68.tar.gz
+/File-RsyncP-0.70.tar.gz
diff --git a/perl-File-RsyncP.spec b/perl-File-RsyncP.spec
index c81cb19..65fe63d 100644
--- a/perl-File-RsyncP.spec
+++ b/perl-File-RsyncP.spec
@@ -1,12 +1,11 @@
-Name: perl-File-RsyncP
-Version: 0.68
-Release: 10%{?dist}
-Summary: A perl implementation of an Rsync client
-License: GPLv2
-Group: Development/Libraries
-URL: http://search.cpan.org/dist/File-RsyncP/
-Source0: http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:       perl-File-RsyncP
+Version:    0.70
+Release:    1%{?dist}
+Summary:    A perl implementation of an Rsync client
+License:    GPLv2
+Group:      Development/Libraries
+URL:        http://search.cpan.org/dist/File-RsyncP/
+Source0:    http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{version}.tar.gz
 
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildRequires: %{_bindir}/iconv
@@ -18,26 +17,20 @@ Rsync 2.5.5 - 2.6.3 (protocol versions 26-28). It can send or receive files,
 either by running rsync on the remote machine, or connecting to an rsyncd
 daemon on the remote machine.
 
-
-
 %prep
 %setup -q -n File-RsyncP-%{version}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
-make
+make %{?_smp_flags}
 
 %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 {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %check
 make test
 
@@ -49,8 +42,12 @@ make test
 %{perl_vendorarch}/auto/File/RsyncP/
 %{_mandir}/man3/*
 
-
 %changelog
+* Tue Apr 05 2011 Petr Sabata <psabata at redhat.com> - 0.70-1
+- 0.70 bump
+- Utilizing parallel make
+- Removing obsolete Buildroot stuff
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.68-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 03e0c4c..d4f288e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed47c5ef7ff835415692f18137cb0cf9  File-RsyncP-0.68.tar.gz
+f244372d15a2991b8700f62e73ac51e4  File-RsyncP-0.70.tar.gz



More information about the perl-devel mailing list