a729423
Name:           pdfpc
a729423
Version:        4.0.0
a729423
Release:        1%{?dist}
a729423
Summary:        A GTK based presentation viewer application for GNU/Linux
a729423
a729423
License:        GPLv2+
a729423
URL:            https://pdfpc.github.io/
a729423
Source0:        https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-v%{version}.tar.gz
a729423
a729423
BuildRequires:  libgee-devel poppler-glib-devel cmake gtk3-devel
a729423
BuildRequires:  librsvg2-devel vala-devel gstreamer1-devel
a729423
BuildRequires:  gstreamer1-plugins-base-devel
a729423
a729423
%description
a729423
pdfpc is a GTK based presentation viewer application for GNU/Linux which uses
a729423
Keynote like multi-monitor output to provide meta information to the speaker
a729423
during the presentation. It is able to show a normal presentation window on one
a729423
screen, while showing a more sophisticated overview on the other one providing
a729423
information like a picture of the next slide, as well as the left over time
a729423
till the end of the presentation. The input files processed by pdfpc are PDF
a729423
documents, which can be created using nearly any of today's presentation
a729423
software.
a729423
a729423
%prep
a729423
%setup -q -n %{name}-v%{version}
a729423
a729423
a729423
%build
a729423
%cmake -DSYSCONFDIR=/etc .
a729423
make %{?_smp_mflags}
a729423
a729423
a729423
%install
a729423
%make_install
a729423
a729423
a729423
%files
a729423
%doc README.rst CHANGELOG.txt
a729423
%{_bindir}/%{name}
a729423
%config(noreplace) %{_sysconfdir}/%{name}rc
a729423
%{_mandir}/man1/%{name}*
a729423
%{_datadir}/pixmaps/%{name}
a729423
a729423
a729423
%changelog
a729423
* Mon Jun 15 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 4.0.0-1
a729423
- New version
a729423
a729423
* Mon Jun 15 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 3.1.1-1
a729423
- Initial rpm build