epel9
Petr Šabata 8 years ago
parent bc5e5b3667
commit e953b64279

1
.gitignore vendored

@ -4,3 +4,4 @@
/zathura-pdf-poppler-0.2.4.tar.gz
/zathura-pdf-poppler-0.2.5.tar.gz
/zathura-pdf-poppler-0.2.6.tar.gz
/zathura-pdf-poppler-0.2.7.tar.gz

@ -1 +1 @@
fc242236dda05f4a75cb41b52356ccae zathura-pdf-poppler-0.2.6.tar.gz
SHA512 (zathura-pdf-poppler-0.2.7.tar.gz) = 815ef775059652337ca91ef6a089fa51105bbd3ac649ecd167da7da2a6ac62f617d04e85dbeb311ab47d86929338d8656037bcabc1177435804035914c6dfbdb

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index b2b6e2f..87bf957 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ ${SOFILE}: ${OBJECTS}
${SODEBUGFILE}: ${DOBJECTS}
$(ECHO) LD $@
- $(QUIET)${CC} ${PLATFORMFLAGS} ${LDFLAGS} -o $@ ${OBJECTS} ${LIBS}
+ $(QUIET)${CC} ${PLATFORMFLAGS} ${LDFLAGS} -o $@ ${DOBJECTS} ${LIBS}
clean:
$(QUIET)rm -rf ${OBJECTS} ${DOBJECTS} ${SOFILE} ${SODEBUGFILE} \

@ -1,10 +1,11 @@
Name: zathura-pdf-poppler
Version: 0.2.6
Release: 2%{?dist}
Version: 0.2.7
Release: 1%{?dist}
Summary: PDF support for zathura via poppler
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-0.2.7-Fix-make-debug.patch
BuildRequires: binutils
BuildRequires: coreutils
BuildRequires: desktop-file-utils
@ -29,6 +30,7 @@ the poppler rendering engine.
%prep
%setup -q
%patch0 -p1
# Don't rebuild during install phase
sed -i 's/^install:\s*all/install:/' Makefile
@ -68,6 +70,9 @@ update-desktop-database &> /dev/null || :
%{_datadir}/appdata/%{name}.metainfo.xml
%changelog
* Tue Apr 04 2017 Petr Šabata <contyk@redhat.com> - 0.2.7-1
- 0.2.7 bump
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

Loading…
Cancel
Save