5067cd7
Name:           perl-Time-timegm
5067cd7
Version:        0.01
cafcded
Release:        3%{?dist}
5067cd7
Summary:        UTC version of mktime()
5067cd7
License:        GPL+ or Artistic
5067cd7
URL:            http://search.cpan.org/dist/Time-timegm/
5067cd7
Source0:        http://www.cpan.org/authors/id/P/PE/PEVANS/Time-timegm-%{version}.tar.gz
5067cd7
BuildRequires:  perl-devel
5067cd7
BuildRequires:  perl(Carp)
5067cd7
BuildRequires:  perl(constant)
5067cd7
BuildRequires:  perl(Exporter)
5067cd7
BuildRequires:  perl(ExtUtils::CChecker)
5067cd7
BuildRequires:  perl(Module::Build)
5067cd7
BuildRequires:  perl(POSIX)
5067cd7
BuildRequires:  perl(strict)
5067cd7
BuildRequires:  perl(Test::More)
5067cd7
BuildRequires:  perl(warnings)
5067cd7
BuildRequires:  perl(XSLoader)
5067cd7
Requires:       perl(XSLoader)
5067cd7
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
5067cd7
5067cd7
%description
5067cd7
The POSIX standard provides three functions for converting between integer
5067cd7
epoch values and 6-component "broken-down" time representations. localtime
5067cd7
and gmtime convert an epoch into the 6 components of seconds, minutes,
5067cd7
hours, day of month, month and year, in either local timezone or UTC. The
5067cd7
mktime function converts a local broken-down time into an epoch value.
5067cd7
However, POSIX does not provide a UTC version of this.
5067cd7
5067cd7
%prep
5067cd7
%setup -qn Time-timegm-%{version}
5067cd7
5067cd7
%build
5067cd7
%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
5067cd7
./Build
5067cd7
5067cd7
%install
5067cd7
./Build install destdir=%{buildroot} create_packlist=0
5067cd7
find %{buildroot} -type f -name '*.bs' -size 0 -delete -print
5067cd7
%{_fixperms} %{buildroot}/*
5067cd7
5067cd7
%check
5067cd7
./Build test
5067cd7
5067cd7
%files
5067cd7
%doc Changes LICENSE README
5067cd7
%{perl_vendorarch}/auto/*
5067cd7
%{perl_vendorarch}/Time*
5067cd7
%{_mandir}/man3/*
5067cd7
5067cd7
%changelog
cafcded
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.01-3
cafcded
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
cafcded
5067cd7
* Mon Jul 14 2014 Christopher Meng <rpm@cicku.me> - 0.01-2
5067cd7
- Add missing dependency XSLoader
5067cd7
5067cd7
* Fri Jun 27 2014 Christopher Meng <rpm@cicku.me> - 0.01-1
5067cd7
- Initial Package.