From 17534a7e124f50eb6123c94323a0aa1cd59a194f Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:19:26 +0000 Subject: [PATCH] auto-import changelog data from perl-TimeDate-1.1301-2.src.rpm Tue Aug 06 2002 Chip Turner - automated release bump and build Tue Aug 06 2002 Chip Turner - update to 1.301 --- .cvsignore | 2 +- perl-TimeDate.spec | 64 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 2 +- 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 perl-TimeDate.spec diff --git a/.cvsignore b/.cvsignore index b38e7a9..56c6cc4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -TimeDate-1.10.tar.gz +TimeDate-1.1301.tar.gz diff --git a/perl-TimeDate.spec b/perl-TimeDate.spec new file mode 100644 index 0000000..597bdd0 --- /dev/null +++ b/perl-TimeDate.spec @@ -0,0 +1,64 @@ +Summary: A Perl module for time and date manipulation. +Name: perl-TimeDate +Version: 1.1301 +Release: 2 +License: distributable +Group: Applications/CPAN +Source0: TimeDate-%{version}.tar.gz +Url: http://www.cpan.org +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 + +%clean +rm -rf $RPM_BUILD_ROOT + +%install +rm -rf $RPM_BUILD_ROOT +make install + +[ -x /usr/lib/rpm/brp-compress ] && /usr/lib/rpm/brp-compress + +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 +* Tue Aug 6 2002 Chip Turner +- automated release bump and build + +* Tue Aug 6 2002 Chip Turner +- update to 1.301 + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Oct 24 2001 root +- Spec file was autogenerated. diff --git a/sources b/sources index 953020c..e5d1e66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -59c57fb3494c18dd8d6e0252a41564b9 TimeDate-1.10.tar.gz +aae3bca98d9d8603e4993427e1466532 TimeDate-1.1301.tar.gz