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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Wed Jul 25 16:40:39 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-Term-ReadPassword/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29946/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-Term-ReadPassword.spec 
Log Message:
Import.



--- NEW FILE perl-Term-ReadPassword.spec ---
Name:           perl-Term-ReadPassword
Version:        0.07
Release:        1%{?dist}
Summary:        Asking the user for a password
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Term-ReadPassword/
Source0:        http://www.cpan.org/authors/id/P/PH/PHOENIX/Term-ReadPassword-%{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
This module lets you ask the user for a password in the traditional way,
from the keyboard, without echoing.

%prep
%setup -q -n Term-ReadPassword-%{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
%{?_with_check:make test}

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Mon Jul 16 2007 Steven Pritchard <steve at kspei.com> 0.07-1
- Specfile autogenerated by cpanspec 1.71.
- Fix License.
- Disable interactive tests by default.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Term-ReadPassword/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Jul 2007 16:21:56 -0000	1.1
+++ .cvsignore	25 Jul 2007 16:40:06 -0000	1.2
@@ -0,0 +1 @@
+Term-ReadPassword-0.07.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Term-ReadPassword/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Jul 2007 16:21:56 -0000	1.1
+++ sources	25 Jul 2007 16:40:06 -0000	1.2
@@ -0,0 +1 @@
+cc1a611fbb6dfd4d6e96e54434bb20b8  Term-ReadPassword-0.07.tar.gz




More information about the scm-commits mailing list