2007-01-15 23:32:03 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package perl-Time-modules (Version 2006.0814)
|
|
|
|
|
#
|
2009-06-17 22:16:26 +00:00
|
|
|
# Copyright (c) 2009 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
|
2009-06-17 22:16:26 +00:00
|
|
|
Release: 124
|
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/
|
|
|
|
|
License: Any permissive
|
2007-01-15 23:32:03 +00:00
|
|
|
Summary: Various Perl time modules
|
|
|
|
|
Source: Time-modules-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Perl modules providing various time functions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
|
--------
|
|
|
|
|
David Muir Sharnoff <muir@idiom.com>
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -n Time-modules-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
perl Makefile.PL
|
|
|
|
|
make
|
|
|
|
|
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
|
|
|
|
|
* Wed Sep 13 2006 anicka@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- update to 2006.0814
|
|
|
|
|
* A bugfix for negative offsets that overflowed
|
|
|
|
|
* Add a few more timezones
|
|
|
|
|
* Recognize fractional times counts like "1.5 minutes ago"
|
|
|
|
|
* Recognize Dow "before last"
|
|
|
|
|
* Change various __DATA__ to __END__
|
2009-06-17 22:16:26 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-15 23:32:03 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-17 22:16:26 +00:00
|
|
|
* Thu Feb 26 2004 mjancar@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- update to 2003.1126
|
2009-06-17 22:16:26 +00:00
|
|
|
* Sun Jan 11 2004 adrian@suse.de
|
2007-01-15 23:32:03 +00:00
|
|
|
- build as user
|
2009-06-17 22:16:26 +00:00
|
|
|
* Fri Aug 22 2003 mjancar@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- require the perl version we build with
|
2009-06-17 22:16:26 +00:00
|
|
|
* Thu Jul 24 2003 mjancar@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- update to 2003.0211
|
2009-06-17 22:16:26 +00:00
|
|
|
* Tue Jul 15 2003 mjancar@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- adapt to perl-5.8.1
|
|
|
|
|
- use %%perl_process_packlist
|
2009-06-17 22:16:26 +00:00
|
|
|
* Tue May 20 2003 mjancar@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- remove unpackaged files
|
2009-06-17 22:16:26 +00:00
|
|
|
* Fri Dec 27 2002 prehak@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- updated to version 2002.1001
|
2009-06-17 22:16:26 +00:00
|
|
|
* Tue Jul 02 2002 mls@suse.de
|
2007-01-15 23:32:03 +00:00
|
|
|
- remove race in .packlist generation
|
2009-06-17 22:16:26 +00:00
|
|
|
* Fri Jun 28 2002 prehak@suse.cz
|
2007-01-15 23:32:03 +00:00
|
|
|
- new package perl-Time-modules version 101.062101
|