rpms/perl-DateTime-Event-Recurrence/devel perl-DateTime-Event-Recurrence.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Jul 8 16:45:54 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-DateTime-Event-Recurrence/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6665/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DateTime-Event-Recurrence.spec 
Log Message:
auto-import perl-DateTime-Event-Recurrence-0.16-2 on branch devel from perl-DateTime-Event-Recurrence-0.16-2.src.rpm


--- NEW FILE perl-DateTime-Event-Recurrence.spec ---
Name:           perl-DateTime-Event-Recurrence
Version:        0.16
Release:        2%{?dist}
Summary:        DateTime::Set extension for create basic recurrence sets
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DateTime-Event-Recurrence/
Source0:        http://www.cpan.org/authors/id/F/FG/FGLOCK/DateTime-Event-Recurrence-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(DateTime) >= 0.27
BuildRequires:  perl(DateTime::Set) >= 0.17
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module provides convenience methods that let you easily create
DateTime::Set objects for various recurrences, such as "once a month" or
"every day". You can also create more complicated recurrences, such as
"every Monday, Wednesday and Thursday at 10:00 AM and 2:00 PM".

%prep
%setup -q -n DateTime-Event-Recurrence-%{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 -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes CREDITS LICENSE README TODO
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.16-2
- Drop explicit versioned deps.

* Mon Jul 03 2006 Steven Pritchard <steve at kspei.com> 0.16-1
- Specfile autogenerated by cpanspec 1.66.
- Fix License.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Event-Recurrence/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jul 2006 16:45:29 -0000	1.1
+++ .cvsignore	8 Jul 2006 16:45:54 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Event-Recurrence-0.16.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Event-Recurrence/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jul 2006 16:45:29 -0000	1.1
+++ sources	8 Jul 2006 16:45:54 -0000	1.2
@@ -0,0 +1 @@
+9a08830b081a93619f4a8564063e3bf0  DateTime-Event-Recurrence-0.16.tar.gz




More information about the fedora-extras-commits mailing list