diff --git a/.cvsignore b/.cvsignore index e69de29..260dee9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +ibus-rawcode-1.0.0.20090303.tar.gz diff --git a/ibus-rawcode.spec b/ibus-rawcode.spec new file mode 100644 index 0000000..8ee0e9b --- /dev/null +++ b/ibus-rawcode.spec @@ -0,0 +1,53 @@ +Name: ibus-rawcode +Version: 1.0.0.20090303 +Release: 2%{?dist} +Summary: The Rawcode engine for IBus input platform +License: GPLv2+ +Group: System Environment/Libraries +URL: http://github.com/pravins/ibus-rawcode/tree/master +Source0: http://pravins.fedorapeople.org/ibus-rawcode/%{name}-%{version}.tar.gz + +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildRequires: gettext-devel +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: ibus-devel + +Requires: ibus + +%description +The Rawcode engine for IBus platform. + +%prep +%setup -q + +%build +%configure --disable-static +# make -C po update-gmo +make %{?_smp_mflags} + +%install +rm -rf $RPM_BUILD_ROOT +make DESTDIR=${RPM_BUILD_ROOT} install +rm -f $RPM_BUILD_ROOT%{python_sitearch}/_rawcode.la + +%find_lang %{name} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files -f %{name}.lang +%defattr(-,root,root,-) +%doc AUTHORS COPYING README +%{_libexecdir}/ibus-engine-rawcode +%{_datadir}/ibus-rawcode +%{_datadir}/ibus/component/* + +%changelog +* Tue Mar 03 2009 Pravin Satpute - 1.0.0.20090303-2 +- removed mod_path +- added build requires ibus-devel + +* Tue Mar 03 2009 Pravin Satpute - 1.0.0.20090303-1 +- The first version. diff --git a/import.log b/import.log new file mode 100644 index 0000000..48f28af --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +ibus-rawcode-1_0_0_20090303-2_fc11:HEAD:ibus-rawcode-1.0.0.20090303-2.fc11.src.rpm:1236141134 diff --git a/sources b/sources index e69de29..468a99b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +26e7aeb1e54ebbab4de222f67ffe174f ibus-rawcode-1.0.0.20090303.tar.gz