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