- 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:
parent
b22779271d
commit
24a1100ab2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af0e7e3a4a5235b7e32966089330d49191180beea80bf80ea15a707a3366a864
|
|
||||||
size 673085
|
|
3
Alien-wxWidgets-0.65.tar.gz
Normal file
3
Alien-wxWidgets-0.65.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b4772a319d78cd3c933e90d7bd2f766cd57216c5234abdfd2c43a10ba83c8f40
|
||||||
|
size 669968
|
@ -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
|
Tue Apr 12 05:24:58 UTC 2011 - coolo@opensuse.org
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# vim: set sw=4 ts=4 et nu:
|
|
||||||
#
|
#
|
||||||
# spec file for package perl-Alien-wxWidgets
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,66 +14,50 @@
|
|||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Alien-wxWidgets
|
Name: perl-Alien-wxWidgets
|
||||||
Version: 0.51
|
Version: 0.65
|
||||||
Release: 0
|
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+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Source: http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/Alien-wxWidgets-%{version}.tar.gz
|
Url: http://search.cpan.org/dist/Alien-wxWidgets/
|
||||||
Patch1: perl-Alien-wxWidgets-do_not_build_wxgtk.patch
|
Source: http://www.cpan.org/authors/id/M/MD/MDOOTSON/%{cpan_name}-%{version}.tar.gz
|
||||||
Patch2: perl-Alien-wxWidgets-ignore_cbuilder_version.patch
|
BuildArch: noarch
|
||||||
Url: http://search.cpan.org/dist/Alien-wxWidgets
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
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
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(File::Spec) >= 1.50
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
|
||||||
BuildRequires: perl(Module::Build) >= 0.28
|
BuildRequires: perl(Module::Build) >= 0.28
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
|
||||||
BuildRequires: perl(Module::Build)
|
|
||||||
BuildRequires: perl(Module::Pluggable) >= 2.6
|
BuildRequires: perl(Module::Pluggable) >= 2.6
|
||||||
BuildRequires: gcc-c++
|
|
||||||
Requires: perl(Module::Pluggable) >= 2.6
|
Requires: perl(Module::Pluggable) >= 2.6
|
||||||
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Please see Alien for the manifesto of the Alien namespace.
|
Please see the Alien manpage for the manifesto of the Alien namespace.
|
||||||
In short "Alien::wxWidgets" can be used to detect and get configuration
|
|
||||||
|
In short 'Alien::wxWidgets' can be used to detect and get configuration
|
||||||
settings from an installed wxWidgets.
|
settings from an installed wxWidgets.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n "Alien-wxWidgets-%{version}"
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch1
|
find . -type f -print0 | xargs -0 chmod 644
|
||||||
%patch2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
yes no | %__perl ./Build.PL
|
%{__perl} Build.PL installdirs=vendor
|
||||||
yes no | ./Build
|
./Build build flags=%{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
|
||||||
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
|
||||||
%perl_process_packlist
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
./Build test
|
./Build test
|
||||||
|
|
||||||
%clean
|
%install
|
||||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
./Build install destdir=%{buildroot} create_packlist=0
|
||||||
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README.txt
|
%doc Changes patches README.txt script
|
||||||
%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}
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user