rebuilt with debug package and aarch64 build fix [release 0.15.1b-6mamba;Thu Dec 17 2020]
This commit is contained in:
parent
14bd1f5eae
commit
d63d7e2aa9
@ -1,6 +1,6 @@
|
||||
Name: libid3tag
|
||||
Version: 0.15.1b
|
||||
Release: 5mamba
|
||||
Release: 6mamba
|
||||
Summary: A library for reading, writing, and manipulating ID3v1 and ID3v2 tags
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -28,8 +28,11 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
A software development library for reading, writing, and manipulating ID3v1 and ID3v2 tags.
|
||||
This is the devel package.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -62,18 +65,22 @@ Cflags: -L\${includedir}" > %{buildroot}%{_libdir}/pkgconfig/id3tag.pc
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/*.so.*
|
||||
%doc CHANGES COPYING COPYRIGHT CREDITS README TODO
|
||||
%{_libdir}/libid3tag.so.*
|
||||
%doc COPYING COPYRIGHT
|
||||
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.la
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/libid3tag.a
|
||||
%{_libdir}/libid3tag.la
|
||||
%{_libdir}/libid3tag.so
|
||||
%{_libdir}/pkgconfig/id3tag.pc
|
||||
%{_includedir}/*.h
|
||||
%doc CHANGES CREDITS README TODO
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.15.1b-6mamba
|
||||
- rebuilt with debug package and aarch64 build fix
|
||||
|
||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.15.1b-5mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user