update to 1.13 [release 1.13-1mamba;Mon Mar 20 2023]
This commit is contained in:
parent
5a4010de0a
commit
9022199e18
17
libtag.spec
17
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 <davide.madrisan@gmail.com>
|
||||
URL: https://taglib.github.com/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.13-1mamba
|
||||
- update to 1.13
|
||||
|
||||
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user