]> git.pld-linux.org Git - packages/perl-DateTime-Format-MySQL.git/commitdiff
- R: perl-DateTime-Format-Builder (not autodetected); release 2 auto/th/perl-DateTime-Format-MySQL-0.06-2
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Feb 2023 18:54:51 +0000 (19:54 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 3 Feb 2023 18:54:51 +0000 (19:54 +0100)
perl-DateTime-Format-MySQL.spec

index 254290e9fbb68a929854b68abdd27569b8e3626c..5db2d90115944b4465384cd5782ed9f3a187361d 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditional build:
-%bcond_without tests           # do not perform "make test"
+%bcond_without tests   # unit tests
 #
 %define        pdir    DateTime
 %define        pnam    Format-MySQL
@@ -8,11 +8,11 @@ Summary:      DateTime::Format::MySQL - Parse and format MySQL dates and times
 Summary(pl.UTF-8):     DateTime::Format::MySQL - analizowanie i formatowanie dat MySQL-a
 Name:          perl-DateTime-Format-MySQL
 Version:       0.06
-Release:       1
+Release:       2
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       http://www.cpan.org/modules/by-module/DateTime/%{pdir}-%{pnam}-%{version}.tar.gz
+Source0:       https://www.cpan.org/modules/by-module/DateTime/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 60b84516b5f29e0c639cd1a0f12333d2
 URL:           https://metacpan.org/release/DateTime-Format-MySQL
 BuildRequires: perl-Module-Build
@@ -21,8 +21,9 @@ BuildRequires:        rpm-perlprov >= 4.1-13
 BuildRequires: rpmbuild(macros) >= 1.745
 %if %{with tests}
 BuildRequires: perl-DateTime
-BuildRequires: perl-DateTime-Format-Builder >= 0.6
+BuildRequires: perl-DateTime-Format-Builder >= 0.60
 %endif
+Requires:      perl-DateTime-Format-Builder >= 0.60
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.161539 seconds and 4 git commands to generate.