Use system valgrind headers (#1141474)
This commit is contained in:
parent
af90af562d
commit
564777d90a
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libsecret
|
||||
Version: 0.18
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Library for storing and retrieving passwords and other secrets
|
||||
|
||||
License: LGPLv2+
|
||||
@ -19,6 +19,7 @@ BuildRequires: vala-tools
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: valgrind-devel
|
||||
|
||||
Provides: bundled(egglib)
|
||||
|
||||
@ -40,6 +41,9 @@ developing applications that use %{name}.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Use system valgrind headers instead
|
||||
rm -rf build/valgrind/
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -78,6 +82,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 16 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.18-5
|
||||
- Use system valgrind headers (#1141474)
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user