Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
23472d1e2c
!26 update to version 0.56.14
From: @lwg99 
Reviewed-by: @open-bot 
Signed-off-by: @open-bot
2023-11-29 03:35:07 +00:00
lwg K
4ec9a12acb update to version 0.56.14 2023-11-20 11:19:55 +08:00
openeuler-ci-bot
60d8500bfa
!24 fix issue : I6O4ZM
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2023-03-18 04:42:14 +00:00
丈青山
68f541f9b5
fix issue : I6O4ZM
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
2023-03-18 04:08:41 +00:00
openeuler-ci-bot
2903a9ad99
!22 remove rpath
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2023-03-15 06:46:07 +00:00
丈青山
202f149830 remove rpath
Signed-off-by: 丈青山 <lin.zhang@turbolinux.com.cn>
2023-03-15 13:32:44 +08:00
openeuler-ci-bot
26926a15ff
!21 Update to 0.56.3
From: @dwl301 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2023-02-02 07:29:58 +00:00
dwl301
2c971ce92c Update to 0.56.3 2023-02-02 14:37:48 +08:00
openeuler-ci-bot
0ad45f3edc
!18 Upgrade to 0.56.1
From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
2022-06-08 05:36:39 +00:00
zhang__3125
a0ba2f6ac4 Upgrade to 0.56.1 2022-06-08 11:37:35 +08:00
4 changed files with 43 additions and 5 deletions

Binary file not shown.

BIN
vala-0.56.14.tar.xz Normal file

Binary file not shown.

View File

@ -4,16 +4,16 @@
%global vala_manpages valac vala-gen-introspect vapigen
Name: vala
Version: 0.56.0
Version: 0.56.14
Release: 1
Summary: Compiler Using the GObject Type System
License: LGPLv2+ and BSD
URL: https://wiki.gnome.org/Projects/Vala
Source0: https://download.gnome.org/sources/vala/0.55/vala-%{version}.tar.xz
Source0: https://download.gnome.org/sources/vala/0.56/vala-%{version}.tar.xz
BuildRequires: flex bison glib2-devel gobject-introspection-devel
BuildRequires: graphviz-devel libxslt dbus-x11 make
BuildRequires: dbus-x11
BuildRequires: dbus-x11 chrpath
Requires(pre): %{_sbindir}/alternatives
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
Requires: %{name} = %{version}-%{release}
@ -21,6 +21,9 @@ Provides: vala(api) = %{api_ver}
Obsoletes: vala-tools < 0.34.0
Conflicts: vala-tools < 0.34.0
Provides: vala-tools = %{version}-%{release}
Provides: valadoc = %{version}-%{release}
Obsoletes: vala-tools < %{version}-%{release}
Conflicts: vala-tools < %{version}-%{release}
%description
Compiler Using the GObject Type System.
@ -46,10 +49,23 @@ Help documents for vala.
%build
%configure
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
make %{?_smp_mflags}
%make_build
%install
%make_install
chrpath -d %{buildroot}%{_bindir}/vala
chrpath -d %{buildroot}%{_bindir}/vala-0.56
chrpath -d %{buildroot}%{_bindir}/valac
chrpath -d %{buildroot}%{_bindir}/valac-0.56
chrpath -d %{buildroot}%{_bindir}/valadoc
chrpath -d %{buildroot}%{_bindir}/valadoc-0.56
chrpath -d %{buildroot}%{_bindir}/vapigen
chrpath -d %{buildroot}%{_bindir}/vapigen-0.56
chrpath -d %{buildroot}%{_libdir}/vala-%{api_ver}/*.so
chrpath -d %{buildroot}%{_libdir}/*.so.*
mkdir -p %{buildroot}/etc/ld.so.conf.d
echo "%{_libdir}/%{name}-%{api_ver}" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
mv %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}{,-`uname -m`}
echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$@"' > \
@ -61,6 +77,12 @@ echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$
%check
make check
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%license COPYING
%{_bindir}/vala
@ -82,6 +104,7 @@ make check
%{_libdir}/libvaladoc-%{api_ver}.so.0*
%{_libdir}/valadoc-%{api_ver}/
%{_datadir}/valadoc-%{api_ver}/
%config(noreplace) /etc/ld.so.conf.d/*
%files devel
%license COPYING
@ -105,6 +128,21 @@ make check
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
%changelog
* Mon Nov 20 2023 lwg <liweiganga@uniontech.com> - 0.56.14-1
- update to version 0.56.14
* Sat Mar 18 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.56.3-3
- fix issue : I6O4ZM
* Mon Mar 13 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.56.3-2
- remove rpath
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.56.3-1
- Upgrade to 0.56.3
* Mon Jun 6 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.56.1-1
- Upgrade to 0.56.1
* Tue Apr 19 2022 dillon chen <dillon.chen@gmail.com> - 0.56.0-1
- Update to 0.56.0

View File

@ -1,4 +1,4 @@
version_control: github.gnome
src_repo: vala
tag_prefix: VALA_
seperator: _
separator: _