2004-09-09 10:19:29 +00:00
|
|
|
%define _use_internal_dependency_generator 0
|
|
|
|
|
2004-09-09 10:19:26 +00:00
|
|
|
Summary: A Perl module for time and date manipulation.
|
|
|
|
Name: perl-TimeDate
|
2004-09-09 10:21:21 +00:00
|
|
|
Version: 1.16
|
|
|
|
Epoch: 1
|
2005-03-31 09:28:45 +00:00
|
|
|
Release: 3
|
2004-09-09 10:19:26 +00:00
|
|
|
License: distributable
|
|
|
|
Group: Applications/CPAN
|
|
|
|
Source0: TimeDate-%{version}.tar.gz
|
2004-09-09 10:21:21 +00:00
|
|
|
Url: http://search.cpan.org/search?query=timedate&mode=all
|
2004-09-09 10:19:26 +00:00
|
|
|
BuildRoot: %{_tmppath}/perl-TimeDate-buildroot/
|
|
|
|
BuildRequires: perl >= 0:5.00503
|
|
|
|
Requires: perl >= 0:5.00503
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
This module includes a number of smaller modules suited for
|
|
|
|
manipulation of time and date strings with Perl. In particular, the
|
|
|
|
Date::Format and Date::Parse modules can display and read times and
|
|
|
|
dates in various formats, providing a more reliable interface to
|
|
|
|
textual representations of points in time.
|
|
|
|
|
|
|
|
# Provide perl-specific find-{provides,requires}.
|
|
|
|
%define __find_provides /usr/lib/rpm/find-provides.perl
|
|
|
|
%define __find_requires /usr/lib/rpm/find-requires.perl
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n TimeDate-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT/usr INSTALLDIRS=vendor
|
|
|
|
make
|
2004-09-09 10:21:21 +00:00
|
|
|
make test
|
2004-09-09 10:19:26 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install
|
|
|
|
|
2004-09-09 10:19:29 +00:00
|
|
|
find $RPM_BUILD_ROOT \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
|
|
|
|
|
2004-09-09 10:19:26 +00:00
|
|
|
find $RPM_BUILD_ROOT/usr -type f -print |
|
|
|
|
sed "s@^$RPM_BUILD_ROOT@@g" |
|
|
|
|
grep -v perllocal.pod |
|
|
|
|
grep -v "\.packlist" > TimeDate-%{version}-filelist
|
|
|
|
if [ "$(cat TimeDate-%{version}-filelist)X" = "X" ] ; then
|
|
|
|
echo "ERROR: EMPTY FILE LIST"
|
|
|
|
exit -1
|
|
|
|
fi
|
|
|
|
|
|
|
|
%files -f TimeDate-%{version}-filelist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2005-03-31 09:28:45 +00:00
|
|
|
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
|
|
|
|
- remove brp-compress
|
|
|
|
|
2004-09-22 14:21:35 +00:00
|
|
|
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 1:1.16-2
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 10:21:21 +00:00
|
|
|
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1:1.16-1
|
|
|
|
- update to 1.16, bump epoch since previous version was 1.1301
|
|
|
|
|
2004-09-09 10:19:26 +00:00
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@redhat.com>
|
|
|
|
- automated release bump and build
|
|
|
|
|
|
|
|
* Tue Aug 6 2002 Chip Turner <cturner@localhost.localdomain>
|
|
|
|
- update to 1.301
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Oct 24 2001 root <root@redhat.com>
|
|
|
|
- Spec file was autogenerated.
|