zathura-pdf-poppler/zathura-pdf-poppler.spec
wangtaozhi 08ea02d916 Package init
- 初始化提交
2023-06-27 15:00:20 +08:00

55 lines
1.5 KiB
RPMSpec

Name: zathura-pdf-poppler
Version: 0.3.1
Release: 1
Summary: PDF support for zathura via poppler
License: Zlib
URL: http://pwmt.org/projects/%{name}
Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.xz
#BuildRequires: binutils
# 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: meson >= 0.56
BuildRequires: poppler-glib-devel >= 0.18
BuildRequires: zathura-devel >= 0.5.2
Requires: zathura >= 0.5.2
# Old plugins used alternatives
Conflicts: zathura-pdf-mupdf < 0.3.3
%description
The zathura-pdf-poppler plugin adds PDF support to zathura by using
the poppler rendering engine.
%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
# Clean the old alternatives link
%pre
[ -L %{_libdir}/zathura/pdf.so ] || rm -f %{_libdir}/zathura/pdf.so
%files
%license LICENSE
%doc AUTHORS
%{_libdir}/zathura/libpdf-poppler.so
%{_datadir}/applications/org.pwmt.zathura-pdf-poppler.desktop
%{_datadir}/metainfo/org.pwmt.zathura-pdf-poppler.metainfo.xml
%changelog
* Tue Jun 27 2023 wangtaozhi <wangtaozhi@kylinsec.com.cn> - 0.3.1-1
- Package init