File ardesia.spec of Package ardesia
#
# spec file for package ardesia
#
# 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: ardesia
Version: 1.1
Release: 0
Summary: Digital Sketchpad
License: GPL-3.0
Group: Productivity/Publishing/Presentation
Url: http://code.google.com/p/ardesia
Source: http://ardesia.googlecode.com/files/ardesia-%{version}.tar.gz
Patch: ardesia-1.1-gtk3.patch
BuildRequires: fdupes
BuildRequires: gsl-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
BuildRequires: libgsf-devel
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: update-desktop-files
BuildRequires: xdg-utils
Recommends: vlc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Ardesia is the free digital sketchpad software that help you to make colored
free-hand annotations with digital ink everywhere, record it and share on the
network. It is easy to use and impressively fast and reactive. You can draw
upon the desktop or import an image and annotate it and redistribute your work
to the world. Let's create quick sketch and artwork.
Thanks to Ardesia you are free to open any application and fix your ideas and
comments as if you wrote on a classic chalkboard. Tradition and innovation are
living together in simplicity thanks to a natural user interface that reproduce
the natural feeling of the free hand painting. Reduce the traditional
whiteboard and paper usage; Ardesia is smooth and fuzzy!
You can use the tool to make effective on-screen presentation, highlight things
or point out things of interest. The tool facilitates the online presentations
and demos showing in real time your computer screen to anyone in the network.
You can use this tool to enhance your lessons or courses working with your
preferred applications and your preferred operating system.
%prep
%setup -q
%patch -p1
%build
%configure
make %{?_smp_mflags}
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
rm -rf %{buildroot}%{_prefix}/doc
%suse_update_desktop_file -r %{name} Office Presentation
%find_lang %{name}
rm -rf %{buildroot}%{_datadir}/doc
rm %{buildroot}%{_mandir}/man1/*.1.1*
%fdupes %{buildroot}
%files -f %{name}.lang
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README TODO
%{_bindir}/ardesia
%{_datadir}/ardesia
%{_datadir}/applications/ardesia.desktop
%{_datadir}/pixmaps/ardesia.png
%doc %{_mandir}/man1/ardesia.1%{ext_man}
%changelog