Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
49d99e4f81
!19 【轻量级PR】修正changelog中的错误日期
From: @konglidong 
Reviewed-by: @zhang__3125 
Signed-off-by: @zhang__3125
2022-06-16 04:50:09 +00:00
konglidong
eac37bd4f2 modify bad date in changelog 2022-06-15 17:35:34 +08:00
openeuler-ci-bot
76cc5c9339 !14 remove rpath
From: @caodongxia
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-09-10 02:35:31 +00:00
caodongxia
dfb23524a4 remove rpath 2021-09-10 08:56:42 +08:00
openeuler-ci-bot
f4ac262e9e !11 Add missing Provides: vala-tools
From: @dwl301
Reviewed-by: @zhang__3125
Signed-off-by: @zhang__3125
2021-06-24 08:04:38 +00:00
wenlong ding
3c55936f4b Add missing Provides: vala-tools 2021-06-24 15:24:59 +08:00
openeuler-ci-bot
818484d88d !10 Correct package depends, Delete unnecessary items
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-05-24 10:38:00 +08:00
weijin-deng
5e01f5fd34 Correct package depends
Delete unnecessary and uncorrect Requires, Provides, Obsoletes, Conflicts
Update Release to 2
2021-05-24 09:48:11 +08:00
openeuler-ci-bot
a09e7014f8 !8 Upgrade to 0.50.8
From: @weijin-deng
Reviewed-by: @dwl301
Signed-off-by: @dwl301
2021-05-21 18:21:10 +08:00
weijin-deng
c05c8fdcc3 Upgrade to 0.50.8
Update api_ver, Version, Release, Source0
2021-05-21 17:46:20 +08:00
3 changed files with 40 additions and 16 deletions

Binary file not shown.

BIN
vala-0.50.8.tar.xz Normal file

Binary file not shown.

View File

@ -1,38 +1,34 @@
%global api_ver 0.48
%global api_ver 0.50
%global priority 90
%global vala_binaries vala valac vala-gen-introspect vapigen
%global vala_manpages valac vala-gen-introspect vapigen
Name: vala
Version: 0.48.6
Release: 2
Version: 0.50.8
Release: 4
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.48/vala-%{version}.tar.xz
Source0: https://download.gnome.org/sources/vala/0.50/vala-%{version}.tar.xz
BuildRequires: flex bison glib2-devel gobject-introspection-devel
BuildRequires: graphviz-devel libxslt dbus-x11
BuildRequires: dbus-x11
BuildRequires: dbus-x11 chrpath
Requires(pre): %{_sbindir}/alternatives
Requires: libvala = %{version}-%{release} gobject-introspection-devel
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
Requires: %{name} = %{version}-%{release}
Provides: vala(api) = %{api_ver}
Obsoletes: vala-tools < 0.34.0
Conflicts: vala-tools < 0.34.0
Provides: vala-tools = %{version}-%{release} vala(api) = %{api_ver}
Provides: valadoc = %{version}-%{release}
Obsoletes: valadoc < %{version}-%{release}
Provides: vala-tools = %{version}-%{release}
%description
Compiler Using the GObject Type System.
%package devel
Summary: Library and and head file for vala compiler
Requires: libvala = %{version}-%{release} valadoc = %{version}-%{release}
Provides: vala-devel = %{version}-%{release} libvala = %{version}-%{release}
Provides: libvala-devel = %{version}-%{release} valadoc-devel = %{version}-%{release}
Obsoletes: vala-devel < 0.43 libvala = %{version}-%{release}
Obsoletes: libvala-devel = %{version}-%{release} valadoc-devel = %{version}-%{release}
Provides: vala-devel = %{version}-%{release}
Obsoletes: vala-devel < 0.43
%description devel
Library and and head file for vala compiler.
@ -40,8 +36,6 @@ Library and and head file for vala compiler.
%package help
Summary: Help documents for vala
Requires: %{name} = %{version}-%{release} devhelp
Provides: %{name}-doc = %{version}-%{release}
Obsoletes: %{name}-doc < %{version}-%{release}
%description help
Help documents for vala.
@ -60,6 +54,14 @@ sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
install -d $RPM_BUILD_ROOT%{_datadir}/vala/vapi
%delete_la
chrpath -d %{buildroot}/%{_bindir}/valadoc-0.50
chrpath -d %{buildroot}/%{_bindir}/valac-0.50
chrpath -d %{buildroot}/%{_libdir}/libvaladoc-0.50.so.0.0.0
mkdir -p %{buildroot}/etc/ld.so.conf.d
echo "%{_libdir}/%{name}-0.50" > %{buildroot}/etc/ld.so.conf.d/%{name}-%{_arch}.conf
%check
make check
@ -76,6 +78,12 @@ if [ $1 -gt 1 ] ; then
done
fi
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%license COPYING
%{_bindir}/vala
@ -97,6 +105,7 @@ fi
%{_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
@ -120,6 +129,21 @@ fi
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
%changelog
* Thu Sep 9 2021 caodongxia <caodongxia@huawei.com> - 0.50.8-4
- Remove rpath
* Thu Jun 24 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 0.50.8-3
- Add missing Provides: vala-tools
* Sun May 23 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.50.8-2
- Correct package depends
- Delete unnecessary and uncorrect Requires, Provides, Obsoletes, Conflicts
- Update Release to 2
* Wed May 19 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.50.8-1
- Upgrade to 0.50.8
- Update api_ver, Version, Release, Source0
* Wed Jun 3 2020 wutao <wutao61@huawei.com> - 0.48.6-2
- Upagrade to 0.48.6-2