2012-12-01 16:13:40 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package impressive
|
|
|
|
|
#
|
2023-11-26 10:55:20 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2012-12-01 16:13:40 +00:00
|
|
|
#
|
|
|
|
|
# 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.
|
|
|
|
|
|
2019-09-30 14:24:15 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-10-13 14:37:15 +00:00
|
|
|
#
|
2012-12-01 16:13:40 +00:00
|
|
|
|
|
|
|
|
|
2014-10-13 14:37:15 +00:00
|
|
|
%define dist_name Impressive
|
|
|
|
|
Name: impressive
|
2023-11-26 10:55:20 +00:00
|
|
|
Version: 0.13.2
|
2014-10-13 14:37:15 +00:00
|
|
|
Release: 0
|
2019-09-30 14:24:15 +00:00
|
|
|
Summary: PDF and image viewer optimized for presentations
|
|
|
|
|
License: GPL-2.0-only
|
2014-10-13 14:37:15 +00:00
|
|
|
Group: Productivity/Office/Other
|
2019-09-30 14:24:15 +00:00
|
|
|
URL: http://impressive.sourceforge.net/
|
2022-03-20 09:43:54 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/project/%{name}/%{dist_name}/%{version}/%{dist_name}-%{version}.tar.gz
|
2014-10-13 14:37:15 +00:00
|
|
|
Requires: ghostscript
|
2020-05-12 13:03:37 +00:00
|
|
|
Requires: python3-imaging
|
|
|
|
|
Requires: python3-opengl
|
|
|
|
|
Requires: python3-pygame
|
2019-06-18 21:25:52 +00:00
|
|
|
Recommends: mupdf
|
2014-10-13 14:37:15 +00:00
|
|
|
BuildArch: noarch
|
2012-12-01 16:13:40 +00:00
|
|
|
|
|
|
|
|
%description
|
2022-03-20 09:53:51 +00:00
|
|
|
Impressive is a program that displays presentation slides.
|
|
|
|
|
Features:
|
|
|
|
|
- Page transitions
|
|
|
|
|
- Overview screen
|
|
|
|
|
- Highlight boxes
|
|
|
|
|
- Spotlight effect
|
2012-12-01 16:13:40 +00:00
|
|
|
|
|
|
|
|
%prep
|
2022-03-20 09:43:54 +00:00
|
|
|
%autosetup -p1 -n %{dist_name}-%{version}
|
2012-12-01 16:13:40 +00:00
|
|
|
|
2022-03-20 09:49:54 +00:00
|
|
|
sed -i 's/env python$/python3/' impressive.py
|
2019-09-30 17:07:13 +00:00
|
|
|
|
2012-12-01 16:13:40 +00:00
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
%install
|
2022-03-20 09:43:54 +00:00
|
|
|
install -Dm 0755 %{name}.py %{buildroot}%{_bindir}/%{name}
|
2022-03-20 09:48:39 +00:00
|
|
|
install -Dm 0644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
2012-12-01 16:13:40 +00:00
|
|
|
|
|
|
|
|
%files
|
2019-09-30 17:10:40 +00:00
|
|
|
%license license.txt
|
2022-03-20 09:48:39 +00:00
|
|
|
%doc changelog.txt demo.pdf
|
2019-10-01 06:55:35 +00:00
|
|
|
%{_bindir}/%{name}
|
2019-09-30 14:24:15 +00:00
|
|
|
%{_mandir}/man1/%{name}.1%{?ext_man}
|
2012-12-01 16:13:40 +00:00
|
|
|
|
2014-10-13 14:37:15 +00:00
|
|
|
%changelog
|