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

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue May 23 02:04:38 UTC 2006


Author: steve

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

Modified Files:
	.cvsignore sources 
Added Files:
	perl-IO-Null.spec 
Log Message:
auto-import perl-IO-Null-1.01-1 on branch devel from perl-IO-Null-1.01-1.src.rpm


--- NEW FILE perl-IO-Null.spec ---
Name:           perl-IO-Null
Version:        1.01
Release:        1%{?dist}
Summary:        Class for null filehandles
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/IO-Null/
Source0:        http://www.cpan.org/authors/id/S/SB/SBURKE/IO-Null-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%description
IO::Null is a class for null filehandles.  Calling a constructor of
this class always succeeds, returning a new null filehandle.  Writing
to any object of this class is always a no-operation, and returns
true.  Reading from any object of this class is always no-operation,
and returns empty-string or empty-list, as appropriate.

%prep
%setup -q -n IO-Null-%{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 -type d -depth -exec rmdir {} 2>/dev/null \;

chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*

%check
make test

%clean
rm -rf $RPM_BUILD_ROOT

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

%changelog
* Thu Mar 09 2006 Steven Pritchard <steve at kspei.com> 1.01-1
- Specfile autogenerated.
- Improve description and Summary.
- Fix License.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Null/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	23 May 2006 02:04:03 -0000	1.1
+++ .cvsignore	23 May 2006 02:04:38 -0000	1.2
@@ -0,0 +1 @@
+IO-Null-1.01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-IO-Null/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	23 May 2006 02:04:03 -0000	1.1
+++ sources	23 May 2006 02:04:38 -0000	1.2
@@ -0,0 +1 @@
+54d6084398f8b4e7062660b9ccc835a8  IO-Null-1.01.tar.gz




More information about the fedora-extras-commits mailing list