Fix a require of devel package
This commit is contained in:
parent
32021bca15
commit
0f05a00940
8
sox.spec
8
sox.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sox
|
Name: sox
|
||||||
Version: 14.4.2.0
|
Version: 14.4.2.0
|
||||||
Release: 25
|
Release: 26
|
||||||
Summary: A general purpose sound file conversion tool
|
Summary: A general purpose sound file conversion tool
|
||||||
License: GPLv2+ and LGPLv2+ and MIT
|
License: GPLv2+ and LGPLv2+ and MIT
|
||||||
URL: http://sox.sourceforge.net/
|
URL: http://sox.sourceforge.net/
|
||||||
@ -33,7 +33,7 @@ bonus, SoX can play and record audio files on most platforms.
|
|||||||
|
|
||||||
%package -n sox-devel
|
%package -n sox-devel
|
||||||
Summary: package of sox development file
|
Summary: package of sox development file
|
||||||
Requires: sox = 14.4.2.0-25
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
|
||||||
%description -n sox-devel
|
%description -n sox-devel
|
||||||
@ -115,6 +115,8 @@ mv $libsox_so.orig $libsox_so
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2020 Jiangping Hu <hujp1985@foxmail.com> - 14.4.2.0-26
|
||||||
|
- Fix a require of devel package
|
||||||
|
|
||||||
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 14.4.2.0-25
|
* Mon Dec 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 14.4.2.0-25
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user