- valgrind exists only on selected arches
This commit is contained in:
parent
3ac4321b24
commit
4e9794303f
@ -1,8 +1,8 @@
|
|||||||
Name: libdbusmenu
|
Name: libdbusmenu
|
||||||
Version: 12.10.2
|
Version: 12.10.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: A library that pulling out some code out of indicator-applet
|
Summary: A library that pulling out some code out of indicator-applet
|
||||||
|
|
||||||
# All files installed in final rpms use C sources with dual licensing headers.
|
# All files installed in final rpms use C sources with dual licensing headers.
|
||||||
# Tests compiled in the build process are licensed GPLv3
|
# Tests compiled in the build process are licensed GPLv3
|
||||||
|
|
||||||
@ -15,11 +15,14 @@ BuildRequires: json-glib-devel
|
|||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: gnome-doc-utils
|
BuildRequires: gnome-doc-utils
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
BuildRequires: python
|
BuildRequires: python
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
|
# valgrind exists only on selected arches
|
||||||
|
%ifarch %{ix86} x86_64 ppc ppc64 s390x %{arm}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -246,6 +249,9 @@ mv %{buildroot}%{_docdir}/%{name}/examples/glib-server-nomenu.c \
|
|||||||
%{_docdir}/%{name}-tools-%{version}/README.dbusmenu-bench
|
%{_docdir}/%{name}-tools-%{version}/README.dbusmenu-bench
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jun 02 2013 Dan Horák <dan[at]danny.cz> - 12.10.2-3
|
||||||
|
- valgrind exists only on selected arches
|
||||||
|
|
||||||
* Mon May 27 2013 Eduardo Echeverria <echevemaster@gmail.com> - 12.10.2-2
|
* Mon May 27 2013 Eduardo Echeverria <echevemaster@gmail.com> - 12.10.2-2
|
||||||
- Fix issues with macros-in-comment
|
- Fix issues with macros-in-comment
|
||||||
- Fix cosmetics errors
|
- Fix cosmetics errors
|
||||||
|
Loading…
Reference in New Issue
Block a user