SPECS: perl-Class-Accessor-Grouped.spec (NEW), perl-DateTime-Forma...

radek radek at pld-linux.org
Thu Mar 29 19:36:39 CEST 2007


Author: radek                        Date: Thu Mar 29 17:36:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   perl-Class-Accessor-Grouped.spec (NONE -> 1.1)  (NEW), perl-DateTime-Format-Builder.spec (NONE -> 1.1)  (NEW), perl-DateTime-Format-MySQL.spec (NONE -> 1.1)  (NEW), perl-DBIx-Class-TimeStamp.spec (NONE -> 1.1)  (NEW), perl-Time-Warp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/perl-Class-Accessor-Grouped.spec
diff -u /dev/null SPECS/perl-Class-Accessor-Grouped.spec:1.1
--- /dev/null	Thu Mar 29 19:36:38 2007
+++ SPECS/perl-Class-Accessor-Grouped.spec	Thu Mar 29 19:36:32 2007
@@ -0,0 +1,65 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Class
+%define	pnam	Accessor-Grouped
+Summary:	Class::Accessor::Grouped - Lets you build groups of accessors
+#Summary(pl.UTF-8):	
+Name:		perl-Class-Accessor-Grouped
+Version:	0.03
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/C/CL/CLACO/Class-Accessor-Grouped-0.03.tar.gz
+# Source0-md5:	5e40321f39954b9a4d7f3c8ae6f53d9f
+URL:		http://search.cpan.org/dist/Class-Accessor-Grouped/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This class lets you build groups of accessors that will call different
+getters and setters.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/Class/Accessor/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/29 17:36:32  radek
+- new
+

