forked from pool/perl-DateTime-Format-MySQL
update
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-MySQL?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
6076f79ab3
commit
70c430b2a5
21
cpanspec.yml
Normal file
21
cpanspec.yml
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: -
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -19,22 +19,20 @@
|
|||||||
Name: perl-DateTime-Format-MySQL
|
Name: perl-DateTime-Format-MySQL
|
||||||
Version: 0.05
|
Version: 0.05
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name DateTime-Format-MySQL
|
%define cpan_name DateTime-Format-MySQL
|
||||||
Summary: Parse and format MySQL dates and times
|
Summary: Parse and format MySQL dates and times
|
||||||
License: GPL-2.0+ or Artistic-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/DateTime-Format-MySQL/
|
Url: http://search.cpan.org/dist/DateTime-Format-MySQL/
|
||||||
Source: %{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/X/XM/XMIKEW/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(DateTime)
|
BuildRequires: perl(DateTime)
|
||||||
BuildRequires: perl(DateTime::Format::Builder) >= 0.6
|
BuildRequires: perl(DateTime::Format::Builder) >= 0.6
|
||||||
BuildRequires: perl(Module::Build) >= 0.42
|
BuildRequires: perl(Module::Build) >= 0.420000
|
||||||
# looks like requiring perl(Module::Build) alone is not enough, the resolver
|
|
||||||
# still uses the old, included version from Perl package instead in that case
|
|
||||||
BuildRequires: perl-Module-Build >= 0.42
|
|
||||||
Requires: perl(DateTime)
|
Requires: perl(DateTime)
|
||||||
Requires: perl(DateTime::Format::Builder) >= 0.6
|
Requires: perl(DateTime::Format::Builder) >= 0.6
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -59,11 +57,8 @@ produce a string representing it in the MySQL format.
|
|||||||
./Build install destdir=%{buildroot} create_packlist=0
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(644,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes LICENSE README
|
%doc Changes LICENSE README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user