Disable coverage analysis, build-time paths get hard-coded
This commit is contained in:
parent
65c5557ba5
commit
f76a6e4df1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.16.0
|
Version: 0.16.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -147,7 +147,7 @@ the emacs-%{name} package to use Vala with GNU Emacs.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-coverage
|
%configure
|
||||||
# Don't use rpath!
|
# Don't use rpath!
|
||||||
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 %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
@ -319,6 +319,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 5 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-2
|
||||||
- Update vala-mode.el to April 2011 release
|
- Update vala-mode.el to April 2011 release
|
||||||
- Fix registration of Vala alternatives
|
- Fix registration of Vala alternatives
|
||||||
|
Loading…
Reference in New Issue
Block a user