automatic version update by autodist [release 0.46.3-1mamba;Wed Oct 09 2019]
This commit is contained in:
parent
bd1ff32222
commit
55312e7418
32
vala.spec
32
vala.spec
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f 1-2)
|
||||
%define apiver %majver
|
||||
Name: vala
|
||||
Version: 0.44.7
|
||||
Version: 0.46.3
|
||||
Release: 1mamba
|
||||
Summary: Compiler for the GObject type system
|
||||
Group: Development/Languages
|
||||
@ -61,12 +61,17 @@ This package contains tools to generate Vala projects, as well as API bindings f
|
||||
%{_datadir}/vala-%{apiver}/*
|
||||
%{_libdir}/libvala-*.so.*
|
||||
%{_libdir}/libvaladoc-%{apiver}.so.*
|
||||
%{_libdir}/valadoc/doclets/devhelp/libdoclet.la
|
||||
%{_libdir}/valadoc/doclets/devhelp/libdoclet.so
|
||||
%{_libdir}/valadoc/doclets/gtkdoc/libdoclet.la
|
||||
%{_libdir}/valadoc/doclets/gtkdoc/libdoclet.so
|
||||
%{_libdir}/valadoc/doclets/html/libdoclet.la
|
||||
%{_libdir}/valadoc/doclets/html/libdoclet.so
|
||||
%dir %{_libdir}/valadoc-%{majver}
|
||||
%dir %{_libdir}/valadoc-%{majver}/doclets
|
||||
%dir %{_libdir}/valadoc-%{majver}/doclets/devhelp
|
||||
%{_libdir}/valadoc-%{majver}/doclets/devhelp/*.la
|
||||
%{_libdir}/valadoc-%{majver}/doclets/devhelp/*.so
|
||||
%dir %{_libdir}/valadoc-%{majver}/doclets/gtkdoc
|
||||
%{_libdir}/valadoc-%{majver}/doclets/gtkdoc/*.la
|
||||
%{_libdir}/valadoc-%{majver}/doclets/gtkdoc/*.so
|
||||
%dir %{_libdir}/valadoc-%{majver}/doclets/html
|
||||
%{_libdir}/valadoc-%{majver}/doclets/html/*.la
|
||||
%{_libdir}/valadoc-%{majver}/doclets/html/*.so
|
||||
%doc AUTHORS COPYING THANKS
|
||||
|
||||
%files devel
|
||||
@ -102,10 +107,9 @@ This package contains tools to generate Vala projects, as well as API bindings f
|
||||
%{_bindir}/valadoc
|
||||
%{_bindir}/valadoc-%{apiver}
|
||||
%{_bindir}/vapigen*
|
||||
#%{_bindir}/vapicheck*
|
||||
%dir %{_datadir}/valadoc
|
||||
%dir %{_datadir}/valadoc/icons
|
||||
%{_datadir}/valadoc/icons/*
|
||||
%dir %{_datadir}/valadoc-%{majver}
|
||||
%dir %{_datadir}/valadoc-%{majver}/icons
|
||||
%{_datadir}/valadoc-%{majver}/icons/*
|
||||
%{_libdir}/vala-*
|
||||
%{_mandir}/man1/valac*
|
||||
%{_mandir}/man1/vapigen*
|
||||
@ -114,6 +118,12 @@ This package contains tools to generate Vala projects, as well as API bindings f
|
||||
%{_mandir}/man1/valadoc.1*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 09 2019 Automatic Build System <autodist@mambasoft.it> 0.46.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.46.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 0.44.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user