perl-Date-Manip/perl-Date-Manip.spec

86 lines
2.7 KiB
RPMSpec
Raw Normal View History

#
# spec file for package perl-Date-Manip (Version 6.05)
#
# Copyright (c) 2010 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-Date-Manip
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary: Date Manipulation Routines
Version: 6.05
Release: 1
License: Artistic
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Date-Manip
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl >= 5.10
BuildRequires: perl-macros
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(YAML::Syck)
Requires: perl = %{perl_version}
Requires: perl(YAML::Syck)
Obsoletes: perl-DateManip < %{version}
Provides: %{cpan_name} DateManip perl-DateManip = %{version}
%description
Date::Manip is a series of modules designed to make any common date/time
manipulation easy to do. Operations such as comparing two times,
calculating a time a given amount of time from another, or parsing
international times are all easily done. From the very beginning, the
main focus of Date::Manip has been to be able to do ANY desired
date/time operation easily, not necessarily quickly. Also, it is
definitely oriented towards the type of operations we (as people) tend
to think of rather than those operations used routinely by computers.
There are other modules that can do a subset of the operations available
in Date::Manip much quicker than those presented here, so be sure to
read the section SHOULD I USE DATE::MANIP in the Date::Manip::Misc
document before deciding which of the Date and Time modules from CPAN is
for you.
Authors:
--------
Sullivan Beck <sbeck@cpan.org>
%prep
%setup -q -n Date-Manip-%{version}
%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS"
%{__make} %{?jobs:-j %jobs}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files -f %{name}.files
%defattr(-, root, root)
%doc HISTORY LICENSE README*
%changelog