rpms/perl-Devel-Caller-IgnoreNamespaces/F-11 import.log, NONE, 1.1 perl-Devel-Caller-IgnoreNamespaces.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Emmanuel Seyman eseyman at fedoraproject.org
Mon Mar 15 23:03:16 UTC 2010


Author: eseyman

Update of /cvs/pkgs/rpms/perl-Devel-Caller-IgnoreNamespaces/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30660/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log perl-Devel-Caller-IgnoreNamespaces.spec 
Log Message:
Initial import.


--- NEW FILE import.log ---
perl-Devel-Caller-IgnoreNamespaces-1_0-2_fc12:F-11:perl-Devel-Caller-IgnoreNamespaces-1.0-2.fc12.src.rpm:1268694118


--- NEW FILE perl-Devel-Caller-IgnoreNamespaces.spec ---
Name:           perl-Devel-Caller-IgnoreNamespaces
Version:        1.0
Release:        2%{?dist}
Summary:        Make available a function which can ignore name-spaces that you tell it about
License:        GPLv2 or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Devel-Caller-IgnoreNamespaces/
Source0:        http://www.cpan.org/authors/id/D/DC/DCANTRELL/Devel-Caller-IgnoreNamespaces-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
BuildRequires:  perl(Test::Pod)
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

%{?perl_default_filter}

%description
If your module should be ignored by caller(), just like Hook::LexWrap is
by its magic caller(), then call this module's register() subroutine
with its name.

%prep
%setup -q -n Devel-Caller-IgnoreNamespaces-%{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
make test

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ARTISTIC.txt CHANGES GPL2.txt README
%{perl_vendorlib}/*
%{_mandir}/man3/*

%changelog
* Sat Mar 13 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.0-2
- Add perl(Test::More) and perl(Test::Pod) to BuildRequires.

* Sat Mar 13 2010 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> 1.0-1
- Specfile autogenerated by cpanspec 1.78.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-Caller-IgnoreNamespaces/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	15 Mar 2010 22:09:31 -0000	1.1
+++ .cvsignore	15 Mar 2010 23:03:15 -0000	1.2
@@ -0,0 +1 @@
+Devel-Caller-IgnoreNamespaces-1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Devel-Caller-IgnoreNamespaces/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	15 Mar 2010 22:09:32 -0000	1.1
+++ sources	15 Mar 2010 23:03:15 -0000	1.2
@@ -0,0 +1 @@
+e49c149f5b0052bc18c26cc2c9b67d9e  Devel-Caller-IgnoreNamespaces-1.0.tar.gz




More information about the perl-devel mailing list