[packages/jbig2dec] - updated to 0.19 - drop .la file - License is AGPL
qboosh
qboosh at pld-linux.org
Thu Sep 24 18:26:25 CEST 2020
commit 39d2d96ba22c4b78347a41e21a10b6a43553ef1f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Sep 24 18:29:19 2020 +0200
- updated to 0.19
- drop .la file
- License is AGPL
jbig2dec.spec | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/jbig2dec.spec b/jbig2dec.spec
index 580f7df..586e3d6 100644
--- a/jbig2dec.spec
+++ b/jbig2dec.spec
@@ -1,13 +1,13 @@
Summary: Decoder implementation of the JBIG2 image compression format
Summary(pl.UTF-8): Implementacja dekodera formatu kompresji obrazu JBIG2
Name: jbig2dec
-Version: 0.18
+Version: 0.19
Release: 1
-License: GPL v2+ with AFPL Ghostscript exception
+License: AGPL v3+ with AFPL Ghostscript exception
Group: Applications/Graphics
#Source0Download: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/
-Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/%{name}-%{version}.tar.gz
-# Source0-md5: a9079bc75aa8ffddff2bff524d9db934
+Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/%{name}-%{version}.tar.gz
+# Source0-md5: b709be00b33ee93053ddf2759f538276
Patch0: %{name}-shared.patch
URL: https://jbig2dec.com/
BuildRequires: autoconf >= 2.53
@@ -93,11 +93,10 @@ Statyczna wersja biblioteki jbig2dec.
%build
%{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
%{__autoconf}
%{__autoheader}
%{__automake}
-
%configure
%{__make}
@@ -108,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+# obsoleted by pkg-config
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libjbig2dec.la
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -125,7 +127,6 @@ rm -rf $RPM_BUILD_ROOT
%files devel
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libjbig2dec.so
-%{_libdir}/libjbig2dec.la
%{_includedir}/jbig2.h
%{_pkgconfigdir}/jbig2dec.pc
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/jbig2dec.git/commitdiff/39d2d96ba22c4b78347a41e21a10b6a43553ef1f
More information about the pld-cvs-commit
mailing list