summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2010-05-26 04:19:42 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2010-05-26 04:19:42 +0000
commitec1868fbab06555e1b4d959faa2ddf26a40f7a86 (patch)
tree5ded2dff216b58154016edf8a61d2335b13ce1f8
parentinitial build (diff)
downloadgtk3-classic-build-gtk3-ec1868fbab06555e1b4d959faa2ddf26a40f7a86.tar.gz
gtk3-classic-build-gtk3-ec1868fbab06555e1b4d959faa2ddf26a40f7a86.tar.bz2
gtk3-classic-build-gtk3-ec1868fbab06555e1b4d959faa2ddf26a40f7a86.zip
fix file list
-rw-r--r--gtk3.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk3.spec b/gtk3.spec
index f76a34d..eda0a73 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -229,9 +229,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%dir %{_sysconfdir}/gtk-3.0
%ghost %{_libdir}/gtk-3.0/%{bin_version}/loaders.cache
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
-# %{_mandir}/man1/gdk-pixbuf-query-loaders-3.0.1
-# %{_mandir}/man1/gtk-query-immodules-3.0.1
-# %{_mandir}/man1/gtk-update-icon-cache-3.0.1
+%{_mandir}/man1/gdk-pixbuf-query-loaders-3.0.1.gz
+%{_mandir}/man1/gtk-query-immodules-3.0.1.gz
+%{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz
%files immodules
%defattr(-, root, root, -)
@@ -268,8 +268,8 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
%files devel-docs
%defattr(-, root, root, -)
%{_datadir}/gtk-doc/html/*
-# %{_mandir}/man1/gdk-pixbuf-csource-3.0.1
-# %{_mandir}/man1/gtk-builder-convert-3.0.1
+%{_mandir}/man1/gdk-pixbuf-csource-3.0.1.gz
+%{_mandir}/man1/gtk-builder-convert-3.0.1.gz
%doc tmpdocs/tutorial
%doc tmpdocs/faq
%doc tmpdocs/examples
bgstack15