- Update to 2.91.1
This commit is contained in:
parent
42fb020f3d
commit
f28e248b43
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
gtk+-2.90.5.tar.bz2
|
gtk+-2.90.5.tar.bz2
|
||||||
/gtk+-2.90.7.tar.bz2
|
/gtk+-2.90.7.tar.bz2
|
||||||
/gtk+-2.91.0.tar.bz2
|
/gtk+-2.91.0.tar.bz2
|
||||||
|
/gtk+-2.91.1.tar.bz2
|
||||||
|
18
gtk3.spec
18
gtk3.spec
@ -10,8 +10,8 @@
|
|||||||
|
|
||||||
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 2.91.0
|
Version: 2.91.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -110,7 +110,7 @@ widget toolkit.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n gtk+-%{version}
|
%setup -q -n gtk+-%{version}
|
||||||
%patch0 -p1 -b .system-python
|
%patch0 -p1 -b .system-python
|
||||||
%patch2 -p1 -b .fresh-tooltips
|
#%patch2 -p1 -b .fresh-tooltips
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -146,7 +146,6 @@ mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/gtk-3.0
|
|||||||
# Make cleaned-up versions of tutorials, examples, and faq for installation
|
# Make cleaned-up versions of tutorials, examples, and faq for installation
|
||||||
#
|
#
|
||||||
mkdir -p tmpdocs
|
mkdir -p tmpdocs
|
||||||
cp -aR docs/tutorial/html tmpdocs/tutorial
|
|
||||||
cp -aR docs/faq/html tmpdocs/faq
|
cp -aR docs/faq/html tmpdocs/faq
|
||||||
|
|
||||||
for dir in examples/* ; do
|
for dir in examples/* ; do
|
||||||
@ -170,6 +169,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|||||||
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/*/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/*/*.la
|
||||||
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/*/*.la
|
rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/*/*.la
|
||||||
|
|
||||||
|
rm $RPM_BUILD_ROOT%{_bindir}/hello-world
|
||||||
|
rm $RPM_BUILD_ROOT%{_bindir}/window-default
|
||||||
|
|
||||||
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
|
touch $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
|
||||||
|
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
|
mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules
|
||||||
@ -178,6 +180,7 @@ mkdir -p $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/immodules
|
|||||||
%post
|
%post
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||||
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%post immodules
|
%post immodules
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||||
@ -190,6 +193,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
if [ $1 -gt 0 ]; then
|
if [ $1 -gt 0 ]; then
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||||
fi
|
fi
|
||||||
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%postun immodules
|
%postun immodules
|
||||||
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||||
@ -220,6 +224,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
|
%ghost %{_libdir}/gtk-3.0/%{bin_version}/immodules.cache
|
||||||
%{_mandir}/man1/gtk-query-immodules-3.0.1.gz
|
%{_mandir}/man1/gtk-query-immodules-3.0.1.gz
|
||||||
%{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz
|
%{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
|
||||||
|
|
||||||
%files immodules
|
%files immodules
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@ -256,11 +261,12 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
%{_mandir}/man1/gtk-builder-convert-3.0.1.gz
|
%{_mandir}/man1/gtk-builder-convert-3.0.1.gz
|
||||||
%doc tmpdocs/tutorial
|
|
||||||
%doc tmpdocs/faq
|
%doc tmpdocs/faq
|
||||||
%doc tmpdocs/examples
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 20 2010 Richard Hughes <richard@hughsie.com> 2.91.1-1
|
||||||
|
- Update to 2.91.1
|
||||||
|
|
||||||
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
|
* Tue Oct 12 2010 Matthias Clasen <mclasen@redhat.com> 2.91.0-2
|
||||||
- Fix a crash in the tooltip code
|
- Fix a crash in the tooltip code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user