automatic version update by autodist [release 0.24.0-1mamba;Tue Mar 25 2014]

This commit is contained in:
Automatic Build System 2024-01-05 18:53:47 +01:00
parent d9dd1aa54a
commit 4d1a5717a1

View File

@ -1,7 +1,8 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
%define apiver 0.24
Name: vala Name: vala
Version: 0.22.1 Version: 0.24.0
Release: 2mamba Release: 1mamba
Summary: Compiler for the GObject type system Summary: Compiler for the GObject type system
Group: Development/Languages Group: Development/Languages
Vendor: openmamba Vendor: openmamba
@ -12,7 +13,6 @@ Source: http://download.gnome.org/sources/vala/%{majver}/vala-%{version}.
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libffi-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -57,8 +57,8 @@ This package contains tools to generate Vala projects, as well as API bindings f
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_datadir}/vala-%{majver} %dir %{_datadir}/vala-%{apiver}
%{_datadir}/vala-%{majver}/* %{_datadir}/vala-%{apiver}/*
%{_libdir}/libvala-*.so.* %{_libdir}/libvala-*.so.*
%doc AUTHORS COPYING THANKS %doc AUTHORS COPYING THANKS
@ -73,18 +73,18 @@ This package contains tools to generate Vala projects, as well as API bindings f
%{_datadir}/devhelp/books/vala-* %{_datadir}/devhelp/books/vala-*
%{_datadir}/vala/Makefile.vapigen %{_datadir}/vala/Makefile.vapigen
%{_libdir}/pkgconfig/libvala-*.pc %{_libdir}/pkgconfig/libvala-*.pc
%{_datadir}/pkgconfig/vapigen-%{majver}.pc %{_datadir}/pkgconfig/vapigen-%{apiver}.pc
%{_datadir}/pkgconfig/vapigen.pc %{_datadir}/pkgconfig/vapigen.pc
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%files tools %files tools
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/valac %{_bindir}/valac
%{_bindir}/valac-%{majver} %{_bindir}/valac-%{apiver}
%{_bindir}/vala %{_bindir}/vala
%{_bindir}/vala-%{majver} %{_bindir}/vala-%{apiver}
%{_bindir}/vala-gen-introspect %{_bindir}/vala-gen-introspect
%{_bindir}/vala-gen-introspect-%{majver} %{_bindir}/vala-gen-introspect-%{apiver}
%{_bindir}/vapigen* %{_bindir}/vapigen*
%{_bindir}/vapicheck* %{_bindir}/vapicheck*
%{_libdir}/vala-* %{_libdir}/vala-*
@ -93,8 +93,17 @@ This package contains tools to generate Vala projects, as well as API bindings f
%{_mandir}/man1/vala-gen-introspect* %{_mandir}/man1/vala-gen-introspect*
%changelog %changelog
* Sat Mar 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.1-2mamba * Tue Mar 25 2014 Automatic Build System <autodist@mambasoft.it> 0.24.0-1mamba
- rebuilt to fix bug between rpm 5.2.1-22mamba and -23mamba - automatic version update by autodist
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 0.23.3-1mamba
- automatic version update by autodist
* Wed Feb 05 2014 Automatic Build System <autodist@mambasoft.it> 0.23.2-1mamba
- automatic version update by autodist
* Mon Dec 23 2013 Automatic Build System <autodist@mambasoft.it> 0.23.1-1mamba
- automatic version update by autodist
* Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 0.22.1-1mamba * Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 0.22.1-1mamba
- automatic version update by autodist - automatic version update by autodist