source: projects/specs/trunk/f/fcitx-configtool/fcitx-configtool-vl.spec @ 7970

Revision 7970, 1.1 KB checked in by iwaim, 11 years ago (diff)

fcitx-configtool 0.4.8-1

Line 
1%define ver 0.4.8
2%define rel 1
3
4Summary: a GTK based configurae tool for Fcitx
5Summary: GTKベースのFcitx設定ツール
6Name: fcitx-configtool
7Version: %{ver}
8Release: %{rel}%{?_dist_release}
9License: GPLv2
10Group: System Environment/Libraries
11URL: https://fcitx-im.org
12Source0: http://download.fcitx-im.org/fcitx-configtool/%{name}-%{version}.tar.xz
13BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
14BuildRequires: cmake
15BuildRequires: fcitx-devel >= 4.2.8
16BuildRequires: gtk3-devel >= 3.4
17BuildRequires: iso-codes
18Requires: fcitx
19
20Distribution: Vine Linux
21Vendor:       Project Vine
22Packager:     iwaim
23
24%description
25A GTK based configurae tool for fcitx.
26
27%description -l ja
28GTKベースのFcitx設定ツール
29
30%prep
31%setup -q
32
33%build
34%__mkdir build
35pushd build
36%cmake ..
37make %{?_smp_mflags}
38popd
39
40%install
41rm -rf $RPM_BUILD_ROOT
42pushd build
43make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
44popd
45
46%find_lang %{name}
47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files -f %{name}.lang
52%defattr(-,root,root,-)
53%doc README COPYING
54%{_bindir}/fcitx-config-gtk3
55
56%changelog
57* Fri Nov  8 2013 IWAI, Masaharu <iwaim.sub@gmail.com> 0.4.8-1
58- initial release
59
Note: See TracBrowser for help on using the repository browser.