Hello community,

here is the log from the commit of package perl-Alien-SDL for openSUSE:Factory 
checked in at 2012-11-12 12:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Alien-SDL (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Alien-SDL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Alien-SDL", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2012-10-22 00:44:18.403455820 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Alien-SDL.new/perl-Alien-SDL.changes       
2012-11-12 12:05:05.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Tue Apr  3 09:54:45 UTC 2012 - ch...@computersalat.de
+
+- initial package 1.430
+  * created by cpanspec 1.78.03
+

New:
----
  Alien-SDL-1.430.tar.gz
  perl-Alien-SDL.changes
  perl-Alien-SDL.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Alien-SDL.spec ++++++
#
# spec file for package perl-Alien-SDL
#
# Copyright (c) 2012 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-SDL
Version:        1.430
Release:        1
License:        GPL-2.0+ or Artistic-1.0
%define cpan_name Alien-SDL
Summary:        Building, finding and using SDL binaries
Url:            http://search.cpan.org/dist/Alien-SDL/
Group:          Development/Libraries/Perl
Source:         
http://www.cpan.org/authors/id/F/FR/FROGGS/Alien-SDL-%{version}.tar.gz
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  Mesa-devel
BuildRequires:  libSDL_image-devel
BuildRequires:  libSDL_mixer-devel
BuildRequires:  libSDL_net-devel
BuildRequires:  libSDL_Pango-devel
BuildRequires:  libSDL_ttf-devel
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Module::Build)
#
BuildRequires:  perl(Archive::Zip)
BuildRequires:  perl(Capture::Tiny)
BuildRequires:  perl(Digest::SHA)
BuildRequires:  perl(File::Fetch) >= 0.24
BuildRequires:  perl(File::Find)
BuildRequires:  perl(File::Path) >= 2.08
BuildRequires:  perl(File::ShareDir) >= 1.00
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Temp)
BuildRequires:  perl(File::Which)
BuildRequires:  perl(Text::Patch) >= 1.4
Requires:       perl(Capture::Tiny)
Requires:       perl(File::ShareDir) >= 1.00
Requires:       perl(File::Spec)
Requires:       perl(File::Temp)
Requires:       perl(File::Which)
%{perl_requires}

%description
Please see the Alien manpage for the manifesto of the Alien namespace.

In short 'Alien::SDL' can be used to detect and get configuration settings
from an installed SDL and related libraries. Based on your platform it
offers the possibility to download and install prebuilt binaries or to
build SDL & co. from source codes.

The important facts:

* * The module does not modify in any way the already existing SDL
  installation on your system.

* * If you reinstall SDL libs on your system you do not need to
  reinstall Alien::SDL (providing that you use the same directory for
  the new installation).

* * The prebuild binaries and/or binaries built from sources are always
  installed into perl module's 'share' directory.

* * If you use prebuild binaries and/or binaries built from sources
  it happens that some of the dynamic libraries (*.so, *.dll) will not
  automaticly loadable as they will be stored somewhere under perl module's
  'share' directory. To handle this scenario Alien::SDL offers some special
  functionality (see below).

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Build.PL installdirs=vendor --with-sdl-config
./Build build flags=%{?_smp_mflags}

%check
./Build test

%install
./Build install destdir=%{buildroot} create_packlist=0
%perl_gen_filelist

%clean
%{__rm} -rf %{buildroot}

%files -f %{name}.files
%defattr(644,root,root,755)
%doc Changes LICENSE README TODO

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to