[perl-Business-Hours] Upstream update. Reflect Source0:-URL having changed. Spec file cleanup.

corsepiu corsepiu at fedoraproject.org
Fri Nov 25 13:56:23 UTC 2011


commit d61adf516bc33b11bd4a527d1efa6d032f48f57f
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Nov 25 14:56:14 2011 +0100

    Upstream update.
    Reflect Source0:-URL having changed.
    Spec file cleanup.

 .gitignore               |    2 +-
 perl-Business-Hours.spec |   15 +++++++--------
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc76869..52abede 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Business-Hours-0.09.tar.gz
+/Business-Hours-0.10.tar.gz
diff --git a/perl-Business-Hours.spec b/perl-Business-Hours.spec
index 0322152..186a52e 100644
--- a/perl-Business-Hours.spec
+++ b/perl-Business-Hours.spec
@@ -1,14 +1,13 @@
 Summary: 	Calculate business hours in a time period
 Name: 		perl-Business-Hours
-Version: 	0.09
-Release: 	8%{?dist}
+Version: 	0.10
+Release: 	1%{?dist}
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Business-Hours/
 
 Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RUZ/Business-Hours-%{version}.tar.gz
 BuildArch: 	noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -33,16 +32,11 @@ 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 {} ';'
 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
 
@@ -53,6 +47,11 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Nov 25 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.10-1
+- Upstream update.
+- Reflect Source0:-URL having changed.
+- Spec file cleanup.
+
 * Tue Jun 21 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.09-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 02c3fe5..f4d77f3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49fe449fb1a1a804f67d84d6e2febbc5  Business-Hours-0.09.tar.gz
+080d48d3f52aee4ec2ba791a856b3f7a  Business-Hours-0.10.tar.gz


More information about the scm-commits mailing list