From b4d2dff8b2d130f17f53d504e3fe0c4baddcaa82 Mon Sep 17 00:00:00 2001 From: Marek Kasik Date: Tue, 13 Nov 2012 13:56:37 +0100 Subject: [PATCH] Move poppler-glib-demo to new sub-package demos - Resolves: #872338 --- poppler.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/poppler.spec b/poppler.spec index 1717ad7..ea6b308 100644 --- a/poppler.spec +++ b/poppler.spec @@ -1,7 +1,7 @@ Summary: PDF rendering library Name: poppler Version: 0.20.2 -Release: 8%{?dist} +Release: 9%{?dist} License: (GPLv2 or GPLv3) and GPLv2+ and LGPLv2+ and MIT Group: Development/Libraries URL: http://poppler.freedesktop.org/ @@ -127,6 +127,14 @@ viewer developed by Derek Noonburg of Glyph and Cog, LLC. This utils package installs a number of command line tools for converting PDF files to a number of other formats. +%package demos +Summary: Demos for poppler +Group: Applications/Text +Requires: %{name}-glib%{?_isa} = %{version}-%{release} + +%description demos +%{summary}. + %prep %setup -q @@ -246,11 +254,19 @@ test "$(pkg-config --modversion poppler-splash)" = "%{version}" %files utils %defattr(-,root,root,-) -%{_bindir}/* +%{_bindir}/pdf* %{_mandir}/man1/* +%files demos +%defattr(-,root,root,-) +%{_bindir}/poppler-glib-demo + %changelog +* Tue Nov 13 2012 Marek Kasik 0.20.2-9 +- Move poppler-glib-demo to new sub-package demos +- Resolves: #872338 + * Mon Nov 12 2012 Marek Kasik 0.20.2-8 - Add references to corresponding bugs for poppler-0.20.3-5.patch