Enable coverage analysis

- Drop redundant --enable-vapigen, it's now the default
This commit is contained in:
Michel Alexandre Salim 2012-02-06 16:04:28 +01:00
parent 467f4085c4
commit aaba61c8b6

View File

@ -2,7 +2,7 @@
Name: vala
Version: 0.15.1
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-vapigen
%configure --enable-coverage
# Don't use rpath!
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
make %{?_smp_mflags}
@ -309,6 +309,10 @@ fi
%changelog
* Mon Feb 6 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-3
- Enable coverage analysis
- Drop redundant --enable-vapigen, it's now the default
* Fri Feb 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.15.1-2
- Support parallel installation with other Vala versions