]> git.pld-linux.org Git - packages/gnome-common.git/commitdiff
add runtime deps for gnome-autogen
authorElan Ruusamäe <glen@delfi.ee>
Tue, 24 Mar 2015 10:44:38 +0000 (12:44 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 24 Mar 2015 10:44:41 +0000 (12:44 +0200)
$ /usr/bin/gnome-autogen.sh
checking for automake >= 1.11.2...
  testing automake... found 1.14.1
checking for autoreconf >= 2.53...
  testing autoreconf... found 2.69
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.42.1
checking for intltool >= 0.25...
  testing intltoolize... found 0.50.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.28
checking for gnome-common >= 2.3.0...
  testing gnome-doc-common... found 3.14.0

gnome-common.spec

index bf21f5cac4bd5db5fe45b08dda4a9cbdc5fb5974..4752495cb3baed7d7b5e9938b14ae4a47b2dcb49 100644 (file)
@@ -18,11 +18,13 @@ BuildRequires:      tar >= 1:1.22
 BuildRequires: xz
 Requires:      autoconf >= 2.53
 Requires:      automake >= 1:1.11.2
+Requires:      glib2-devel >= 1:2.42.1
+Requires:      pkgconfig >= 1:0.14.0
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-gnome-common provides macros for GNOME modules.
+gnome-common provides macros for building GNOME modules.
 
 %description -l es.UTF-8
 gnome-common provee unos macros para los módulos de GNOME.
This page took 0.120672 seconds and 4 git commands to generate.