Stephan Kulow 2011-12-07 10:30:37 +00:00 committed by Git OBS Bridge
parent 4c0f15e6a3
commit b22779271d
2 changed files with 20 additions and 7 deletions

View File

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

View File

@ -1,16 +1,31 @@
# vim: set sw=4 ts=4 et nu:
#
# spec file for package perl-Alien-wxWidgets
#
# Copyright (c) 2011 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.51
Release: 0
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
Group: Development/Libraries/Perl
License: GPL+ or Artistic
BuildRoot: %{_tmppath}/build-%{name}-%{version}
Url: http://search.cpan.org/dist/Alien-wxWidgets
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl = %{perl_version}
%if %suse_version > 1130
BuildRequires: wxWidgets-ansi-devel
@ -62,3 +77,4 @@ yes no | ./Build
%doc %{perl_man3dir}/Alien::wxWidgets.%{perl_man3ext}%{ext_man}
%doc %{perl_man3dir}/Alien::wxWidgets::*.%{perl_man3ext}%{ext_man}
%changelog