diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5aeb24d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Time-Local-1.2300.tar.gz diff --git a/.rh-perl520-perl-Time-Local.metadata b/.rh-perl520-perl-Time-Local.metadata new file mode 100644 index 0000000..11e4f81 --- /dev/null +++ b/.rh-perl520-perl-Time-Local.metadata @@ -0,0 +1 @@ +1632bff3578cfdc8a23d3abed5ad205ef279fa23 SOURCES/Time-Local-1.2300.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Time-Local.spec b/SPECS/perl-Time-Local.spec new file mode 100644 index 0000000..b853988 --- /dev/null +++ b/SPECS/perl-Time-Local.spec @@ -0,0 +1,73 @@ +%{?scl:%scl_package perl-Time-Local} + +Name: %{?scl_prefix}perl-Time-Local +Version: 1.2300 +Release: 310%{?dist} +Summary: Efficiently compute time from local and GMT time +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Time-Local/ +Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/Time-Local-%{version}.tar.gz +BuildArch: noarch +BuildRequires: %{?scl_prefix}perl +BuildRequires: %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.30 +BuildRequires: %{?scl_prefix}perl(strict) +BuildRequires: %{?scl_prefix}perl(warnings) +# Run-time: +BuildRequires: %{?scl_prefix}perl(Carp) +BuildRequires: %{?scl_prefix}perl(Config) +BuildRequires: %{?scl_prefix}perl(constant) +BuildRequires: %{?scl_prefix}perl(Exporter) +BuildRequires: %{?scl_prefix}perl(vars) +# Tests: +BuildRequires: %{?scl_prefix}perl(Test::More) >= 0.88 +Requires: %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'})) + +%description +This module provides functions that are the inverse of built-in perl functions +localtime() and gmtime(). They accept a date as a six-element array, and +return the corresponding time(2) value in seconds since the system epoch +(Midnight, January 1, 1970 GMT on Unix, for example). This value can be +positive or negative, though POSIX only requires support for positive values, +so dates before the system's epoch may not work on all operating systems. + +%prep +%setup -q -n Time-Local-%{version} + +%build +%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor && make %{?_smp_mflags}%{?scl:'} + +%install +%{?scl:scl enable %{scl} '}make pure_install DESTDIR=$RPM_BUILD_ROOT%{?scl:'} +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +%{?scl:scl enable %{scl} '}make test%{?scl:'} + +%files +%doc Changes LICENSE README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Sep 03 2014 Jitka Plesnikova - 1.2300-310 +- Increase release to favour standalone package + +* Tue Aug 26 2014 Jitka Plesnikova - 1.2300-293 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.2300-292 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Aug 04 2013 Fedora Release Engineering - 1.2300-291 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 15 2013 Petr Pisar - 1.2300-290 +- Increase release to favour standalone package + +* Fri Jul 12 2013 Petr Pisar - 1.2300-2 +- Link minimal build-root packages against libperl.so explicitly + +* Fri Mar 15 2013 Petr Pisar 1.2300-1 +- Specfile autogenerated by cpanspec 1.78.