delete examples from devel
This commit is contained in:
parent
09e2094593
commit
b92f9df267
@ -1,6 +1,6 @@
|
|||||||
Name: duktape
|
Name: duktape
|
||||||
Version: 2.6.0
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Embeddable Javascript engine
|
Summary: Embeddable Javascript engine
|
||||||
License: MIT
|
License: MIT
|
||||||
Url: http://duktape.org/
|
Url: http://duktape.org/
|
||||||
@ -57,7 +57,7 @@ install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
|
|||||||
%{_libdir}/libduktaped.so.*
|
%{_libdir}/libduktaped.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc examples/ README.rst
|
%doc README.rst
|
||||||
%{_includedir}/duk_config.h
|
%{_includedir}/duk_config.h
|
||||||
%{_includedir}/duktape.h
|
%{_includedir}/duktape.h
|
||||||
%{_libdir}/libduktape.so
|
%{_libdir}/libduktape.so
|
||||||
@ -65,5 +65,8 @@ install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
|
|||||||
%{_libdir}/pkgconfig/duktape.pc
|
%{_libdir}/pkgconfig/duktape.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 28 2022 Hugel<gengqihu1@h-partners.com> - 2.6.0-2
|
||||||
|
- delete examples from devel
|
||||||
|
|
||||||
* Thu Apr 28 2022 Hugel<gengqihu1@h-partners.com> - 2.6.0-1
|
* Thu Apr 28 2022 Hugel<gengqihu1@h-partners.com> - 2.6.0-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|||||||
4
duktape.yaml
Normal file
4
duktape.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: svaarala/duktape
|
||||||
|
tag_prefix: ^v
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user