This commit is contained in:
parent
e98a60ef43
commit
3b21ee9054
@ -164,6 +164,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
%description -n maliit-inputcontext-gtk2
|
%description -n maliit-inputcontext-gtk2
|
||||||
Gtk+ plugin for basic Gtk+ version 2 toolkit support
|
Gtk+ plugin for basic Gtk+ version 2 toolkit support
|
||||||
|
|
||||||
|
%if 0%{?fedora} != 14
|
||||||
%package -n maliit-inputcontext-gtk3
|
%package -n maliit-inputcontext-gtk3
|
||||||
Summary: Maliit Input Context Plugin for Gtk+3
|
Summary: Maliit Input Context Plugin for Gtk+3
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -171,6 +172,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
%description -n maliit-inputcontext-gtk3
|
%description -n maliit-inputcontext-gtk3
|
||||||
Gtk+ plugin for basic Gtk+ version 3 toolkit support
|
Gtk+ plugin for basic Gtk+ version 3 toolkit support
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
@ -327,10 +329,12 @@ rm -rf %{buildroot}
|
|||||||
%{_bindir}/maliit-exampleapp-gtk2
|
%{_bindir}/maliit-exampleapp-gtk2
|
||||||
%{_libdir}/gtk-2.0/2.10.0/immodules/libim-maliit.so*
|
%{_libdir}/gtk-2.0/2.10.0/immodules/libim-maliit.so*
|
||||||
|
|
||||||
|
%if 0%{?fedora} != 14
|
||||||
%files -n maliit-inputcontext-gtk3
|
%files -n maliit-inputcontext-gtk3
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_bindir}/maliit-exampleapp-gtk3
|
%{_bindir}/maliit-exampleapp-gtk3
|
||||||
%{_libdir}/gtk-3.0/3.0.0/immodules/libim-maliit.so*
|
%{_libdir}/gtk-3.0/3.0.0/immodules/libim-maliit.so*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 13 2011 Luis Araujo <luis.araujo@collabora.co.uk> - 0.81.1.1-0
|
* Tue Dec 13 2011 Luis Araujo <luis.araujo@collabora.co.uk> - 0.81.1.1-0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user