From 94fe42769bbf0eb1caf761065ed0f5977a8dc2ff Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 3 Mar 2024 21:40:25 +0100 Subject: [PATCH] removed requirement for libtqt-devel and other specfile fixes [release 1.13-2mamba;Sun Mar 03 2024] --- libextractor-1.2-ffmpeg-2.2.patch | 15 --------------- libextractor.spec | 18 ++++++------------ 2 files changed, 6 insertions(+), 27 deletions(-) delete mode 100644 libextractor-1.2-ffmpeg-2.2.patch diff --git a/libextractor-1.2-ffmpeg-2.2.patch b/libextractor-1.2-ffmpeg-2.2.patch deleted file mode 100644 index 660496e..0000000 --- a/libextractor-1.2-ffmpeg-2.2.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- libextractor-1.2/src/plugins/thumbnailffmpeg_extractor.c.orig 2013-08-28 11:30:31.000000000 +0200 -+++ libextractor-1.2/src/plugins/thumbnailffmpeg_extractor.c 2013-10-27 07:03:46.045814925 +0100 -@@ -327,10 +327,10 @@ - #endif - } - --#if AV_VERSION_INT(54,25,0) > LIBAVUTIL_VERSION_INT -+#if AV_VERSION_INT(54,25,0) > LIBAVCODEC_VERSION_INT - #define ENUM_CODEC_ID enum CodecID - #else --#define ENUM_CODEC_ID enum AvCodecID -+#define ENUM_CODEC_ID enum AVCodecID - #endif - - diff --git a/libextractor.spec b/libextractor.spec index 6c0fee8..7decf4a 100644 --- a/libextractor.spec +++ b/libextractor.spec @@ -1,6 +1,6 @@ Name: libextractor Version: 1.13 -Release: 1mamba +Release: 2mamba Summary: A library used to extract meta-data from files of arbitrary type Group: System/Libraries Vendor: openmamba @@ -8,7 +8,6 @@ Distribution: openmamba Packager: Silvan Calarco URL: https://www.gnu.org/software/libextractor/ Source: http://ftp.gnu.org/gnu/libextractor/libextractor-%{version}.tar.gz -Patch0: libextractor-1.2-ffmpeg-2.2.patch License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -37,17 +36,9 @@ BuildRequires: libvorbis-devel BuildRequires: libxml2-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRequires: librpm-devel >= 4.16.1.2-1mamba -BuildRequires: libz-devel -BuildRequires: libbzip2-devel BuildRequires: mpeg2dec-devel -BuildRequires: libvorbis-devel BuildRequires: gettext-devel BuildRequires: pkgconfig -BuildRequires: libglib-devel -BuildRequires: libgtk-devel -BuildRequires: libqt-devel -BuildRequires: libgsf-devel Requires(post): %{__install_info} Requires(preun): %{__install_info} @@ -63,12 +54,12 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Libextractor is a library used to extract meta-data from files of arbitrary type. It is designed to use helper-libraries to perform the actual extraction, and to be trivially extendable by linking against external extractors for additional file types. +This package contains static libraries and header files needed for development. -This package contains static libraries and header files need for development. +%debug_package %prep %setup -q -#%patch0 -p1 %build %configure @@ -120,6 +111,9 @@ exit 0 %doc ChangeLog NEWS README TODO %changelog +* Sun Mar 03 2024 Silvan Calarco 1.13-2mamba +- removed requirement for libtqt-devel and other specfile fixes + * Tue Dec 05 2023 Automatic Build System 1.13-1mamba - automatic version update by autodist