From 9022199e18d96da984d8709d6db21d1e5a44c870 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:53:03 +0100 Subject: [PATCH] update to 1.13 [release 1.13-1mamba;Mon Mar 20 2023] --- libtag.spec | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/libtag.spec b/libtag.spec index f8ead1e..c662e84 100644 --- a/libtag.spec +++ b/libtag.spec @@ -1,13 +1,13 @@ Name: libtag Epoch: 2 -Version: 1.12 +Version: 1.13 Release: 1mamba Summary: Audio Meta-Data Editing Library Group: System/Multimedia Vendor: openmamba Distribution: openmamba -Packager: Davide Madrisan -URL: https://taglib.github.com/ +Packager: Silvan Calarco +URL: https://taglib.org/ Source: https://taglib.github.io/releases/taglib-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN @@ -29,14 +29,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel TagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC files. -This package contains static libraries and header files need for development. +This package contains static libraries and header files needed for development. + +%debug_package %prep %setup -q -n taglib-%{version} %build %cmake . \ - -DWITH_ASF=ON -DWITH_MP4=ON + -DWITH_ASF=ON \ + -DWITH_MP4=ON %make @@ -62,12 +65,14 @@ This package contains static libraries and header files need for development. %dir %{_includedir}/taglib %{_includedir}/taglib/*.h %{_includedir}/taglib/*.tcc -#%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/taglib.pc %{_libdir}/pkgconfig/taglib_c.pc %changelog +* Mon Mar 20 2023 Silvan Calarco 1.13-1mamba +- update to 1.13 + * Mon May 03 2021 Automatic Build System 1.12-1mamba - automatic update by autodist