summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2010-06-12 05:22:16 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2010-06-12 05:22:16 +0000
commit2916533a7ccae280ca0ae116ec1efafdef9c2149 (patch)
tree9adbe0fbb8dd5b16d360eb6beb24e2a1d3c1910a /gtk3.spec
parentfix spec (diff)
downloadgtk3-classic-build-gtk3-2916533a7ccae280ca0ae116ec1efafdef9c2149.tar.gz
gtk3-classic-build-gtk3-2916533a7ccae280ca0ae116ec1efafdef9c2149.tar.bz2
gtk3-classic-build-gtk3-2916533a7ccae280ca0ae116ec1efafdef9c2149.zip
fix spec
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 9f8b21c..a9821b5 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -5,7 +5,6 @@
%global libpng_version 2:1.2.2-16
%global xrandr_version 1.2.99.4-2
%global gobject_introspection_version 0.6.7
-%global gir_repository_version 0.6.5-5
%global bin_version 3.0.0
@@ -50,7 +49,6 @@ BuildRequires: libXcomposite-devel
BuildRequires: libXdamage-devel
BuildRequires: libXi-devel
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
-BuildRequires: gir-repository-devel >= %{gir_repository_version}
# required for icon theme apis to work
Requires: hicolor-icon-theme
bgstack15