rpms/perl-Schedule-Cron-Events/devel import.log, NONE, 1.1 perl-Schedule-Cron-Events.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miroslav Suchý msuchy at fedoraproject.org
Thu Sep 11 09:36:09 UTC 2008


Author: msuchy

Update of /cvs/extras/rpms/perl-Schedule-Cron-Events/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5755/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Schedule-Cron-Events.spec 
Log Message:
Inital upload of perl-Schedule-Cron-Events to devel.



--- NEW FILE import.log ---
perl-Schedule-Cron-Events-1_8-14_f10:HEAD:perl-Schedule-Cron-Events-1.8-14.f10.src.rpm:1221125471


--- NEW FILE perl-Schedule-Cron-Events.spec ---
Name:           perl-Schedule-Cron-Events
Version:        1.8
Release:        14%{?dist}
Summary:        Take a line from a crontab and find out when events will occur
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Schedule-Cron-Events/
Source0:        http://www.cpan.org/modules/by-module/Schedule/Schedule-Cron-Events-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  perl(Set::Crontab)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Given a line from a crontab, tells you the time at which cron will next run
the line, or when the last event occurred, relative to any date you choose.
The object keeps that reference date internally, and updates it when you
call nextEvent() or previousEvent() - such that successive calls will give
you a sequence of events going forward, or backwards, in time.

%prep
%setup -q -n Schedule-Cron-Events-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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 -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc README
%{_bindir}/cron_event_predict.plx 
%{perl_vendorlib}/*
%{_mandir}/man1/*
%{_mandir}/man3/*

%changelog
* Wed Sep 10 2008 Miroslav Suchý <msuchy at redhat.com> 1.8-14
- fix mixed tab and space

* Thu Sep  4 2008 Miroslav Suchý <msuchy at redhat.com> 1.8-12
- add build requires

* Fri Aug 29 2008 Miroslav Suchý <msuchy at redhat.com> 1.8-2
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Schedule-Cron-Events/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Sep 2008 08:14:30 -0000	1.1
+++ .cvsignore	11 Sep 2008 09:35:39 -0000	1.2
@@ -0,0 +1 @@
+Schedule-Cron-Events-1.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Schedule-Cron-Events/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	11 Sep 2008 08:14:30 -0000	1.1
+++ sources	11 Sep 2008 09:35:39 -0000	1.2
@@ -0,0 +1 @@
+c9cc7e3ce3e00935cdba315404be91bf  Schedule-Cron-Events-1.8.tar.gz




More information about the fedora-extras-commits mailing list