You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
4.2 KiB
103 lines
4.2 KiB
## |
|
## perl-time.spec -- OpenPKG RPM Specification |
|
## Copyright (c) 2000-2004 The OpenPKG Project <http://www.openpkg.org/> |
|
## Copyright (c) 2000-2004 Ralf S. Engelschall <rse@engelschall.com> |
|
## Copyright (c) 2000-2004 Cable & Wireless <http://www.cw.com/> |
|
## |
|
## Permission to use, copy, modify, and distribute this software for |
|
## any purpose with or without fee is hereby granted, provided that |
|
## the above copyright notice and this permission notice appear in all |
|
## copies. |
|
## |
|
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED |
|
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
|
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
|
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR |
|
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF |
|
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
|
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT |
|
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
## SUCH DAMAGE. |
|
## |
|
|
|
# versions of individual parts |
|
%define V_time_date 1.1301 |
|
%define V_time_hires 1.38 |
|
%define V_date_manip 5.42a |
|
%define V_date_calc 5.3 |
|
%define V_class_date 1.1.7 |
|
%define V_benchmark_timer 0.5 |
|
%define V_benchmark_timer 0.5 |
|
%define V_time_modules 2003.1126 |
|
|
|
# package information |
|
Name: perl-time |
|
Summary: Perl Modules for Date/Time Handling |
|
URL: http://www.cpan.org/ |
|
Vendor: Perl Community |
|
Packager: The OpenPKG Project |
|
Distribution: OpenPKG [BASE] |
|
Group: Language |
|
License: GPL/Artistic |
|
Version: 20040126 |
|
Release: 20040126 |
|
|
|
# list of sources |
|
Source0: http://www.cpan.org/modules/by-module/Date/TimeDate-%{V_time_date}.tar.gz |
|
Source1: http://www.cpan.org/modules/by-module/Time/Time-HiRes-%{V_time_hires}.tar.gz |
|
Source2: http://www.cpan.org/modules/by-module/Date/DateManip-%{V_date_manip}.tar.gz |
|
Source3: http://www.cpan.org/modules/by-module/Date/Date-Calc-%{V_date_calc}.tar.gz |
|
Source4: http://hacks.dlux.hu/Class-Date/download/Class-Date-%{V_class_date}.tar.gz |
|
Source5: http://www.cpan.org/authors/id/A/AN/ANDREWHO/Benchmark-Timer-%{V_benchmark_timer}.tar.gz |
|
Source6: http://www.cpan.org/modules/by-authors/id/MUIR/modules/Time-modules-%{V_time_modules}.tar.gz |
|
|
|
# build information |
|
Prefix: %{l_prefix} |
|
BuildRoot: %{l_buildroot} |
|
BuildPreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg >= 20040126, perl-ds |
|
PreReq: OpenPKG, openpkg >= 20020206, perl, perl-openpkg >= 20040126, perl-ds |
|
AutoReq: no |
|
AutoReqProv: no |
|
|
|
%description |
|
Various Perl modules for Date and Time handling: |
|
- Time::Date (%{V_time_date}) |
|
- Time::HiRes (%{V_time_hires}) |
|
- Date::Manip (%{V_date_manip}) |
|
- Date::Calc (%{V_date_calc}) |
|
- Class::Date (%{V_class_date}) |
|
- Benchmark::Timer (%{V_benchmark_timer}) |
|
- Time::Modules (%{V_time_modules}) |
|
|
|
%prep |
|
%setup0 -q -c |
|
%setup1 -q -T -D -a 1 |
|
%setup2 -q -T -D -a 2 |
|
%setup3 -q -T -D -a 3 |
|
%setup4 -q -T -D -a 4 |
|
%setup5 -q -T -D -a 5 |
|
%setup6 -q -T -D -a 6 |
|
|
|
%build |
|
|
|
%install |
|
%{l_prefix}/bin/perl-openpkg prepare |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE0} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE1} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE2} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE3} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE4} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE5} configure build install |
|
%{l_prefix}/bin/perl-openpkg -d %{SOURCE6} configure build install |
|
# FIXME: remove the Date::Calc conflict files |
|
%{l_prefix}/bin/perl-openpkg -F perl-openpkg-files fixate cleanup |
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} `cat perl-openpkg-files` |
|
|
|
%files -f files |
|
|
|
%clean |
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|