rpms/perl-POE-API-Peek/devel perl-POE-API-Peek.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:10:10 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-API-Peek/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30090/devel

Modified Files:
	.cvsignore sources 
Added Files:
	perl-POE-API-Peek.spec 
Log Message:
auto-import perl-POE-API-Peek-1.06-1.fc5 on branch devel from perl-POE-API-Peek-1.06-1.fc5.src.rpm


--- NEW FILE perl-POE-API-Peek.spec ---
# Note:  The signature check for this perl dist. is disabled by default, as it
# 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-POE-API-Peek
Version:        1.06
Release:        1%{?dist}
Summary:        Peek into the internals of a running POE environment
License:        BSD
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/POE-API-Peek/
Source0:        http://www.cpan.org/authors/id/S/SU/SUNGO/POE-API-Peek-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch

BuildRequires:  perl >= 1:5.6.1
BuildRequires:  perl(Devel::Size)
BuildRequires:  perl(POE) >= 0.29

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

## cpanspec autogenerated -- retained for the curious
#Requires:       perl(Devel::Size)
#Requires:       perl(POE) >= 0.29

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

%description
POE::API::Peek extends the POE::Kernel interface to provide clean access to
Kernel internals in a cross-version compatible manner. Other calculated
data is also available.

%prep
%setup -q -n POE-API-Peek-%{version}

# do this now, as our next few lines with disturb the signed package
%{?_with_network_tests: perl t/000-signature.t}

# beat $VERSION into submission, for proper auto-provides
cd lib/POE/API
MODVER=$(echo `grep 'our $VERSION' Peek.pm` '; print $VERSION;' | perl)
sed -i -e "s/our \$VERSION = .*/our \$VERSION = $MODVER;/" Peek.pm

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
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} -depth -type d -exec rmdir {} 2>/dev/null \;

%{_fixperms} %{buildroot}/*

%check
# if we were going to do this, it'd be done already :)
rm t/000-signature.t

make test

%clean
rm -rf %{buildroot}

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

%changelog
* Sun Sep 10 2006 Chris Weyl <cweyl at alumni.drew.edu> 1.06-1
- Specfile autogenerated by cpanspec 1.69.1.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Sep 2006 00:10:01 -0000	1.1
+++ .cvsignore	20 Sep 2006 00:10:10 -0000	1.2
@@ -0,0 +1 @@
+POE-API-Peek-1.06.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-API-Peek/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	20 Sep 2006 00:10:01 -0000	1.1
+++ sources	20 Sep 2006 00:10:10 -0000	1.2
@@ -0,0 +1 @@
+2655a284b329ad8036ab4de3bbdd7f14  POE-API-Peek-1.06.tar.gz




More information about the fedora-extras-commits mailing list