delete examples from devel

This commit is contained in:
Hugel 2022-04-28 15:03:04 +08:00
parent 09e2094593
commit b92f9df267
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: .