File xplanet.spec of Package xplanet
#
# spec file for package xplanet
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 B1 Systems GmbH, Vohburg, 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: xplanet
Version: 1.3.0
Release: 0
Summary: Planets as Background Pictures or Interactive Animations
License: GPL-2.0+
Group: Productivity/Scientific/Astronomy
Url: http://xplanet.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
# build also with libpng16, patch sent to hari@alumni.caltech.edu
Patch0: xplanet-libpng16.patch
# new giflib-5 api
Patch1: xplanet-giflib5.patch
BuildRequires: freetype2-devel
BuildRequires: gcc-c++
BuildRequires: giflib-devel
BuildRequires: libjpeg-devel
BuildRequires: libnetpbm-devel
BuildRequires: libpng-devel
BuildRequires: libtiff-devel
BuildRequires: pango-devel
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xscrnsaver)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Xplanet can display the earth or other planets in the background of
your display, similar to xearth or xglobe. Additionally, it can run in
interactive mode allowing you to rotate or zoom the planet. Also, with
an included script, it is very easy to combine map files with current
satellite cloud images.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
# configure does not check if netpbm headers are installed in /usr/include/netpbm
export CPPFLAGS=-I%{_includedir}/netpbm
# Set our preferred architecture-specific flags for the compiler and linker:
export CFLAGS="%{optflags} -fno-strict-aliasing"
export CXXFLAGS="%{optflags} -fno-strict-aliasing"
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README TODO
%{_bindir}/%{name}
%doc %{_mandir}/man1/%{name}.1%{ext_man}
%{_datadir}/%{name}/
%changelog