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.
zathura-pdf-poppler/zathura-pdf-poppler.spec

58 lines
1.4 KiB

Name: zathura-pdf-poppler
Version: 0.2.1
Release: 4%{?dist}
Summary: PDF support for zathura via poppler
Group: Applications/Publishing
License: zlib
URL: http://pwmt.org/projects/zathura/plugins/%{name}
Source0: http://pwmt.org/projects/zathura/plugins/download/%{name}-%{version}.tar.gz
Patch0: zathura-pdf-poppler-fix_install.patch
BuildRequires: poppler-glib-devel, zathura-devel >= 0.2.1
#Requires:
%description
The zathura-pdf-poppler plugin adds PDF support to zathura by using
the poppler rendering engine.
%prep
%setup -q
%patch0
%build
CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug
mv pdf-debug.so pdf.so
%install
make DESTDIR=$RPM_BUILD_ROOT LIBDIR=%{_libdir} install
%files
%doc AUTHORS LICENSE
%{_libdir}/zathura/pdf.so
%changelog
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-4
- really remove pre-EL6 stuff.
* Sun Dec 02 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-3
- switch to using RPM_BUILD_ROOT exclusively.
- remove pre-EL6 stuff.
* Wed Nov 28 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-2
- fix BR. Thanks to Dennis Johnson.
* Wed Nov 28 2012 François Cami <fcami@fedoraproject.org> - 0.2.1-1
- new upstream
* Sun Aug 19 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-2
- minor build fixes.
* Fri Aug 10 2012 François Cami <fcami@fedoraproject.org> - 0.2.0-1
- Initial package.