Author: arekm                        Date: Fri Aug  8 21:21:34 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   perl-Data-ICal.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Data-ICal.spec
diff -u /dev/null SPECS/perl-Data-ICal.spec:1.1
--- /dev/null   Fri Aug  8 23:21:34 2008
+++ SPECS/perl-Data-ICal.spec   Fri Aug  8 23:21:29 2008
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without tests           # do not perform "make test"
+#
+%include       /usr/lib/rpm/macros.perl
+%define        pdir    Data
+%define        pnam    ICal
+Summary:       Data::ICal.pm - Generates iCalendar (RFC 2445) calendar files
+Name:          perl-Data-ICal
+Version:       0.13
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
+Group:         Development/Languages/Perl
+Source0:       
http://search.cpan.org/CPAN/authors/id/J/JE/JESSE/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: 42496ff9b75108813b696ffbcffe5913
+URL:           http://search.cpan.org/dist/Data-ICal/
+BuildRequires: perl-Test-Simple
+BuildRequires: perl-Test-Warn
+BuildRequires: perl-Text-vFile-asData
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%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 %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes
+%{perl_vendorlib}/Data/ICal
+%{perl_vendorlib}/Data/*.pm
+%{_mandir}/man3/*
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008/08/08 21:21:29  arekm
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to