rpms/perl-Data-ICal/F-9 perl-Data-ICal.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ralf Corsépius corsepiu at fedoraproject.org
Sat Aug 30 03:08:36 UTC 2008


Author: corsepiu

Update of /cvs/pkgs/rpms/perl-Data-ICal/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24958/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Data-ICal.spec 
Log Message:
* Tue Aug 26 2008 Ralf Corsépius <corsepiu at fedoraproject.org> 0.13-2
- Clean up up spec.
- Fedora submission.



--- NEW FILE perl-Data-ICal.spec ---
Name:           perl-Data-ICal
Version:        0.13
Release:        2%{?dist}
Summary:        Generates iCalendar (RFC 2445) calendar files
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Data-ICal/
Source0:        http://www.cpan.org/authors/id/J/JE/JESSE/Data-ICal-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(Class::Accessor)
BuildRequires:  perl(Class::ReturnValue)
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::LongString)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::NoWarnings)
BuildRequires:  perl(Test::Warn)
BuildRequires:  perl(Text::vFile::asData)

# rpm doesn't catch this
Requires:       perl(Class::Accessor)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
A Data::ICal object represents a VCALENDAR object as defined in the
iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in
many popular calendaring programs such as Apple's iCal.

%prep
%setup -q -n Data-ICal-%{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 Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Tue Aug 26 2008 Ralf Corsépius <corsepiu at fedoraproject.org> 0.13-2
- Clean up up spec.
- Fedora submission.

* Mon Aug 11 2008 Ralf Corsépius <corsepiu at fedoraproject.org> 0.13-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	29 Aug 2008 04:40:50 -0000	1.1
+++ .cvsignore	30 Aug 2008 03:08:05 -0000	1.2
@@ -0,0 +1 @@
+Data-ICal-0.13.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Data-ICal/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Aug 2008 04:40:50 -0000	1.1
+++ sources	30 Aug 2008 03:08:05 -0000	1.2
@@ -0,0 +1 @@
+42496ff9b75108813b696ffbcffe5913  Data-ICal-0.13.tar.gz




More information about the Fedora-perl-devel-list mailing list