summaryrefslogtreecommitdiffstats
path: root/pdfio.spec
diff options
context:
space:
mode:
Diffstat (limited to 'pdfio.spec')
-rw-r--r--pdfio.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/pdfio.spec b/pdfio.spec
index b41eba8..ef7ee10 100644
--- a/pdfio.spec
+++ b/pdfio.spec
@@ -1,6 +1,14 @@
+# remirepo spec file for pdfio, from:
+#
+# Fedora spec file for pdfio
+#
+# License: MIT
+# http://opensource.org/licenses/MIT
+#
+
Name: pdfio
Version: 1.6.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C library for PDF I/O
# Apache 2.0 with exception - pdfio code
# GPL-2.0-or-later - code128 font from examples
@@ -61,6 +69,9 @@ The package contains HTML documentationfor PDFIO library.
%build
+export DSOFLAGS="$DSOFLAGS $RPM_LD_FLAGS"
+export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
+
%configure --libdir=%{_libdir} \
--disable-static \
--enable-shared \
@@ -101,6 +112,9 @@ make test
%changelog
+* Wed Jun 17 2026 Remi Collet <remi@remirepo.net> - 1.6.4-2
+- fix build options
+
* Wed Jun 17 2026 Remi Collet <remi@remirepo.net> - 1.6.4-1
- update to 1.6.4
- drop examples to avoid pulling google fonts