many updates
This commit is contained in:
parent
2d3b46b942
commit
c5fd641781
18
blisp.spec
18
blisp.spec
@ -21,18 +21,32 @@ Open source tool and library for flashing Bouffalo RISC-V MCUs.
|
|||||||
|
|
||||||
%description %_description
|
%description %_description
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Development package that includes the blisp header files
|
||||||
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Header and development files for using blisp
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup
|
||||||
%cmake -DBLISP_BUILD_CLI=ON
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%cmake -DBLISP_BUILD_CLI=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README.md
|
%{_libdir}/libblisp.so*
|
||||||
|
%{_bindir}/blisp
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_includedir}/blisp*.h
|
||||||
|
%{_libdir}/cmake/blisp/*
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Dec 29 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-0
|
* Thu Dec 29 2022 Neil Hanlon <neil@shrug.pw> - 0.0.1-0
|
||||||
|
Loading…
Reference in New Issue
Block a user