Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > d68896b6ac35c9c803bf5090c24ea1d2 > files > 2

ibus-unikey-0.6.0-1.fc15.src.rpm

Name:		ibus-unikey
Version:	0.6.0
Release:	1%{?dist}
Summary:	Vietnamese engine for IBus input platform

Group:		User Interface/X
License:	GPLv3
URL:		http://code.google.com/p/ibus-unikey/
Source0:	http://ibus-unikey.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	gettext
BuildRequires:	ibus-devel
BuildRequires:	gtk2-devel
BuildRequires:  intltool
Requires:	ibus

%description
A Vietnamese engine for IBus input platform that uses Unikey.


%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc README AUTHORS COPYING ChangeLog
%{_datadir}/%{name}/
%{_datadir}/ibus/component/unikey.xml
%{_libexecdir}/ibus-engine-unikey
%{_libexecdir}/ibus-setup-unikey


%changelog
* Tue Sep 25 2011 Truong Anh Tuan <tuanta@iwayvietnam.com> - 0.6.0-1
- Update release 0.6.0 from upstream

* Mon Mar 28 2011 Truong Anh Tuan <tuanta@iwayvietnam.com> - 0.5.1-5
- Changing the .spec file to apply the Patch0 conditionally (Fedora >= 15 only)

* Mon Feb 21 2011 Truong Anh Tuan <tuanta@iwayvietnam.com> - 0.5.1-4
- Rewrite ChangeLog to meet the Packaging Guidelines as comment #11, bug #662604.

* Mon Feb 21 2011 Daiki Ueno <dueno@redhat.com> - 0.5.1-3
- Add a patch to build with ibus-1.4.

* Mon Dec 20 2010 Truong Anh Tuan <tuanta@iwayvietnam.com> - 0.5.1-2
- Use find_lang instead of {_datadir}/locale/...
- {_datadir}/{name}/* will only own the files inside that folder, use {_datadir}/{name}/ instead.
- Since ibus is a dependency of this package it should only own {_datadir}/ibus/component/unikey.xml.

* Mon Dec 13 2010 Truong Anh Tuan <tuanta@iwayvietnam.com> - 0.5.1-1
- Initial release 0.5.1 getting from upstream.