source: projects/specs/trunk/f/fcitx-anthy/fcitx-anthy-vl.spec @ 9893

Revision 9893, 1.2 KB checked in by iwaim, 8 years ago (diff)

fcitx-anthy 0.2.2-1

Line 
1%define ver 0.2.2
2%define rel 1
3
4Summary: Anthy Wrapper for Fcitx
5Name: fcitx-anthy
6Version: %{ver}
7Release: %{rel}%{?_dist_release}
8License: GPLv2+
9Group: System Environment/Libraries
10URL: https://fcitx-im.org/
11Source0: http://download.fcitx-im.org/fcitx-anthy/%{name}-%{version}.tar.xz
12BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
13BuildRequires: cmake
14BuildRequires: anthy-devel
15BuildRequires: fcitx-devel
16Requires: fcitx
17
18Distribution: Vine Linux
19Vendor:       Project Vine
20Packager:     iwaim
21
22%description
23Anthy Wrapper for Fcitx. Ported from scim-anthy.
24
25%prep
26%setup -q
27
28%build
29%__mkdir build
30pushd build
31%cmake ..
32make
33popd
34
35%install
36rm -rf $RPM_BUILD_ROOT
37pushd build
38make install INSTALL="install -p" DESTDIR=$RPM_BUILD_ROOT
39popd
40
41%{find_lang} %{name}
42
43%clean
44rm -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.