Disable coverage analysis, build-time paths get hard-coded

This commit is contained in:
Michel Alexandre Salim 2012-04-06 10:50:27 +07:00
parent 65c5557ba5
commit f76a6e4df1

View File

@ -2,7 +2,7 @@
Name: vala
Version: 0.16.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A modern programming language for GNOME
Group: Development/Languages
@ -147,7 +147,7 @@ the emacs-%{name} package to use Vala with GNU Emacs.
%build
%configure --enable-coverage
%configure
# Don't use rpath!
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
make %{?_smp_mflags}
@ -319,6 +319,9 @@ done
%changelog
* Fri Apr 6 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-3
- Disable coverage analysis, build-time paths get hard-coded
* Thu Apr 5 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-2
- Update vala-mode.el to April 2011 release
- Fix registration of Vala alternatives