2024-01-06 04:37:29 +01:00
|
|
|
Name: libid3tag
|
2024-01-06 04:37:29 +01:00
|
|
|
Version: 0.16.1
|
|
|
|
Release: 2mamba
|
2024-01-06 04:37:29 +01:00
|
|
|
Summary: A library for reading, writing, and manipulating ID3v1 and ID3v2 tags
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 04:37:29 +01:00
|
|
|
URL: https://github.com/tenacityteam/libid3tag
|
|
|
|
Source: https://github.com/tenacityteam/libid3tag.git/%{version}/libid3tag-%{version}.tar.bz2
|
|
|
|
Patch0: libid3tag-0.16.1-fix-soversion.patch
|
2024-01-06 04:37:29 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libz-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
A software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags.
|
|
|
|
This is an alternative library to libid3 (it is not the same!)
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Header files and static library for development with libid3tag
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
A software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags.
|
|
|
|
This is the devel package.
|
|
|
|
|
2024-01-06 04:37:29 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 04:37:29 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 04:37:29 +01:00
|
|
|
%patch0 -p1
|
2024-01-06 04:37:29 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 04:37:29 +01:00
|
|
|
%cmake -d build \
|
|
|
|
-DCMAKE_STRIP=false
|
|
|
|
|
2024-01-06 04:37:29 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 04:37:29 +01:00
|
|
|
%makeinstall -C build
|
2024-01-06 04:37:29 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 04:37:29 +01:00
|
|
|
%{_libdir}/libid3tag.so.*
|
|
|
|
%doc COPYING COPYRIGHT
|
2024-01-06 04:37:29 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
2024-01-06 04:37:29 +01:00
|
|
|
%{_includedir}/*.h
|
2024-01-06 04:37:29 +01:00
|
|
|
%{_libdir}/libid3tag.so
|
2024-01-06 04:37:29 +01:00
|
|
|
%{_libdir}/pkgconfig/id3tag.pc
|
2024-01-06 04:37:29 +01:00
|
|
|
%dir %{_libdir}/cmake/id3tag
|
|
|
|
%{_libdir}/cmake/id3tag/id3tag*.cmake
|
2024-01-06 04:37:29 +01:00
|
|
|
%doc CHANGES CREDITS README TODO
|
2024-01-06 04:37:29 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 04:37:29 +01:00
|
|
|
* Thu Feb 03 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.1-2mamba
|
|
|
|
- fix library SOVERSION
|
|
|
|
|
|
|
|
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.16.1-1mamba
|
|
|
|
- update to 0.16.1
|
|
|
|
|
2024-01-06 04:37:29 +01:00
|
|
|
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-6mamba
|
|
|
|
- rebuilt with debug package and aarch64 build fix
|
|
|
|
|
2024-01-06 04:37:29 +01:00
|
|
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.15.1b-5mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Apr 30 2008 Aleph0 <aleph0@openmamba.org> 0.15.1b-4mamba
|
|
|
|
- specfile updated
|
|
|
|
|
|
|
|
* Tue Jun 14 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.15.1b-3qilnx
|
|
|
|
- added 'id3tag.pc'
|
|
|
|
|
|
|
|
* Thu Jun 09 2005 Davide Madrisan <davide.madrisan@qilinux.it> 0.15.1b-2qilnx
|
|
|
|
- added missing %%post, %%postun scripts
|
|
|
|
- specfile updated/fixed
|
|
|
|
|
|
|
|
* Fri Sep 10 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-1qilnx
|
|
|
|
- first build
|