rpms/perl-Padre/F-10 switchOfCheck.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-Padre.spec, 1.2, 1.3 sources, 1.2, 1.3 Padre-removevsORLite.patch, 1.1, NONE

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Dec 18 12:12:26 UTC 2008


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-Padre/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10745

Modified Files:
	.cvsignore perl-Padre.spec sources 
Added Files:
	switchOfCheck.patch 
Removed Files:
	Padre-removevsORLite.patch 
Log Message:
* Thu Dec 18 2008 Marcela Mašláňová <mmaslano at redhat.com> 0.20-1
- update to 0.20, switch off check of Wx, because unset DISPLAY
     in rpmbuild. V0.21 wasn't package because same problem
     somewhere else in code.


switchOfCheck.patch:

--- NEW FILE switchOfCheck.patch ---
diff -up Padre-0.20/Build.PL.old Padre-0.20/Build.PL
--- Padre-0.20/Build.PL.old	2008-12-02 11:40:30.000000000 +0100
+++ Padre-0.20/Build.PL	2008-12-17 15:45:57.000000000 +0100
@@ -10,7 +10,7 @@ if ( not $Config{usethreads} ) {
 	exit 0;
 }
 
-check_wx_version();
+#check_wx_version();
 
 print <<"END_WARN";
 **********************************************************


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Oct 2008 10:51:49 -0000	1.2
+++ .cvsignore	18 Dec 2008 12:11:56 -0000	1.3
@@ -1,2 +1,3 @@
 Padre-0.10.tar.gz
 Padre.desktop
+Padre-0.20.tar.gz


Index: perl-Padre.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/perl-Padre.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Padre.spec	22 Oct 2008 12:16:28 -0000	1.2
+++ perl-Padre.spec	18 Dec 2008 12:11:56 -0000	1.3
@@ -1,19 +1,20 @@
 Name:           perl-Padre
-Version:        0.10
-Release:        5%{?dist}
+Version:        0.20
+Release:        1%{?dist}
 Summary:        Perl Application Development and Refactoring Environment
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Padre/
 Source0:        http://www.cpan.org/authors/id/S/SZ/SZABGAB/Padre-%{version}.tar.gz
 Source1:        Padre.desktop
-Patch0:         Padre-removevsORLite.patch
+Patch0:         switchOfCheck.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl >= 0:5.008
 BuildRequires:  perl(Class::Accessor)
 BuildRequires:  perl(DBD::SQLite)
 BuildRequires:  perl(File::Copy::Recursive)
+BuildRequires:  perl(File::Which)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(PAR) >= 0.970
 BuildRequires:  perl(Pod::Simple)
@@ -26,11 +27,14 @@
 Requires:       perl(Class::Accessor)
 Requires:       perl(DBD::SQLite)
 Requires:       perl(File::Copy::Recursive)
+Requires:       perl(File::ShareDir::PAR)
 Requires:       perl(PAR) >= 0.970
 Requires:       perl(Pod::Simple)
 Requires:       perl(PPI) >= 1.203
 Requires:       perl(Probe::Perl) >= 0.01
 Requires:       perl(Wx::Perl::Dialog)
+Requires:       perl(Module::Starter) >= 1.50
+Requires:       perl(Class::Adapter)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -40,7 +44,7 @@
 
 %prep
 %setup -q -n Padre-%{version}
-%patch0 -p1 -b .patch
+%patch0 -p1
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -77,6 +81,11 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 18 2008 Marcela Mašláňová <mmaslano at redhat.com> 0.20-1
+- update to 0.20, switch off check of Wx, because unset DISPLAY
+     in rpmbuild. V0.21 wasn't package because same problem
+     somewhere else in code.
+
 * Wed Oct 22 2008 Marcela Mašláňová <mmaslano at redhat.com> 0.10-5
 - rebuilt, padre couldn't find many libraries
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Padre/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Oct 2008 10:51:49 -0000	1.2
+++ sources	18 Dec 2008 12:11:56 -0000	1.3
@@ -1,2 +1,2 @@
-d036a33e475a962415e4ef9837c7a74e  Padre-0.10.tar.gz
 e9457439b1f0c929ab3141197294e061  Padre.desktop
+cd91f198508d1756c9cf32736a40f58e  Padre-0.20.tar.gz


--- Padre-removevsORLite.patch DELETED ---




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