| Revision 9893,
1.2 KB
checked in by iwaim, 11 years ago
(diff) |
|
fcitx-anthy 0.2.2-1
|
| Line | |
|---|
| 1 | %define ver 0.2.2 |
|---|
| 2 | %define rel 1 |
|---|
| 3 | |
|---|
| 4 | Summary: Anthy Wrapper for Fcitx |
|---|
| 5 | Name: fcitx-anthy |
|---|
| 6 | Version: %{ver} |
|---|
| 7 | Release: %{rel}%{?_dist_release} |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | Group: System Environment/Libraries |
|---|
| 10 | URL: https://fcitx-im.org/ |
|---|
| 11 | Source0: http://download.fcitx-im.org/fcitx-anthy/%{name}-%{version}.tar.xz |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot |
|---|
| 13 | BuildRequires: cmake |
|---|
| 14 | BuildRequires: anthy-devel |
|---|
| 15 | BuildRequires: fcitx-devel |
|---|
| 16 | Requires: fcitx |
|---|
| 17 | |
|---|
| 18 | Distribution: Vine Linux |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Packager: iwaim |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | Anthy Wrapper for Fcitx. Ported from scim-anthy. |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | %setup -q |
|---|
| 27 | |
|---|
| 28 | %build |
|---|
| 29 | %__mkdir build |
|---|
| 30 | pushd build |
|---|
| 31 | %cmake .. |
|---|
| 32 | make |
|---|
| 33 | popd |
|---|
| 34 | |
|---|
| 35 | %install |
|---|
| 36 | rm -rf $RPM_BUILD_ROOT |
|---|
| 37 | pushd build |
|---|
| 38 | make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT |
|---|
| 39 | popd |
|---|
| 40 | |
|---|
| 41 | %{find_lang} %{name} |
|---|
| 42 | |
|---|
| 43 | %clean |
|---|
| 44 | rm -rf $RPM_BUILD_ROOT |
|---|
| 45 | |
|---|
| 46 | %files -f %{name}.lang |
|---|
| 47 | %defattr(-,root,root,-) |
|---|
| 48 | %doc README AUTHORS COPYING |
|---|
| 49 | %{_libdir}/fcitx |
|---|
| 50 | %{_datadir}/fcitx |
|---|
| 51 | %{_datadir}/icons/hicolor/*/status/fcitx*.png |
|---|
| 52 | %{_datadir}/icons/hicolor/*/status/fcitx*.svg |
|---|
| 53 | |
|---|
| 54 | %changelog |
|---|
| 55 | * Mon Jun 1 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2.2-1 |
|---|
| 56 | - update to 0.2.2 |
|---|
| 57 | |
|---|
| 58 | * Sat May 2 2015 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2.1-1 |
|---|
| 59 | - update to 0.2.1 |
|---|
| 60 | |
|---|
| 61 | * Tue Nov 5 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2.0-1 |
|---|
| 62 | - initial release |
|---|
Note: See
TracBrowser
for help on using the repository browser.