rpms/perl-Tree-Simple-VisitorFactory/FC-6 perl-Tree-Simple-VisitorFactory.spec, NONE, 1.1 sources, 1.1, 1.2

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Mon Apr 30 16:04:28 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Tree-Simple-VisitorFactory/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25367

Modified Files:
	sources 
Added Files:
	perl-Tree-Simple-VisitorFactory.spec 
Log Message:
pseudo-branch of perl-Tree-Simple-VisitorFactory to FC-6


--- NEW FILE perl-Tree-Simple-VisitorFactory.spec ---
Name:           perl-Tree-Simple-VisitorFactory
Version:        0.10
Release:        2%{?dist}
Summary:        Factory object for dispensing Visitor objects
License:        GPL or Artistic
Group:          Development/Libraries
URL:            http://search.cpan.org/dist/Tree-Simple-VisitorFactory/
Source0:        http://www.cpan.org/authors/id/S/ST/STEVAN/Tree-Simple-VisitorFactory-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:      noarch
Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))

# core
BuildRequires:  perl(ExtUtils::MakeMaker)
BuildRequires:  perl(Test::More)
# cpan
BuildRequires:  perl(Tree::Simple) >= 1.12
# testing
BuildRequires:  perl(Test::Exception) >= 0.15
BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage)

# "use base"
Requires:       perl(Tree::Simple::Visitor)

%description
This package contains a collection of Tree::Simple::Visitor::* objects,
and a factory for easily creating instances of them.

%prep
%setup -q -n Tree-Simple-VisitorFactory-%{version}

%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
make test

%clean
rm -rf %{buildroot}

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

%changelog
* Mon Apr 30 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.10-2
- bump

* Tue Apr 10 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.10-1
- Specfile autogenerated by cpanspec 1.70.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Tree-Simple-VisitorFactory/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	29 Apr 2007 22:26:04 -0000	1.1
+++ sources	30 Apr 2007 16:03:53 -0000	1.2
@@ -0,0 +1 @@
+ff7803a452e7fb188c71048cc2f69f6e  Tree-Simple-VisitorFactory-0.10.tar.gz




More information about the scm-commits mailing list