rpms/perl-IO-Prompt/devel perl-IO-Prompt.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Jul 3 17:50:42 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-IO-Prompt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17842/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Prompt.spec 
Log Message:
auto-import perl-IO-Prompt-v0.99.4-0.1.fc5 on branch devel from perl-IO-Prompt-v0.99.4-0.1.fc5.src.rpm


--- NEW FILE perl-IO-Prompt.spec ---
Name:           perl-IO-Prompt
Version:        v0.99.4 
Release:        0.1%{?dist}
Summary:        Interactively prompt for user input

Group:    Development/Libraries
License:  Artistic or GPL
URL:      http://search.cpan.org/dist/IO-Prompt
Source0:  http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/IO-Prompt-%{version}.tar.gz

BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch
BuildRequires:  perl
BuildRequires:  perl(Test::More), perl(version), perl(IO::Handle)
BuildRequires:  perl(Term::ReadKey), perl(POSIX), perl(Want)
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)
Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
An object-oriented way to prompt for user input -- and control how the user is
prompted.


%prep
%setup -q -n IO-Prompt-%{version}

# exec + doc == bad
cd examples
chmod -x *
%{_fixperms} *

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


%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
chmod -R u+w %{buildroot}/*


%check
make test


%clean
rm -rf %{buildroot}


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


%changelog
* Thu Jun 29 2006 Chris Weyl <cweyl at alumni.drew.edu> v0.99.4-0.1
- added additional test modules as BR for better testing...

* Thu Jun 29 2006 Chris Weyl <cweyl at alumni.drew.edu> v0.99.4-0
- Initial spec file for F-E


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Prompt/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	3 Jul 2006 17:50:33 -0000	1.1
+++ .cvsignore	3 Jul 2006 17:50:42 -0000	1.2
@@ -0,0 +1 @@
+IO-Prompt-v0.99.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Prompt/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	3 Jul 2006 17:50:33 -0000	1.1
+++ sources	3 Jul 2006 17:50:42 -0000	1.2
@@ -0,0 +1 @@
+c62e369783af1f3dfe775e5d80686b61  IO-Prompt-v0.99.4.tar.gz




More information about the fedora-extras-commits mailing list