- Update to 0.22.

- Avoid creation of the debuginfo package (#209180).
- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch
    (http://rt.cpan.org/Public/Bug/Display.html?id=21854).
This commit is contained in:
Jose Pedro Oliveira 2006-10-03 20:00:07 +00:00
parent ceae77fb6f
commit abaf2a34c4
4 changed files with 13 additions and 18 deletions

View File

@ -1 +1 @@
Alien-wxWidgets-0.21.tar.gz
Alien-wxWidgets-0.22.tar.gz

View File

@ -1,12 +0,0 @@
diff -ruN Alien-wxWidgets-0.21-orig/inc/My/Build/Any_wx_config.pm Alien-wxWidgets-0.21/inc/My/Build/Any_wx_config.pm
--- Alien-wxWidgets-0.21-orig/inc/My/Build/Any_wx_config.pm 2006-08-27 16:21:49.000000000 +0100
+++ Alien-wxWidgets-0.21/inc/My/Build/Any_wx_config.pm 2006-10-01 02:27:40.000000000 +0100
@@ -116,7 +116,7 @@
}
my @paths = ( ( map { s/^-L//; $_ } grep { /^-L/ } split ' ', $libs ),
- qw(/usr/local/lib /usr/lib) );
+ qw(/usr/local/lib /usr/lib /usr/lib64) );
foreach ( split /\s+/, $libs ) {
m{^-[lL]|/} && do { $config{link_libraries} .= " $_"; next; };

View File

@ -1,21 +1,23 @@
Name: perl-Alien-wxWidgets
Version: 0.21
Release: 3%{?dist}
Version: 0.22
Release: 1%{?dist}
Summary: Building, finding and using wxWidgets binaries
Group: Development/Libraries
License: GPL or Artistic
URL: http://search.cpan.org/dist/Alien-wxWidgets/
Source0: http://www.cpan.org/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
Patch0: Alien-wxWidgets-0.21-Any_wx_config.pm.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: wxGTK-devel
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Pluggable)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%define debug_package %{nil}
%description
"Alien::wxWidgets" can be used to detect and get configuration
settings from an installed wxWidgets.
@ -23,7 +25,6 @@ settings from an installed wxWidgets.
%prep
%setup -q -n Alien-wxWidgets-%{version}
%patch0 -p1
%build
@ -53,6 +54,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Oct 3 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.22-1
- Update to 0.22.
- Avoid creation of the debuginfo package (#209180).
- Dropped patch Alien-wxWidgets-0.21-Any_wx_config.pm.patch
(http://rt.cpan.org/Public/Bug/Display.html?id=21854).
* Sun Oct 1 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.21-3
- Patch to add /usr/lib64 to the library search path.

View File

@ -1 +1 @@
6975385d6e4d4d58c5d589c2a7077d23 Alien-wxWidgets-0.21.tar.gz
98de414f8d378170ede6cf96a0e2f73e Alien-wxWidgets-0.22.tar.gz