Name: perl-Date-ICal
Summary: ICalendar date objects
Version: 2.678
Release: 1
License: Artistic/GPL
Group: Applications/CPAN
URL: http://search.cpan.org/dist/Date-ICal/
Description: Date::ICal talks the ICal date format, and is intended to be a base
class for other date/calendar modules that know about ICal time format
also.
The build was succesful. The following RPMs were generated:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dries # Upstream: Rich Bowen <rbowen$rcbowen,com> %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib) %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name Date-ICal Summary: ICalendar date objects Name: perl-Date-ICal Version: 2.678 Release: 1%{?dist} License: Artistic/GPL Group: Applications/CPAN URL: http://search.cpan.org/dist/Date-ICal/ Source: http://www.cpan.org/modules/by-module/Date/Date-ICal-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) %description Date::ICal talks the ICal date format, and is intended to be a base class for other date/calendar modules that know about ICal time format also. %prep %setup -n %{real_name}-%{version} %build %{__perl} Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" %{__make} %{?_smp_mflags} %install %{__rm} -rf %{buildroot} %{__make} pure_install ### Clean up buildroot find %{buildroot} -name .packlist -exec %{__rm} {} \; %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc Changes README %doc %{_mandir}/man3/* %{perl_vendorlib}/Date/ICal.pm %{perl_vendorlib}/Date/ICal %changelog * Fri Jul 29 2016 Dries Verachtert <dries.verachtert@dries.eu> - 2.678-1 - Updated to release 2.678. * Wed Mar 22 2006 Dries Verachtert <dries@ulyssis.org> - 1.72-1.2 - Rebuild for Fedora Core 5. * Sat Apr 9 2005 Dries Verachtert <dries@ulyssis.org> - 1.72-1 - Initial package.