2007-01-15 23:32:03 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Time-modules (Version 2006.0814)
|
|
|
|
|
#
|
2010-01-12 12:01:46 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:32:03 +00:00
|
|
|
#
|
2009-06-17 22:16:26 +00:00
|
|
|
# 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.
|
|
|
|
|
|
2007-01-15 23:32:03 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
|
2009-06-17 22:16:26 +00:00
|
|
|
|
2007-01-15 23:32:03 +00:00
|
|
|
Name: perl-Time-modules
|
|
|
|
|
Version: 2006.0814
|
2010-10-20 13:21:29 +00:00
|
|
|
Release: 132
|
2007-01-15 23:32:03 +00:00
|
|
|
Requires: perl = %{perl_version}
|
2009-06-17 22:16:26 +00:00
|
|
|
AutoReqProv: on
|
2007-01-15 23:32:03 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2009-06-17 22:16:26 +00:00
|
|
|
Url: http://www.cpan.org/modules/by-module/Time/
|
2010-01-12 12:01:46 +00:00
|
|
|
License: PERMISSIVE-OSI-COMPLIANT
|
2007-01-15 23:32:03 +00:00
|
|
|
Summary: Various Perl time modules
|
|
|
|
|
Source: Time-modules-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-10-20 13:21:24 +00:00
|
|
|
BuildRequires: perl
|
2007-01-15 23:32:03 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Perl modules providing various time functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
David Muir Sharnoff <muir@idiom.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -n Time-modules-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL
|
2010-01-12 12:01:46 +00:00
|
|
|
make %{?_smp_mflags}
|
2007-01-15 23:32:03 +00:00
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
|
|
|
|
%perl_process_packlist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
|
|
|
|
%doc CHANGELOG README
|
|
|
|
|
%doc %{_mandir}/man?/*
|
|
|
|
|
%{perl_vendorlib}/Time/
|
|
|
|
|
%{perl_vendorarch}/auto/Time-modules/
|
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
|
2009-06-17 22:16:26 +00:00
|
|
|
%changelog
|