forked from pool/zathura-plugin-ps
Ondřej Súkup
62f8d0e390
OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/zathura-plugin-ps?expand=0&rev=2
60 lines
1.8 KiB
RPMSpec
60 lines
1.8 KiB
RPMSpec
#
|
|
# spec file for package zathura-plugin-ps
|
|
#
|
|
# Copyright (c) 2014 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/
|
|
#
|
|
|
|
|
|
%define realname zathura-ps
|
|
Name: zathura-plugin-ps
|
|
Version: 0.2.2
|
|
Release: 0
|
|
Summary: PS support for zathura via libspectre
|
|
License: Zlib
|
|
Group: Productivity/Office/Other
|
|
Url: http://pwmt.org/projects/zathura/plugins/zathura-ps/
|
|
Source: http://pwmt.org/projects/zathura/plugins/download/%{realname}-%{version}.tar.gz
|
|
BuildRequires: pkgconfig(girara-gtk3)
|
|
BuildRequires: pkgconfig(libspectre)
|
|
BuildRequires: pkgconfig(zathura)
|
|
Requires: zathura
|
|
Provides: zathura-ps-plugin
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
%description
|
|
The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.
|
|
|
|
%prep
|
|
%setup -q -n %{realname}-%{version}
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
make %{?_smp_mflags} VERBOSE=1 SFLAGS=""
|
|
|
|
%install
|
|
%make_install LIBDIR=%{_libdir} SFLAGS=""
|
|
find %{buildroot} -name "*.desktop" -delete -print
|
|
|
|
%post -n %{name} -p /sbin/ldconfig
|
|
|
|
%postun -n %{name} -p /sbin/ldconfig
|
|
|
|
%files -n %{name}
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS LICENSE
|
|
%dir %{_libdir}/zathura
|
|
%{_libdir}/zathura/ps.so
|
|
|
|
%changelog
|