rpms/perl-Wx/F-9 perl-Wx.spec,1.23,1.24 sources,1.18,1.19

Tom Callaway spot at fedoraproject.org
Mon Dec 8 20:49:13 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/perl-Wx/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27344/F-9

Modified Files:
	perl-Wx.spec sources 
Log Message:
update to 0.89


Index: perl-Wx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Wx/F-9/perl-Wx.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- perl-Wx.spec	4 Mar 2008 21:23:16 -0000	1.23
+++ perl-Wx.spec	8 Dec 2008 20:48:42 -0000	1.24
@@ -5,7 +5,7 @@
 #
 
 Name:           perl-Wx
-Version:        0.81
+Version:        0.89
 Release:        1%{?dist}
 Summary:        Interface to the wxWidgets cross-platform GUI toolkit
 
@@ -17,7 +17,10 @@
 
 BuildRequires:  wxGTK-devel
 BuildRequires:  perl(Alien::wxWidgets) >= 0.25
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.21
 BuildRequires:  perl(Module::Info)
+BuildRequires:  perl(Test::More), perl(Test::Harness)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(YAML) >= 0.35
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -55,7 +58,7 @@
 chmod +x %{__perl_requires}
 
 %build
-%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL --wx-unicode --wx-version=`wx-config --version | cut -d . -f 1-2` --wx-toolkit=gtk2 INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
 
@@ -79,7 +82,7 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README.txt docs/todo.txt wxpl.ico wxpl.xpm
-%doc run samples/
+%doc samples/
 %{_bindir}/*
 %{perl_vendorarch}/Wx*
 %{perl_vendorarch}/auto/Wx/
@@ -88,6 +91,9 @@
 
 
 %changelog
+* Mon Dec  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.89-1
+- 0.89
+
 * Tue Mar  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.81-1
 - 0.81
 - minor packaging cleanups


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Wx/F-9/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	4 Mar 2008 21:23:16 -0000	1.18
+++ sources	8 Dec 2008 20:48:42 -0000	1.19
@@ -1 +1 @@
-3b39d839f358380bb50c665b887b93a6  Wx-0.81.tar.gz
+6f7c8bb0bca7746feaff344770bf670b  Wx-0.89.tar.gz




More information about the Fedora-perl-devel-list mailing list