3.0.9
This commit is contained in:
parent
d543d63a30
commit
0dc2c47f4e
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ gtk+-2.90.5.tar.bz2
|
|||||||
/gtk+-3.0.6.tar.bz2
|
/gtk+-3.0.6.tar.bz2
|
||||||
/gtk+-3.0.7.tar.bz2
|
/gtk+-3.0.7.tar.bz2
|
||||||
/gtk+-3.0.8.tar.bz2
|
/gtk+-3.0.8.tar.bz2
|
||||||
|
/gtk+-3.0.9.tar.bz2
|
||||||
|
@ -18,9 +18,6 @@ URL: http://www.gtk.org
|
|||||||
Source: http://download.gnome.org/sources/gtk+/3.0/gtk+-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtk+/3.0/gtk+-%{version}.tar.bz2
|
||||||
Source1: im-cedilla.conf
|
Source1: im-cedilla.conf
|
||||||
|
|
||||||
# upstream fix
|
|
||||||
Patch0: 0001-GtkGrid-Add-forgotten-RTL-flipping.patch
|
|
||||||
|
|
||||||
BuildRequires: gnome-common autoconf automake intltool gettext
|
BuildRequires: gnome-common autoconf automake intltool gettext
|
||||||
BuildRequires: atk-devel >= %{atk_version}
|
BuildRequires: atk-devel >= %{atk_version}
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
@ -112,7 +109,6 @@ widget toolkit.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n gtk+-%{version}
|
%setup -q -n gtk+-%{version}
|
||||||
%patch0 -p1 -b .grid-flipping
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -204,6 +200,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%{_datadir}/themes/Raleigh
|
%{_datadir}/themes/Raleigh
|
||||||
%{_libdir}/girepository-1.0
|
%{_libdir}/girepository-1.0
|
||||||
%dir %{_sysconfdir}/gtk-3.0
|
%dir %{_sysconfdir}/gtk-3.0
|
||||||
|
%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
|
||||||
%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
|
||||||
%exclude %{_mandir}/man1/gtk-update-icon-cache.1.gz
|
%exclude %{_mandir}/man1/gtk-update-icon-cache.1.gz
|
||||||
@ -220,7 +217,6 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
|
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-er.so
|
||||||
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
|
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-ti-et.so
|
||||||
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
|
%{_libdir}/gtk-3.0/%{bin_version}/immodules/im-viqr.so
|
||||||
%{_sysconfdir}/X11/xinit/xinput.d/im-cedilla.conf
|
|
||||||
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
|
%config(noreplace) %{_sysconfdir}/gtk-3.0/im-multipress.conf
|
||||||
|
|
||||||
%files immodule-xim
|
%files immodule-xim
|
||||||
@ -242,6 +238,9 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
|||||||
%{_datadir}/gtk-doc
|
%{_datadir}/gtk-doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.9-1
|
||||||
|
- Update to 3.0.9
|
||||||
|
|
||||||
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
|
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.8-3
|
||||||
- Move im-cedilla back to the main package (#637399)
|
- Move im-cedilla back to the main package (#637399)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user