File pinpoint.spec of Package pinpoint
#
# spec file for package pinpoint
#
# Copyright (c) 2013 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: pinpoint
Version: 0.1.4+git
Release: 0
Summary: Simple Presentation Tool for Excellent Presentations
License: LGPL-2.1+
Group: Productivity/Publishing/Presentation
Url: http://live.gnome.org/Pinpoint
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM 0001-Fix-overwriting-of-slides-in-speaker-screen.patch kkaempf@suse.de
Patch1: 0001-Fix-overwriting-of-slides-in-speaker-screen.patch
# PATCH-FIX-UPSTREAM 0001-Honor-stage-color-in-PDF-output.patch kkaempf@suse.de
Patch2: 0001-Honor-stage-color-in-PDF-output.patch
BuildRequires: libtool
BuildRequires: pkgconfig(cairo-pdf)
BuildRequires: pkgconfig(clutter-1.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(pangocairo)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Pinpoint a simple presentation tool that hopes to avoid audience death
by bullet point and instead encourage presentations containing beautiful
images and small amounts of concise text in slides.
%prep
%setup -q
%patch1 -p1
%patch2 -p1
%build
./autogen.sh
%configure
make %{?_smp_mflags}
%install
%make_install
%clean
%{?buildroot:%__rm -rf %{buildroot}}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING NEWS README
%{_bindir}/pinpoint
%{_datadir}/pinpoint/
%changelog