| 1 | Name: kdesdk-strigi-analyzers |
|---|
| 2 | Summary: Strigi analyzer |
|---|
| 3 | Version: 4.14.3 |
|---|
| 4 | Release: 2%{?_dist_release} |
|---|
| 5 | |
|---|
| 6 | License: GPLv2 |
|---|
| 7 | Group: Applications/Development |
|---|
| 8 | URL: http://www.kde.org/ |
|---|
| 9 | |
|---|
| 10 | Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | BuildRequires: kdelibs-devel >= %{version} |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | Vendor: Project Vine |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Packager: Takemikaduchi |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | %description |
|---|
| 24 | %{summary} |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | %prep |
|---|
| 28 | %setup -q |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | mkdir -p %{_target_platform} |
|---|
| 32 | pushd %{_target_platform} |
|---|
| 33 | %cmake \ |
|---|
| 34 | -DCMAKE_BUILD_TYPE=release \ |
|---|
| 35 | -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ |
|---|
| 36 | -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \ |
|---|
| 37 | -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \ |
|---|
| 38 | -DLIB_INSTALL_DIR:PATH=%{_libdir} \ |
|---|
| 39 | -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \ |
|---|
| 40 | -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ |
|---|
| 41 | .. |
|---|
| 42 | popd |
|---|
| 43 | |
|---|
| 44 | make %{?_smp_mflags} -C %{_target_platform} |
|---|
| 45 | |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | rm -rf $RPM_BUILD_ROOT |
|---|
| 49 | make install/fast DESTDIR=%{buildroot} -C %{_target_platform} |
|---|
| 50 | |
|---|
| 51 | |
|---|
| 52 | %clean |
|---|
| 53 | rm -rf $RPM_BUILD_ROOT |
|---|
| 54 | |
|---|
| 55 | |
|---|
| 56 | %files |
|---|
| 57 | %defattr(-,root,root,-) |
|---|
| 58 | %doc COPYING |
|---|
| 59 | %{_libdir}/strigi/strigila_diff.so |
|---|
| 60 | %{_libdir}/strigi/strigila_po.so |
|---|
| 61 | %{_libdir}/strigi/strigita_ts.so |
|---|
| 62 | %{_libdir}/strigi/strigita_xlf.so |
|---|
| 63 | %{_datadir}/strigi/fieldproperties/strigi_translation.fieldproperties |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | %changelog |
|---|
| 67 | * Fri Jul 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2 |
|---|
| 68 | - rebuild with gcc-5.4.0 |
|---|
| 69 | |
|---|
| 70 | * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1 |
|---|
| 71 | - new upstream release |
|---|
| 72 | |
|---|
| 73 | * Wed May 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1 |
|---|
| 74 | - new upstream release |
|---|
| 75 | |
|---|
| 76 | * Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1 |
|---|
| 77 | - new upstream release |
|---|
| 78 | |
|---|
| 79 | * Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1 |
|---|
| 80 | - new upstream release |
|---|
| 81 | |
|---|
| 82 | * Mon Sep 16 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1 |
|---|
| 83 | - initial build |
|---|
| 84 | |
|---|