- updated to 0.65

0.65  Mon Mar 31 2014
     - Update default to wxWidgets 3.0.0
     - build on MacOSX Mavericks with Xcode 4.6.3
     - install builtins on wxMSW (used by some wxWidgets extensions)
 
 0.64  Sat Apr 13 2013
     - Build IPC on Windows
 
 0.63  Fri Oct 26 2012
     - Patches for wxGTK build fixing dir dialog issues
 
 0.62  Tue Oct 2 2012
     - Fix patching on MSWin when buildpaths have spaces.
     - Allow addition of user patch - --wxWidgets-userpatch
     - Expand README.txt
     - Another Mac OS X SDK change
 
 0.61  Fri Sep 21 2012
     - change default debug level for wxWidgets >= 2.9 to 1 ( was 0)
     - fix several incorrect wxWidgets version checks 
 
 0.60  Fri Aug 24 2012
     - allow building 2.9.4
     - correct SDKs for Mountain Lion
     - fixes for XCode 4.4
 
 0.59  Tue May 01 2012
     - Version sub modules to keep meta info users happy

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Alien-wxWidgets?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2014-06-08 11:24:24 +00:00 committed by Git OBS Bridge
parent b22779271d
commit 24a1100ab2
4 changed files with 63 additions and 44 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af0e7e3a4a5235b7e32966089330d49191180beea80bf80ea15a707a3366a864
size 673085

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4772a319d78cd3c933e90d7bd2f766cd57216c5234abdfd2c43a10ba83c8f40
size 669968

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Sun Jun 8 11:17:07 UTC 2014 - coolo@suse.com
- updated to 0.65
0.65 Mon Mar 31 2014
- Update default to wxWidgets 3.0.0
- build on MacOSX Mavericks with Xcode 4.6.3
- install builtins on wxMSW (used by some wxWidgets extensions)
0.64 Sat Apr 13 2013
- Build IPC on Windows
0.63 Fri Oct 26 2012
- Patches for wxGTK build fixing dir dialog issues
0.62 Tue Oct 2 2012
- Fix patching on MSWin when buildpaths have spaces.
- Allow addition of user patch - --wxWidgets-userpatch
- Expand README.txt
- Another Mac OS X SDK change
0.61 Fri Sep 21 2012
- change default debug level for wxWidgets >= 2.9 to 1 ( was 0)
- fix several incorrect wxWidgets version checks
0.60 Fri Aug 24 2012
- allow building 2.9.4
- correct SDKs for Mountain Lion
- fixes for XCode 4.4
0.59 Tue May 01 2012
- Version sub modules to keep meta info users happy
0.58 Thu Apr 12 2012
- WXWIN / WXDIR MSWin32 fix.
-------------------------------------------------------------------
Tue Apr 12 05:24:58 UTC 2011 - coolo@opensuse.org

View File

@ -1,8 +1,7 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Alien-wxWidgets
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -15,66 +14,50 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Alien-wxWidgets
Version: 0.51
Version: 0.65
Release: 0
Summary: Building, finding and using wxWidgets binaries
%define cpan_name Alien-wxWidgets
Summary: building, finding and using wxWidgets binaries
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Source: http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
Patch1: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
Patch2: perl-Alien-wxWidgets-ignore_cbuilder_version.patch
Url: http://search.cpan.org/dist/Alien-wxWidgets
Url: http://search.cpan.org/dist/Alien-wxWidgets/
Source: http://www.cpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl = %{perl_version}
%if %suse_version > 1130
BuildRequires: wxWidgets-ansi-devel
%else
BuildRequires: wxGTK-devel
%endif
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Spec) >= 1.50
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Module::Pluggable) >= 2.6
BuildRequires: gcc-c++
Requires: perl(Module::Pluggable) >= 2.6
%{perl_requires}
%description
Please see Alien for the manifesto of the Alien namespace.
In short "Alien::wxWidgets" can be used to detect and get configuration
Please see the Alien manpage for the manifesto of the Alien namespace.
In short 'Alien::wxWidgets' can be used to detect and get configuration
settings from an installed wxWidgets.
%prep
%setup -q -n "Alien-wxWidgets-%{version}"
%patch1
%patch2
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
yes no | %__perl ./Build.PL
yes no | ./Build
%install
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
%perl_process_packlist
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%clean
%{?buildroot:%__rm -rf "%{buildroot}"}
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files
%defattr(-,root,root)
%doc Changes README.txt
%dir %{perl_vendorarch}/Alien
%{perl_vendorarch}/Alien/wxWidgets
%{perl_vendorarch}/Alien/wxWidgets.pm
%dir %{perl_vendorarch}/auto/Alien
%{perl_vendorarch}/auto/Alien/wxWidgets
%doc %{perl_man3dir}/Alien::wxWidgets.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Alien::wxWidgets::*.%{perl_man3ext}%{ext_man}
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes patches README.txt script
%changelog