perl-Alien-wxWidgets/perl-Alien-wxWidgets.spec
Stephan Kulow 24a1100ab2 - 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
2014-06-08 11:24:24 +00:00

64 lines
2.0 KiB
RPMSpec

#
# spec file for package perl-Alien-wxWidgets
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: perl-Alien-wxWidgets
Version: 0.65
Release: 0
%define cpan_name Alien-wxWidgets
Summary: building, finding and using wxWidgets binaries
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
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
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) >= 0.24
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Pluggable) >= 2.6
Requires: perl(Module::Pluggable) >= 2.6
%{perl_requires}
%description
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 %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Build.PL installdirs=vendor
./Build build flags=%{?_smp_mflags}
%check
./Build test
%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes patches README.txt script
%changelog