You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

51 lines
1.2 KiB

Name: zathura-ps
Version: 0.2.7
Release: 3%{?dist}
Summary: PS support for zathura via libspectre
License: zlib
URL: https://pwmt.org/projects/zathura/plugins/%{name}
Source0: https://pwmt.org/projects/zathura-ps/download/%{name}-%{version}.tar.xz
BuildRequires: binutils
BuildRequires: cairo-devel
# Needed to validate the desktop file
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: girara-devel
BuildRequires: glib2-devel
# Needed to validate appdata
BuildRequires: libappstream-glib
BuildRequires: libspectre-devel
BuildRequires: meson >= 0.43
BuildRequires: zathura-devel >= 0.3.8
Requires: zathura >= 0.3.8
%description
The zathura-ps plugin adds PostScript support to zathura by
using the libspectre library.
%prep
%setup -q
%build
%meson
%meson_build
%install
%meson_install
desktop-file-validate %{buildroot}/%{_datadir}/applications/*.desktop
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainfo.xml
%files
%license LICENSE
%doc AUTHORS
%{_libdir}/zathura/libps.so
%{_datadir}/applications/org.pwmt.zathura-ps.desktop
%{_datadir}/metainfo/org.pwmt.zathura-ps.metainfo.xml
%changelog