================================================================
Index: SPECS/perl-DateTime-Format-Builder.spec
diff -u /dev/null SPECS/perl-DateTime-Format-Builder.spec:1.1
--- /dev/null	Thu Mar 29 19:36:39 2007
+++ SPECS/perl-DateTime-Format-Builder.spec	Thu Mar 29 19:36:32 2007
@@ -0,0 +1,86 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	DateTime
+%define	pnam	Format-Builder
+Summary:	DateTime::Format::Builder - Create DateTime parser classes and objects.
+#Summary(pl.UTF-8):	
+Name:		perl-DateTime-Format-Builder
+Version:	0.7807
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.7807.tar.gz
+# Source0-md5:	4f6ee670cab944db0492e70ca8df3be3
+URL:		http://search.cpan.org/dist/DateTime-Format-Builder/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl(Class::Factory::Util) >= 1.6
+BuildRequires:	perl(DateTime) >= 0.12
+BuildRequires:	perl(DateTime::Format::Strptime) >= 1.04
+BuildRequires:	perl(Params::Validate) >= 0.72
+BuildRequires:	perl(Module::Build)
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+DateTime::Format::Builder creates DateTime parsers.
+Many string formats of dates and times are simple and just
+require a basic regular expression to extract the relevant
+information. Builder provides a simple way to do this
+without writing reams of structural code.
+
+Builder provides a number of methods, most of which you'll
+never need, or at least rarely need. They're provided more
+for exposing of the module's innards to any subclasses, or
+for when you need to do something slightly beyond what I
+expected.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+cp -a examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS Changes CREDITS INSTALL README
+%{perl_vendorlib}/DateTime/Format/*.pm
+%{perl_vendorlib}/DateTime/Format/Builder
+%{_mandir}/man3/*
+%{_examplesdir}/%{name}-%{version}
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/29 17:36:32  radek
+- new
+

================================================================
Index: SPECS/perl-DateTime-Format-MySQL.spec
diff -u /dev/null SPECS/perl-DateTime-Format-MySQL.spec:1.1
--- /dev/null	Thu Mar 29 19:36:39 2007
+++ SPECS/perl-DateTime-Format-MySQL.spec	Thu Mar 29 19:36:32 2007
@@ -0,0 +1,74 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	DateTime
+%define	pnam	Format-MySQL
+Summary:	DateTime::Format::MySQL - Parse and format MySQL dates and times
+#Summary(pl.UTF-8):	
+Name:		perl-DateTime-Format-MySQL
+Version:	0.04
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/D/DR/DROLSKY/DateTime-Format-MySQL-0.04.tar.gz
+# Source0-md5:	f52377ecdeb19055ae64037fb1ef530e
+URL:		http://search.cpan.org/dist/DateTime-Format-MySQL/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl(DateTime)
+BuildRequires:	perl(DateTime::Format::Builder) >= 0.6
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This module understands the formats used by MySQL for its DATE,
+DATETIME, TIME, and TIMESTAMP data types.  It can be used to parse
+these formats in order to create DateTime objects, and it can take a
+DateTime object and produce a string representing it in the MySQL
+format.
+
+
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Build.PL \
+	destdir=$RPM_BUILD_ROOT \
+	installdirs=vendor
+./Build
+
+%{?with_tests:./Build test}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+./Build install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README
+%{perl_vendorlib}/DateTime/Format/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/29 17:36:32  radek
+- new
+

================================================================
Index: SPECS/perl-DBIx-Class-TimeStamp.spec
diff -u /dev/null SPECS/perl-DBIx-Class-TimeStamp.spec:1.1
--- /dev/null	Thu Mar 29 19:36:39 2007
+++ SPECS/perl-DBIx-Class-TimeStamp.spec	Thu Mar 29 19:36:32 2007
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	DBIx
+%define	pnam	Class-TimeStamp
+Summary:	DBIx::Class::TimeStamp
+#Summary(pl.UTF-8):	
+Name:		perl-DBIx-Class-TimeStamp
+Version:	0.02
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/J/JS/JSHIRLEY/DBIx-Class-TimeStamp-0.02.tar.gz
+# Source0-md5:	7adea1a2b8dd9fb999a5b35c287ceba4
+URL:		http://search.cpan.org/dist/DBIx-Class-TimeStamp/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+%if %{with tests}
+BuildRequires:	perl(DBIx::Class)
+BuildRequires:	perl(DateTime)
+BuildRequires:	perl(Class::Accessor::Grouped)
+BuildRequires:	perl(DateTime::Format::MySQL)
+BuildRequires:	perl(Time::Warp)
+%endif
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Works in conjunction with InflateColumn::DateTime to automatically set update
+and create date and time based fields in a table.
+
+# %description -l pl.UTF-8
+# TODO
+
+%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}/DBIx/Class/*.pm
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/29 17:36:32  radek
+- new
+

================================================================
Index: SPECS/perl-Time-Warp.spec
diff -u /dev/null SPECS/perl-Time-Warp.spec:1.1
--- /dev/null	Thu Mar 29 19:36:39 2007
+++ SPECS/perl-Time-Warp.spec	Thu Mar 29 19:36:32 2007
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests		# do not perform "make test"
+#
+%include	/usr/lib/rpm/macros.perl
+%define	pdir	Time
+%define	pnam	Warp
+Summary:	Time::Warp - control over the flow of time
+#Summary(pl.UTF-8):	
+Name:		perl-Time-Warp
+Version:	0.5
+Release:	1
+# same as perl
+License:	GPL v1+ or Artistic
+Group:		Development/Languages/Perl
+Source0:	http://www.cpan.org/modules/by-authors/id/J/JP/JPRIT/Time-Warp-0.5.tar.gz
+# Source0-md5:	33652a9dfdc11366ddba95efe6432a51
+URL:		http://search.cpan.org/dist/Time-Warp/
+BuildRequires:	perl-devel >= 1:5.8.0
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Our external experience unfolds in 3 1/2 dimensions (time has a
+dimensionality of 1/2).  The Time::Warp module offers developers
+control over the measurement of time.
+
+# %description -l pl.UTF-8
+# TODO
+
+%prep
+%setup -q -n %{pdir}-%{pnam}-%{version}
+
+%build
+%{__perl} Makefile.PL \
+	INSTALLDIRS=vendor
+%{__make} \
+	OPTIMIZE="%{rpmcflags}"
+
+%{?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 README
+%{perl_vendorarch}/Time/*.pm
+%dir %{perl_vendorarch}/auto/Time/Warp
+%{perl_vendorarch}/auto/Time/Warp/*.bs
+%attr(755,root,root) %{perl_vendorarch}/auto/Time/Warp/*.so
+%{_mandir}/man3/*
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/03/29 17:36:32  radek
+- new
+
================================================================


More information about the pld-cvs-commit mailing list