[frogr] spec: fix BuildRequires/Requires
- From: Mario Sanchez Prada <msanchez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [frogr] spec: fix BuildRequires/Requires
- Date: Tue, 31 May 2011 13:11:38 +0000 (UTC)
commit 2cc4ac1621712b87d6c6013c6bb23b625cbf88ed
Author: Christophe Fergeau <cfergeau redhat com>
Date: Tue May 31 13:01:58 2011 +0200
spec: fix BuildRequires/Requires
Put one BuildRequires per line to improve readability. Drop explicit
requires on libraries since the needed ones will be automatically
generated during the rpm building process.
desktop-file-utils is needed at build time, not at package install
time, so move it to a BuildRequires.
frogr.spec | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/frogr.spec b/frogr.spec
index acb4dde..e055a31 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -8,8 +8,12 @@ License: GPLv3
URL: http://live.gnome.org/Frogr
Source0: http://download.gnome.org/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
-BuildRequires: gtk3-devel > 3.0, libsoup-devel > 2.26, libxml2-devel > 2.6.8, libexif-devel > 0.6.14
-Requires: gtk3 > 3.0, libsoup > 2.26, libxml2 > 2.6.8, libexif > 0.6.14, gvfs, desktop-file-utils
+BuildRequires: gtk3-devel > 3.0,
+BuildRequires: libsoup-devel > 2.26
+BuildRequires: libxml2-devel > 2.6.8
+BuildRequires: libexif-devel > 0.6.14
+BuildRequires: desktop-file-utils
+Requires: gvfs
%description
Frogr is a small application for the GNOME desktop that allows users
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]