Compare commits
No commits in common. "23472d1e2cb55d31c75416acd0e1271528b60a29" and "9711af2d2b3cf21f181d0307171860a2d61b99c0" have entirely different histories.
23472d1e2c
...
9711af2d2b
BIN
vala-0.56.0.tar.xz
Normal file
BIN
vala-0.56.0.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
46
vala.spec
46
vala.spec
@ -4,16 +4,16 @@
|
|||||||
%global vala_manpages valac vala-gen-introspect vapigen
|
%global vala_manpages valac vala-gen-introspect vapigen
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.56.14
|
Version: 0.56.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Compiler Using the GObject Type System
|
Summary: Compiler Using the GObject Type System
|
||||||
License: LGPLv2+ and BSD
|
License: LGPLv2+ and BSD
|
||||||
URL: https://wiki.gnome.org/Projects/Vala
|
URL: https://wiki.gnome.org/Projects/Vala
|
||||||
Source0: https://download.gnome.org/sources/vala/0.56/vala-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/vala/0.55/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: flex bison glib2-devel gobject-introspection-devel
|
BuildRequires: flex bison glib2-devel gobject-introspection-devel
|
||||||
BuildRequires: graphviz-devel libxslt dbus-x11 make
|
BuildRequires: graphviz-devel libxslt dbus-x11 make
|
||||||
BuildRequires: dbus-x11 chrpath
|
BuildRequires: dbus-x11
|
||||||
Requires(pre): %{_sbindir}/alternatives
|
Requires(pre): %{_sbindir}/alternatives
|
||||||
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
|
Requires: vala-devel = %{version}-%{release} gobject-introspection-devel
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
@ -21,9 +21,6 @@ Provides: vala(api) = %{api_ver}
|
|||||||
Obsoletes: vala-tools < 0.34.0
|
Obsoletes: vala-tools < 0.34.0
|
||||||
Conflicts: vala-tools < 0.34.0
|
Conflicts: vala-tools < 0.34.0
|
||||||
Provides: vala-tools = %{version}-%{release}
|
Provides: vala-tools = %{version}-%{release}
|
||||||
Provides: valadoc = %{version}-%{release}
|
|
||||||
Obsoletes: vala-tools < %{version}-%{release}
|
|
||||||
Conflicts: vala-tools < %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Compiler Using the GObject Type System.
|
Compiler Using the GObject Type System.
|
||||||
@ -49,23 +46,10 @@ Help documents for vala.
|
|||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
|
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
|
||||||
%make_build
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_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`}
|
mv %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}{,-`uname -m`}
|
||||||
echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$@"' > \
|
echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$@"' > \
|
||||||
@ -77,12 +61,6 @@ echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$
|
|||||||
%check
|
%check
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%post
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_bindir}/vala
|
%{_bindir}/vala
|
||||||
@ -104,7 +82,6 @@ make check
|
|||||||
%{_libdir}/libvaladoc-%{api_ver}.so.0*
|
%{_libdir}/libvaladoc-%{api_ver}.so.0*
|
||||||
%{_libdir}/valadoc-%{api_ver}/
|
%{_libdir}/valadoc-%{api_ver}/
|
||||||
%{_datadir}/valadoc-%{api_ver}/
|
%{_datadir}/valadoc-%{api_ver}/
|
||||||
%config(noreplace) /etc/ld.so.conf.d/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%license COPYING
|
%license COPYING
|
||||||
@ -128,21 +105,6 @@ make check
|
|||||||
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
|
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 19 2022 dillon chen <dillon.chen@gmail.com> - 0.56.0-1
|
||||||
- Update to 0.56.0
|
- Update to 0.56.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user