[mupdf] Fix BR and compilation flags (#1114566, #1109589)

Pavel Zhukov landgraf at fedoraproject.org
Fri Jul 4 18:44:22 UTC 2014


commit c5c814fbf421e3ff564380e8db921d0d01d6c3cc
Author: Pavel Zhukov <landgraf at fedoraproject.org>
Date:   Fri Jul 4 20:44:27 2014 +0200

    Fix BR and compilation flags (#1114566, #1109589)

 mupdf.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mupdf.spec b/mupdf.spec
index 8713eb3..59f0417 100644
--- a/mupdf.spec
+++ b/mupdf.spec
@@ -1,6 +1,6 @@
 Name:           mupdf
 Version:        1.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight PDF viewer and toolkit
 Group:          Applications/Publishing
 License:        GPLv3
@@ -42,7 +42,7 @@ rm -rf thirdparty
 %patch0 -p1
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fPIC"
 make  %{?_smp_mflags} verbose=1 
 
 %install
@@ -74,6 +74,9 @@ update-desktop-database &> /dev/null || :
 %{_libdir}/lib%{name}.a
 
 %Changelog
+* Fri Jul 04 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 1.5-3
+- Add fPIC flag (#1109589)
+- Add curl-devel to BR (#1114566)
 * Sun Jun 15 2014 Pavel Zhukov <landgraf at fedoraproject.org> - 1.5-2
 - Add fix for new openjpeg2
 


More information about the scm-commits mailing list