Accepting request 1174327 from home:nicholasyang:branches:Base:System
fix the naming of the shared lib package * should not have a ${NUM} suffix * follow the name used in pkgconfig for better discoverability OBS-URL: https://build.opensuse.org/request/show/1174327 OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=54
This commit is contained in:
parent
2c987ae1ca
commit
053a069b74
@ -102,19 +102,18 @@ libled enable enclosure LED control for applications.
|
|||||||
%post -n libled1 -p /sbin/ldconfig
|
%post -n libled1 -p /sbin/ldconfig
|
||||||
%postun -n libled1 -p /sbin/ldconfig
|
%postun -n libled1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%package -n libled1-devel
|
%package devel
|
||||||
Summary: Document and Include Files for Enclosure LED Control Library
|
Summary: Document and Include Files for Enclosure LED Control Library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libled1 = %{version}-%{release}
|
Requires: libled1 = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
Provides: ledmon-devel = %{version}
|
|
||||||
|
|
||||||
%description -n libled1-devel
|
%description devel
|
||||||
This package contains the files that are necessary for software development
|
This package contains the files that are necessary for software development
|
||||||
using libled.
|
using libled.
|
||||||
|
|
||||||
%files -n libled1-devel
|
%files devel
|
||||||
%license COPYING.LIB
|
%license COPYING.LIB
|
||||||
%doc src/lib/LIBRARY.md
|
%doc src/lib/LIBRARY.md
|
||||||
%dir %{_includedir}/led/
|
%dir %{_includedir}/led/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user