diff --git a/duktape.spec b/duktape.spec index 5afc400..e5b67ce 100644 --- a/duktape.spec +++ b/duktape.spec @@ -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 - 2.6.0-2 +- delete examples from devel + * Thu Apr 28 2022 Hugel - 2.6.0-1 - Initial package diff --git a/duktape.yaml b/duktape.yaml new file mode 100644 index 0000000..fb83de5 --- /dev/null +++ b/duktape.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: svaarala/duktape +tag_prefix: ^v +separator: .