auto-import perl-Time-Piece-MySQL-0.05-2 on branch devel from

perl-Time-Piece-MySQL-0.05-2.src.rpm
epel9
Chris Grau 20 years ago
parent 80451fc7ae
commit ad183f039e

@ -0,0 +1 @@
Time-Piece-MySQL-0.05.tar.gz

@ -0,0 +1,64 @@
Name: perl-Time-Piece-MySQL
Version: 0.05
Release: 2%{?dist}
Summary: MySQL-specific methods for Time::Piece
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Time-Piece-MySQL/
Source0: http://search.cpan.org/CPAN/authors/id/K/KA/KASEI/Time-Piece-MySQL-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(Time::Piece) >= 1.03
BuildRequires: perl(Test::More) >= 0.47
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(Time::Piece) >= 1.03
%description
The Time::Piece::MySQL module can be used instead of, or in addition to,
Time::Piece to add MySQL-specific date-time methods to Time::Piece objects.
%prep
%setup -q -n Time-Piece-MySQL-%{version}
perldoc -t perlartistic > Artistic
perldoc -t perlgpl > COPYING
%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 -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w $RPM_BUILD_ROOT/*
%check
make test
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Artistic COPYING Changes README
%{perl_vendorlib}/Time/
%{_mandir}/man3/*.3*
%changelog
* Wed Aug 24 2005 Chris Grau <chris@chrisgrau.com> 0.05-2
- Removed redundant perl BR.
- Added license texts.
- Fixed directory ownership (perl-Time-Piece doesn't really own those dirs).
* Tue Aug 23 2005 Chris Grau <chris@chrisgrau.com> 0.05-1
- Initial build.

@ -0,0 +1 @@
59eb18c952f61cf2481c38c0f43c37c8 Time-Piece-MySQL-0.05.tar.gz
Loading…
Cancel
Save