File paps.spec of Package paps
#
# spec file for package paps
#
# Copyright (c) 2016 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: paps
Version: 0
Release: 0
License: LGPL-2.0
Summary: A text to postscript converter through pango
Url: https://github.com/dov/paps
Group: System/Base
Source: %{name}-%{version}.tar.xz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: intltool
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(pangocairo)
BuildRequires: pkgconfig(pangoft2)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
paps is a command line program for converting Unicode text encoded in UTF-8 to postscript and pdf by using pango.
%prep
%setup -q
%build
bash -x autogen.sh
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot} %{?_smp_mflags}
%files
%defattr(-,root,root)
%doc COPYING.LIB
%{_bindir}/*
%{_mandir}/*/*