Use system valgrind headers
https://bugzilla.redhat.com/show_bug.cgi?id=1141474
This commit is contained in:
parent
50d01a11e5
commit
40a8f72a6b
8
gcr.spec
8
gcr.spec
@ -1,6 +1,6 @@
|
|||||||
Name: gcr
|
Name: gcr
|
||||||
Version: 3.13.91
|
Version: 3.13.91
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A library for bits of crypto UI and parsing
|
Summary: A library for bits of crypto UI and parsing
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -23,6 +23,7 @@ BuildRequires: vala-devel
|
|||||||
BuildRequires: vala-tools
|
BuildRequires: vala-tools
|
||||||
BuildRequires: libxslt
|
BuildRequires: libxslt
|
||||||
BuildRequires: docbook-style-xsl
|
BuildRequires: docbook-style-xsl
|
||||||
|
BuildRequires: valgrind-devel
|
||||||
|
|
||||||
Conflicts: gnome-keyring < 3.3.0
|
Conflicts: gnome-keyring < 3.3.0
|
||||||
|
|
||||||
@ -45,6 +46,8 @@ The gcr-devel package includes the header files for the gcr library.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
# Use system valgrind headers instead
|
||||||
|
rm -rf build/valgrind/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-introspection
|
%configure --enable-introspection
|
||||||
@ -126,6 +129,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-2
|
||||||
|
- Use system valgrind headers (#1141474)
|
||||||
|
|
||||||
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
||||||
- Update to 3.13.91
|
- Update to 3.13.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user