rpms/perl-Term-ProgressBar/devel perl-Term-ProgressBar.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Sep 20 00:09:00 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-Term-ProgressBar/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29857/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Term-ProgressBar.spec 
Log Message:
auto-import perl-Term-ProgressBar-2.09-1.fc5 on branch devel from perl-Term-ProgressBar-2.09-1.fc5.src.rpm


--- NEW FILE perl-Term-ProgressBar.spec ---
# Note:  The signature check for this perl dist. is disabled by default, as ir
# requires network access and would thus fail in the buildsys' mock
# environments.  To build locally while enabling the test, either:
#
#   rpmbuild ... --define '_with_network_tests 1' ...
#   rpmbuild ... --with network_tests ...
#   define _with_network_tests 1 in your ~/.rpmmacros
#
# Note that right now, the only way to run tests locally from a cvs sandbox
# "make noarch" type scenario is the third one.

Name:           perl-Term-ProgressBar
Version:        2.09
Release:        1%{?dist}
Summary:        Provide a progress meter on a standard terminal
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Term-ProgressBar/
Source0:        http://www.cpan.org/authors/id/F/FL/FLUFFY/Term-ProgressBar-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl(Class::MethodMaker) >= 1.02
BuildRequires:  perl(Module::Build)
BuildRequires:  perl(Term::ReadKey) >= 2.14

%{?_with_network_tests:BuildRequires: perl(Module::Signature) }

## cpanspec generated -- left for informational purposes...
#Requires:       perl(Class::MethodMaker) >= 1.02
#Requires:       perl(Term::ReadKey) >= 2.14

Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
Term::ProgressBar provides a simple progress bar on the terminal, to let
the user know that something is happening, roughly how much stuff has been
done, and maybe an estimate at how long remains.

%prep
%setup -q -n Term-ProgressBar-%{version}

%build
%{__perl} Build.PL installdirs=vendor
./Build

%install
rm -rf %{buildroot}

./Build install destdir=%{buildroot} create_packlist=0
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
# nix signature check if we're not building with network tests...
%{!?_with_network_tests: rm t/0-signature.t }

# if we are, get rid of files not in MANIFEST
%{?_with_network_tests: rm debug*.list }

./Build test

%clean
rm -rf %{buildroot}

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

%changelog
* Sat Sep 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 2.09-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Term-ProgressBar/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Sep 2006 00:08:51 -0000	1.1
+++ .cvsignore	20 Sep 2006 00:09:00 -0000	1.2
@@ -0,0 +1 @@
+Term-ProgressBar-2.09.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Term-ProgressBar/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Sep 2006 00:08:51 -0000	1.1
+++ sources	20 Sep 2006 00:09:00 -0000	1.2
@@ -0,0 +1 @@
+440dfd04fe51a12d314e9adf2445f04a  Term-ProgressBar-2.09.tar.gz




More information about the fedora-extras-commits mailing list