[packages/libextractor] - added exiv2-0.28 patch (enhanced patch from Arch); enabled tests by default, release 2
qboosh
qboosh at pld-linux.org
Wed Jul 26 17:46:12 CEST 2023
commit 3a0356f91febd1994ed090f09e68600f6a65a6ab
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Wed Jul 26 17:13:16 2023 +0200
- added exiv2-0.28 patch (enhanced patch from Arch); enabled tests by default, release 2
libextractor.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/libextractor.spec b/libextractor.spec
index 0aec9b7..629ae1b 100644
--- a/libextractor.spec
+++ b/libextractor.spec
@@ -1,7 +1,7 @@
#
# Conditional build:
%bcond_without static_libs # static library
-%bcond_with tests # perform tests [some problems with rpm extractor?]
+%bcond_without tests # perform tests [some problems with rpm5]
%bcond_without gstreamer # GStreamer plugin
%bcond_without mp4v2 # MP4v2 plugin
%bcond_with rpm5 # build with rpm5
@@ -11,13 +11,14 @@ Summary: Meta-data extraction library
Summary(pl.UTF-8): Biblioteka do ekstrakcji metadanych
Name: libextractor
Version: 1.11
-Release: 1
+Release: 2
License: GPL v3+
Group: Libraries
Source0: https://ftp.gnu.org/gnu/libextractor/%{name}-%{version}.tar.gz
# Source0-md5: 934a53749d263c1f5b8a6aae5741ea3f
Patch0: %{name}-info.patch
Patch1: %{name}-rpm5.patch
+Patch2: %{name}-exiv2-0.28.patch
URL: http://www.gnu.org/software/libextractor/
BuildRequires: autoconf >= 2.61
BuildRequires: automake >= 1:1.11
@@ -164,6 +165,7 @@ Statyczna wersja bibliotek libextractor.
%setup -q
%patch0 -p1
%{?with_rpm5:%patch1 -p1}
+%patch2 -p1
%{__rm} po/stamp-po
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libextractor.git/commitdiff/3a0356f91febd1994ed090f09e68600f6a65a6ab
More information about the pld-cvs-commit
mailing list