OLD | NEW |
---|---|
1 Name: @PROJECT_NAME@ | 1 Name: @PROJECT_NAME@ |
2 Version: @PRJ_VER@ | 2 Version: @PRJ_VER@ |
3 Release: @PRJ_VER_RELEASE@%{?dist} | 3 Release: @PRJ_VER_RELEASE@%{?dist} |
4 Summary: The Chewing engine for IBus input platform | 4 Summary: The Chewing engine for IBus input platform |
5 License: GPLv2+ | 5 License: GPLv2+ |
6 Group: System Environment/Libraries | 6 Group: System Environment/Libraries |
7 URL: http://code.google.com/p/ibus/ | 7 URL: http://code.google.com/p/ibus/ |
8 Source0: http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz | 8 Source0: http://ibus.googlecode.com/files/%{name}-%{version}-Source.tar.gz |
9 | 9 |
10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) | 10 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
11 | 11 |
12 BuildRequires: gettext-devel | 12 # Chromium change: Remove dependency on gettext |
13 #BuildRequires: gettext-devel | |
satorux1
2011/02/25 01:54:47
I think this file isn't used for Chrome OS. You do
Zachary Kuznia
2011/02/25 02:04:29
Done.
| |
13 BuildRequires: gtk2-devel | 14 BuildRequires: gtk2-devel |
14 BuildRequires: ibus-devel >= 1.1 | 15 BuildRequires: ibus-devel >= 1.1 |
15 BuildRequires: cmake >= 2.4 | 16 BuildRequires: cmake >= 2.4 |
16 BuildRequires: gob2 | 17 BuildRequires: gob2 |
17 BuildRequires: libchewing-devel >= 0.3.2-16 | 18 BuildRequires: libchewing-devel >= 0.3.2-16 |
18 BuildRequires: pkgconfig | 19 BuildRequires: pkgconfig |
19 BuildRequires: GConf2-devel | 20 BuildRequires: GConf2-devel |
20 BuildRequires: libXtst-devel | 21 BuildRequires: libXtst-devel |
21 Requires: ibus >= 1.1 | 22 Requires: ibus >= 1.1 |
22 Requires: libchewing >= 0.3.2-16 | 23 Requires: libchewing >= 0.3.2-16 |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
72 %defattr(-,root,root,-) | 73 %defattr(-,root,root,-) |
73 %doc AUTHORS README ChangeLog NEWS COPYING | 74 %doc AUTHORS README ChangeLog NEWS COPYING |
74 %{_libexecdir}/ibus-engine-chewing | 75 %{_libexecdir}/ibus-engine-chewing |
75 %{_datadir}/%{name} | 76 %{_datadir}/%{name} |
76 %{_datadir}/ibus/component/chewing.xml | 77 %{_datadir}/ibus/component/chewing.xml |
77 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas | 78 %config(noreplace) %{_sysconfdir}/gconf/schemas/%{name}.schemas |
78 | 79 |
79 %changelog | 80 %changelog |
80 @RPM_CHANGELOG@ | 81 @RPM_CHANGELOG@ |
81 | 82 |
OLD | NEW |