diff options
author | Kalev Lember <kalevlember@gmail.com> | 2013-02-05 16:53:52 +0100 |
---|---|---|
committer | Kalev Lember <kalevlember@gmail.com> | 2013-02-05 16:53:52 +0100 |
commit | 76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79 (patch) | |
tree | b92da5c787202c71224ad725c537f0b64f27f012 /gtk3.spec | |
parent | Update to 3.7.8 (diff) | |
download | gtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.tar.gz gtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.tar.bz2 gtk3-classic-build-gtk3-76fbf2aed9c3fbd468fe9f6f0eab39c313a67c79.zip |
Fix the build
Update the %files list to fix the build and adjust the dep versions for
the 3.7.8 release.
Diffstat (limited to 'gtk3.spec')
-rw-r--r-- | gtk3.spec | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -5,8 +5,8 @@ %global glib2_version 2.35.3 %global pango_version 1.32.4 -%global gdk_pixbuf_version 2.26.0 -%global atk_version 2.5.3 +%global gdk_pixbuf_version 2.27.1 +%global atk_version 2.7.5 %global cairo_version 1.10.0 %global xrandr_version 1.2.99.4-2 @@ -225,6 +225,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache %{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml %if %{with_broadway} %{_bindir}/broadwayd +%{_mandir}/man1/broadwayd.1* %endif %files immodules |