[fedora-gnat-project-common] Removed the dependency on gcc-gnat and added a comment.

Björn Persson rombobeorn at fedoraproject.org
Tue Nov 6 15:36:36 UTC 2012


commit b27e1238142ceeb60faa8136ecbdbf87a76a9a5b
Author: Björn Persson <bjorn at rombobjörn.se>
Date:   Tue Nov 6 16:36:15 2012 +0100

    Removed the dependency on gcc-gnat and added a comment.

 fedora-gnat-project-common.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/fedora-gnat-project-common.spec b/fedora-gnat-project-common.spec
index f8e4af9..da82bdd 100644
--- a/fedora-gnat-project-common.spec
+++ b/fedora-gnat-project-common.spec
@@ -1,6 +1,6 @@
 Name:           fedora-gnat-project-common
 Version:        3.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Files shared by Ada libraries
 Summary(sv):    Gemensamma filer för adabibliotek
 
@@ -10,13 +10,15 @@ URL:            https://fedorahosted.org/released/fedora-gnat-project-common
 Source1:        https://fedorahosted.org/released/fedora-gnat-project-common/download/fedora-gnat-project-common-%{version}.tar.gz
 BuildArch:      noarch
 
-Requires:       gcc-gnat setup
+Requires:       setup
 # workaround for https://bugzilla.redhat.com/show_bug.cgi?id=613407:
 Requires:       libgnat-static
 # macros.gnat requires __global_ldflags:
 Requires:       redhat-rpm-config >= 9.1.0-13
-# Distribute this package only for architectures where gcc-gnat is available:
+# Distribute this package only for architectures where libgnat-static is
+# available:
 ExclusiveArch:  noarch %{GNAT_arches}
+# ("noarch" is included so that the build works.)
 
 %description
 The fedora-gnat-project-common package contains files that are used by the GNAT
@@ -54,6 +56,9 @@ cp -p macros.gnat %{buildroot}%{_sysconfdir}/rpm/
 
 
 %changelog
+* Tue Nov 06 2012 Björn Persson <bjorn at rombobjörn.se> - 3.5-3
+- Removed the dependency on gcc-gnat.
+
 * Fri Oct 05 2012 Björn Persson <bjorn at rombobjörn.se> - 3.5-2
 - Added ExclusiveArch to distribute the package only for architectures where
   gcc-gnat is available.


More information about the scm-commits mailing list