Autobuild autoformatter for 69288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-Format-Builder?expand=0&rev=2
This commit is contained in:
parent
6c214fcca7
commit
fb20308e02
@ -1,28 +1,42 @@
|
||||
#
|
||||
# spec file for package perl-DateTime-Format-Builder
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
Name: perl-DateTime-Format-Builder
|
||||
|
||||
Name: perl-DateTime-Format-Builder
|
||||
%define cpan_name %( %{__sed} -e 's,perl-,,' <<< %{name} )
|
||||
Summary: Create DateTime parser classes and objects
|
||||
Url: http://search.cpan.org/perldoc?DateTime::Format::Builder
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
Version: 0.80
|
||||
Release: 1
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Strptime)
|
||||
BuildRequires: perl(Class::Factory::Util)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
Requires: perl(DateTime)
|
||||
Requires: perl(DateTime::Format::Strptime)
|
||||
Requires: perl(Class::Factory::Util)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Create DateTime parser classes and objects
|
||||
Url: http://search.cpan.org/perldoc?DateTime::Format::Builder
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
Version: 0.80
|
||||
Release: 1
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(DateTime)
|
||||
BuildRequires: perl(DateTime::Format::Strptime)
|
||||
BuildRequires: perl(Class::Factory::Util)
|
||||
BuildRequires: perl(Test::Pod)
|
||||
BuildRequires: perl(Test::Memory::Cycle)
|
||||
Requires: perl(DateTime)
|
||||
Requires: perl(DateTime::Format::Strptime)
|
||||
Requires: perl(Class::Factory::Util)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -64,4 +78,4 @@ rm -rf %{buildroot}
|
||||
%defattr(-, root, root)
|
||||
%doc Changes README MANIFEST
|
||||
|
||||
%changelog
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user