source: projects/specs/trunk/k/kaccessible/kaccessible-vl.spec @ 8056

Revision 8056, 2.0 KB checked in by Takemikaduchi, 10 years ago (diff)

KDE-4.11.4
exiv2-0.24
wireshark-1.10.5, etc...

Line 
1Name: kaccessible
2Summary: KDE accessibility services
3Summary(ja): KDE アクセシビリティサービス
4Version: 4.11.4
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group: Applications/Accessories
9URL: http://www.kde.org/
10
11Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires: kdelibs-devel
16BuildRequires: speech-dispatcher-devel
17
18
19%description
20kaccessible implements a QAccessibleBridgePlugin to provide accessibility services like
21focus tracking and a screenreader.
22
23
24%prep
25%setup -q
26
27%build
28mkdir -p %{_target_platform}
29pushd %{_target_platform}
30%cmake \
31    -DCMAKE_BUILD_TYPE=release \
32    -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
33    -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \
34    -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \
35    -DLIB_INSTALL_DIR:PATH=%{_libdir} \
36    -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \
37    -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \
38    ..
39popd
40
41make %{?_smp_mflags} -C %{_target_platform}
42
43
44%install
45rm -rf $RPM_BUILD_ROOT
46make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
47
48
49%clean
50rm -rf $RPM_BUILD_ROOT
51
52
53%files
54%defattr(-,root,root)
55%doc COPYING.LIB
56%{_libdir}/kde4/plugins/accessiblebridge/kaccessiblebridge.so
57%{_libexecdir}/kde4/kaccessibleapp
58%{_datadir}/dbus-1/services/org.kde.kaccessible.service
59
60
61%changelog
62* Wed Dec 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1
63- new upstream release
64
65* Sun Sep 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1
66- new upstream release
67
68* Sat Jul 06 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.10.5-1
69- new upstream release
70
71* Thu Jan 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.5-1
72- new upstream release
73
74* Sat Nov 10 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.3-1
75- new upstream release
76
77* Sun Oct 07 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.2-1
78- new upstream release
79
80* Thu Sep 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.1-1
81- new upstream release
82
83* Sat Aug 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.9.0-1
84- initial build
Note: See TracBrowser for help on using the repository browser.