rpms/perl-DateTime-Format-ICal/devel perl-DateTime-Format-ICal.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 21:27:56 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-DateTime-Format-ICal/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20794/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-DateTime-Format-ICal.spec 
Log Message:
auto-import perl-DateTime-Format-ICal-0.08-2 on branch devel from perl-DateTime-Format-ICal-0.08-2.src.rpm


--- NEW FILE perl-DateTime-Format-ICal.spec ---
Name:           perl-DateTime-Format-ICal
Version:        0.08
Release:        2%{?dist}
Summary:        Parse and format iCal datetime and duration strings
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/DateTime-Format-ICal/
Source0:        http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-ICal-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(DateTime) >= 0.17
BuildRequires:  perl(DateTime::Event::ICal) >= 0.03
BuildRequires:  perl(DateTime::Set) >= 0.1
BuildRequires:  perl(DateTime::TimeZone) >= 0.22
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Params::Validate) >= 0.59
Requires:       perl(DateTime::Set) >= 0.1
Requires:       perl(DateTime::TimeZone) >= 0.22
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
This module understands the ICal date/time and duration formats, as defined
in RFC 2445. It can be used to parse these formats in order to create the
appropriate objects.

%prep
%setup -q -n DateTime-Format-ICal-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf $RPM_BUILD_ROOT

./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;

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

%check
./Build test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Sat Jul 08 2006 Steven Pritchard <steve at kspei.com> 0.08-2
- Remove redundant explicit dependencies.

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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ICal/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Jul 2006 21:27:27 -0000	1.1
+++ .cvsignore	8 Jul 2006 21:27:55 -0000	1.2
@@ -0,0 +1 @@
+DateTime-Format-ICal-0.08.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-DateTime-Format-ICal/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Jul 2006 21:27:27 -0000	1.1
+++ sources	8 Jul 2006 21:27:55 -0000	1.2
@@ -0,0 +1 @@
+b0be692f3a84f2a7f73a39220ec69a52  DateTime-Format-ICal-0.08.tar.gz




More information about the fedora-extras-commits mailing list