rpms/perl-Data-Visitor/devel .cvsignore, 1.2, 1.3 perl-Data-Visitor.spec, 1.2, 1.3 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sun Oct 21 19:47:42 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-Data-Visitor/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4629/devel

Modified Files:
	.cvsignore perl-Data-Visitor.spec sources 
Log Message:
* Sun Oct 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.09-1
- update to 0.09
- update license tag: GPL -> GPL+
- add t/ to doc
- back to good old Makefile.PL; Build.PL seems to have gone away



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	4 May 2007 03:32:22 -0000	1.2
+++ .cvsignore	21 Oct 2007 19:47:09 -0000	1.3
@@ -1 +1 @@
-Data-Visitor-0.05.tar.gz
+Data-Visitor-0.09.tar.gz


Index: perl-Data-Visitor.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/perl-Data-Visitor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Data-Visitor.spec	4 May 2007 03:33:10 -0000	1.2
+++ perl-Data-Visitor.spec	21 Oct 2007 19:47:09 -0000	1.3
@@ -1,21 +1,24 @@
 Name:           perl-Data-Visitor
-Version:        0.05
-Release:        2%{?dist}
+Version:        0.09
+Release:        1%{?dist}
 Summary:        Visitor style traversal of Perl data structures
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Data-Visitor/
 Source0:        http://www.cpan.org/authors/id/N/NU/NUFFIN/Data-Visitor-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
 BuildRequires:  perl >= 5.008
 BuildRequires:  perl(Class::Accessor)
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::MockObject) >= 1.04
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::use::ok)
 
+# not picked up automatically
 Requires:       perl(Class::Accessor)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
 This module is a simple visitor implementation for Perl values.
@@ -24,30 +27,37 @@
 %setup -q -n Data-Visitor-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor 
+make %{?_smp_mflags}
 
 %install
 rm -rf %{buildroot}
 
-./Build install destdir=%{buildroot} create_packlist=0
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
+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
-./Build test
+make test
 
 %clean
 rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes
+%doc Changes t/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Oct 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.09-1
+- update to 0.09
+- update license tag: GPL -> GPL+
+- add t/ to doc
+- back to good old Makefile.PL; Build.PL seems to have gone away
+
 * Thu May 03 2007 Chris Weyl <cweyl at alumni.drew.edu> 0.05-2
 - bump
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Data-Visitor/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	4 May 2007 03:32:22 -0000	1.2
+++ sources	21 Oct 2007 19:47:09 -0000	1.3
@@ -1 +1 @@
-d8b5c458439698187db0bfee672044ef  Data-Visitor-0.05.tar.gz
+4ec89069654793c2b848fffb70001fad  Data-Visitor-0.09.tar.gz




More information about the fedora-extras-commits mailing list