New snapshot

This commit is contained in:
supercyper 2010-07-20 03:03:40 +00:00
parent 6cad61208c
commit 5873260f89
2 changed files with 15 additions and 13 deletions

View File

@ -1,14 +1,14 @@
%define svndate 20100514 %define svndate 20100602
%define svnver 365 %define svnver 366
%define _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/fcitx.conf %define _xinputconf %{_sysconfdir}/X11/xinit/xinput.d/fcitx.conf
Name: fcitx Name: fcitx
Summary: Free Chinese Input Toy for X (XIM) Summary: Free Chinese Input Toy for X (XIM)
Version: 3.6.3 Version: 3.6.3
Release: 5.%{?svndate}svn_utf8%{?dist} Release: 6.%{?svndate}svn_utf8%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://code.google.com/p/%{name}/ URL: http://code.google.com/p/%{name}/
# #
# The upstream svn trunk and the released tar ball are in GBK coding. We use the # The upstream svn trunk and the released tar ball are in GBK coding. We use the
# UTF-8 branch. And upstream has planned to move to UTF-8 coding in some future # UTF-8 branch. And upstream has planned to move to UTF-8 coding in some future
@ -19,16 +19,16 @@ URL: http://code.google.com/p/%{name}/
# following commands to generate the tarball: # following commands to generate the tarball:
# svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate} # svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate}
# tar -cjvf fcitx-%{svndate}.tar.bz2 fcitx-%{svndate} # tar -cjvf fcitx-%{svndate}.tar.bz2 fcitx-%{svndate}
Source0: %{name}-%{svndate}.tar.bz2 Source0: %{name}-%{svndate}.tar.bz2
Source1: xinput-%{name} Source1: xinput-%{name}
BuildRequires: autoconf automake BuildRequires: autoconf automake
BuildRequires: gettext-devel BuildRequires: gettext-devel
BuildRequires: libXtst-devel BuildRequires: libXtst-devel
BuildRequires: libXft-devel BuildRequires: libXft-devel
BuildRequires: libXpm-devel BuildRequires: libXpm-devel
BuildRequires: dbus-devel BuildRequires: dbus-devel
Requires: im-chooser Requires: im-chooser
Requires(post): %{_sbindir}/alternatives Requires(post): %{_sbindir}/alternatives
Requires(postun): %{_sbindir}/alternatives Requires(postun): %{_sbindir}/alternatives
%description %description
@ -90,6 +90,9 @@ fi
%{_datadir}/pixmaps/* %{_datadir}/pixmaps/*
%changelog %changelog
* Tue Jul 20 2010 Chen Lei <supercyper@163.com> - 3.6.3-6.20100602svn_utf8
- svn 366
* Mon Jun 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-5.20100514svn_utf8 * Mon Jun 14 2010 Chen Lei <supercyper@163.com> - 3.6.3-5.20100514svn_utf8
- Remove BR:libXext-devel - Remove BR:libXext-devel

View File

@ -1,2 +1 @@
b2f08f13936566ec09a1c3ee5a908b64 fcitx-20100410.tar.bz2 7f09b6c56eae10960004e7730ea18b35 fcitx-20100602.tar.bz2
f95e24c760777dc85cafb2772f76a950 fcitx-20100514.tar.bz2