rpms/perl-Time-Progress/F-10 perl-Time-Progress.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ian Burrell iburrell at fedoraproject.org
Mon Feb 9 05:53:52 UTC 2009


Author: iburrell

Update of /cvs/pkgs/rpms/perl-Time-Progress/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8811

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Time-Progress.spec 
Log Message:
copy from devel


--- NEW FILE perl-Time-Progress.spec ---
Name:           perl-Time-Progress
Version:        1.4
Release:        2%{?dist}
Summary:        Elapsed and estimated finish time reporting
License:        GPL+ or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Time-Progress/
Source0:        http://www.cpan.org/modules/by-module/Time/Time-Progress-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Perl module to report progress. Reports elapsed and estimated finish time.  Displays progress bar.

%prep
%setup -q -n Time-Progress-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT

make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT

find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Fri Feb  6 2009 Ian M. Burrell <ianburrell at gmail.com> - 1.4-2
- Fix license and description

* Thu Feb 05 2009 Ian Burrell <ianburrell at gmail.com> 1.4-1
- Specfile autogenerated by cpanspec 1.77.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Time-Progress/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	8 Feb 2009 22:13:25 -0000	1.1
+++ .cvsignore	9 Feb 2009 05:53:21 -0000	1.2
@@ -0,0 +1 @@
+Time-Progress-1.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Time-Progress/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	8 Feb 2009 22:13:25 -0000	1.1
+++ sources	9 Feb 2009 05:53:21 -0000	1.2
@@ -0,0 +1 @@
+235f99b97c1b60b17c717104a5683783  Time-Progress-1.4.tar.gz




More information about the Fedora-perl-devel-list mailing list