[perl-Set-Crontab] 1.03

Tom Callaway spot at fedoraproject.org
Sun Oct 2 10:33:23 UTC 2011


commit f047b3eb081377554a13cb84813148abc70a29c1
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 12:33:06 2011 +0200

    1.03

 .gitignore            |    1 +
 perl-Set-Crontab.spec |   14 +++++---------
 sources               |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4333c11..76c638d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Set-Crontab-1.02.tar.gz
+/Set-Crontab-1.03.tar.gz
diff --git a/perl-Set-Crontab.spec b/perl-Set-Crontab.spec
index f1dcde1..7a137a9 100644
--- a/perl-Set-Crontab.spec
+++ b/perl-Set-Crontab.spec
@@ -1,12 +1,11 @@
 Name:           perl-Set-Crontab
-Version:        1.02
-Release:        8%{?dist}
+Version:        1.03
+Release:        1%{?dist}
 Summary:        Expand crontab(5)-style integer lists
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Set-Crontab/
 Source0:        http://www.cpan.org/modules/by-module/Set/Set-Crontab-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -23,8 +22,6 @@ utility functions to make it easier to deal with them.
 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 {} \;
@@ -35,16 +32,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 README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 1.03-1
+- update to 1.03
+
 * Fri Jun 17 2011 Marcela Mašláňová <mmaslano at redhat.com> - 1.02-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6270c9a..9952a35 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8217113ca6ad3633a326b1dbb136f99b  Set-Crontab-1.02.tar.gz
+c900a24a789203f4beebf91f5752e984  Set-Crontab-1.03.tar.gz


More information about the scm-commits mailing list