!2 delete examples from devel

From: @hugel 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-04-28 07:18:55 +00:00 committed by Gitee
commit d8cc4a4c37
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: duktape
Version: 2.6.0
Release: 1
Release: 2
Summary: Embeddable Javascript engine
License: MIT
Url: http://duktape.org/
@ -57,7 +57,7 @@ install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/libduktaped.so.*
%files devel
%doc examples/ README.rst
%doc README.rst
%{_includedir}/duk_config.h
%{_includedir}/duktape.h
%{_libdir}/libduktape.so
@ -65,5 +65,8 @@ install -Dm0644 %{name}.pc.in %{buildroot}%{_libdir}/pkgconfig/%{name}.pc
%{_libdir}/pkgconfig/duktape.pc
%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
- Initial package

4
duktape.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: svaarala/duktape
tag_prefix: ^v
separator: .