add all static lib in devel subpackage
This commit is contained in:
parent
b1533cec9f
commit
e10dd2a85e
@ -18,8 +18,14 @@ BuildRequires: ncurses-devel
|
||||
sysboost can merge ELF files to improve performance.
|
||||
|
||||
# Add devel subpackage
|
||||
%package tools
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains some tools of sysboost.
|
||||
|
||||
%package tools
|
||||
Summary: Some tools for %{name}
|
||||
Requires: xz, binutils
|
||||
|
||||
%description tools
|
||||
@ -63,6 +69,8 @@ install -m 755 $RPM_BUILD_DIR/objreloc $RPM_BUILD_ROOT%{_bindir}/
|
||||
%check
|
||||
|
||||
%files
|
||||
|
||||
%files devel
|
||||
%{_libdir}/*
|
||||
/usr/include/*
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user