parent
bfb93bd0f8
commit
8497f76520
@ -0,0 +1 @@
|
||||
/zathura-pdf-poppler-0.2.1.tar.gz
|
@ -0,0 +1 @@
|
||||
6f36fe141f8e5e9e8d71eb143eaaa1c1 zathura-pdf-poppler-0.2.1.tar.gz
|
@ -0,0 +1,13 @@
|
||||
--- Makefile.orig 2012-09-09 22:14:57.873155346 +0200
|
||||
+++ Makefile 2012-09-09 22:13:32.916945999 +0200
|
||||
@@ -70,9 +70,9 @@
|
||||
|
||||
doc: clean
|
||||
$(QUIET)doxygen Doxyfile
|
||||
|
||||
-install: all
|
||||
+install:
|
||||
$(ECHO) installing ${PLUGIN} plugin
|
||||
$(QUIET)mkdir -p ${DESTDIR}${PLUGINDIR}
|
||||
$(QUIET)cp -f ${PLUGIN}.so ${DESTDIR}${PLUGINDIR}
|
||||
|
@ -0,0 +1,57 @@
|
||||
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.
|
||||
|
Loading…
Reference in new issue