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

Revision 7966, 1.1 KB checked in by iwaim, 10 years ago (diff)

fcitx-anthy 0.2.0-1

Line 
1%define ver 0.2.0
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* Tue Nov  5 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.2.0-1
56- initial release
Note: See TracBrowser for help on using the repository browser.