rpms/im-chooser/devel im-chooser.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Akira Tagoh (tagoh) fedora-extras-commits at redhat.com
Mon Jul 10 13:00:26 UTC 2006


Author: tagoh

Update of /cvs/extras/rpms/im-chooser/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13170/devel

Modified Files:
	.cvsignore sources 
Added Files:
	im-chooser.spec 
Log Message:
auto-import im-chooser-0.2.1-3 on branch devel from im-chooser-0.2.1-3.src.rpm


--- NEW FILE im-chooser.spec ---
Name:		im-chooser
Version:	0.2.1
Release:	3%{?dist}
License:	GPL
URL:		http://trac.tagoh.net/projects/im-chooser/
Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	gtk2-devel intltool gettext

Source0:	http://trac.tagoh.net/download/%{name}/%{name}-%{version}.tar.gz

Summary:	Desktop Input Method configuration tool
Group:		Applications/System
Requires(post):	%{_sbindir}/alternatives
Requires(postun): %{_sbindir}/alternatives
Requires:	xorg-x11-xinit >= 1.0.2-5.fc6

%description
im-chooser is an user GUI configuration tool to choose the Input Method
to be used or disable Input Method usage on the desktop.

%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

%post
alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none 10
alternatives --install %{_sysconfdir}/X11/xinit/xinputrc xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim 30

%postun
alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/none
alternatives --remove xinputrc %{_sysconfdir}/X11/xinit/xinput.d/xim

%files -f %{name}.lang
%defattr (-, root, root)
%doc AUTHORS COPYING ChangeLog
%{_bindir}/*
%{_sysconfdir}/X11/xinit/xinput.d/*
%{_datadir}/applications/im-chooser.desktop

%changelog
* Mon Jul 10 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.1-3
- New upstream release.
- improved the package summary and description.
- added intltool to BuildReq.
- added gettext to BuildReq.

* Fri Jul  7 2006 Akira TAGOH <tagoh at redhat.com> - 0.2.0-1
- New upstream release.
- use dist tag.
- registered xinputrc alternatives for none and xim.
- removed the empty docs.
- add Requires: xorg-x11-xinit >= 1.0.2-5.fc6 for new xinput.sh.

* Wed Jun  7 2006 Akira TAGOH <tagoh at redhat.com> - 0.1.1-1
- Initial package.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/im-chooser/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2006 12:59:13 -0000	1.1
+++ .cvsignore	10 Jul 2006 13:00:26 -0000	1.2
@@ -0,0 +1 @@
+im-chooser-0.2.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/im-chooser/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	10 Jul 2006 12:59:13 -0000	1.1
+++ sources	10 Jul 2006 13:00:26 -0000	1.2
@@ -0,0 +1 @@
+8cfab30f5642f6555cc5ec2c53e25d28  im-chooser-0.2.1.tar.gz




More information about the fedora-extras-commits mailing list