automatic update by autodist [release 2.0.2-1mamba;Mon Mar 03 2025]
This commit is contained in:
parent
9022199e18
commit
ecb5f1c083
16
libtag.spec
16
libtag.spec
@ -1,6 +1,6 @@
|
||||
Name: libtag
|
||||
Epoch: 2
|
||||
Version: 1.13
|
||||
Version: 2.0.2
|
||||
Release: 1mamba
|
||||
Summary: Audio Meta-Data Editing Library
|
||||
Group: System/Multimedia
|
||||
@ -31,27 +31,24 @@ TagLib is a library for reading and editing the meta-data of several popular aud
|
||||
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 needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q -n taglib-%{version}
|
||||
|
||||
%build
|
||||
%cmake . \
|
||||
%cmake \
|
||||
-DWITH_ASF=ON \
|
||||
-DWITH_MP4=ON
|
||||
|
||||
%make
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%cmake_install
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -68,8 +65,13 @@ This package contains static libraries and header files needed for development.
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/taglib.pc
|
||||
%{_libdir}/pkgconfig/taglib_c.pc
|
||||
%dir %{_libdir}/cmake/taglib
|
||||
%{_libdir}/cmake/taglib/taglib-*.cmake
|
||||
|
||||
%changelog
|
||||
* Mon Mar 03 2025 Automatic Build System <autodist@openmamba.org> 2.0.2-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Mon Mar 20 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.13-1mamba
|
||||
- update to 1.13
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user