copy libmad.pc to mad.pc for compatibility
This commit is contained in:
parent
3f32d52222
commit
c5583c69a2
@ -1,6 +1,6 @@
|
|||||||
Name: libmad
|
Name: libmad
|
||||||
Version: 0.16.3
|
Version: 0.16.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: MPEG audio decoder library
|
Summary: MPEG audio decoder library
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -35,6 +35,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%cmake_install
|
%cmake_install
|
||||||
rm -f %{buildroot}%{_libdir}/*.la
|
rm -f %{buildroot}%{_libdir}/*.la
|
||||||
|
|
||||||
|
cp -p %{buildroot}%{_libdir}/pkgconfig/libmad.pc \
|
||||||
|
%{buildroot}%{_libdir}/pkgconfig/mad.pc
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
@ -48,10 +50,14 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/libmad.so
|
%{_libdir}/libmad.so
|
||||||
%{_libdir}/cmake/mad/
|
%{_libdir}/cmake/mad/
|
||||||
%{_libdir}/pkgconfig/libmad.pc
|
%{_libdir}/pkgconfig/libmad.pc
|
||||||
|
%{_libdir}/pkgconfig/mad.pc
|
||||||
%{_includedir}/mad.h
|
%{_includedir}/mad.h
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 01 2023 Leigh Scott <leigh123linux@gmail.com> - 0.16.3-2
|
||||||
|
- copy libmad.pc to mad.pc for compatibility
|
||||||
|
|
||||||
* Fri Sep 01 2023 Leigh Scott <leigh123linux@gmail.com> - 0.16.3-1
|
* Fri Sep 01 2023 Leigh Scott <leigh123linux@gmail.com> - 0.16.3-1
|
||||||
- Update to 0.16.3
|
- Update to 0.16.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user