| [7801] | 1 | Name: dolphin-plugins |
|---|
| 2 | Summary: dolphin plugins |
|---|
| 3 | Summary(ja): dolphin 用 プラグイン集 |
|---|
| [9222] | 4 | Version: 4.14.3 |
|---|
| [10563] | 5 | Release: 2%{?_dist_release} |
|---|
| [7801] | 6 | |
|---|
| 7 | License: GPLv2 |
|---|
| 8 | Group: Applications/Development |
|---|
| 9 | URL: http://www.kde.org/ |
|---|
| 10 | |
|---|
| 11 | Source: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/%{name}-%{version}.tar.xz |
|---|
| 12 | |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 14 | |
|---|
| 15 | BuildRequires: kdelibs-devel >= %{version} |
|---|
| 16 | BuildRequires: kdebase-devel >= %{version} |
|---|
| 17 | BuildRequires: soprano-devel |
|---|
| 18 | |
|---|
| 19 | Requires: kdebase |
|---|
| 20 | |
|---|
| 21 | Vendor: Project Vine |
|---|
| 22 | Distribution: Vine Linux |
|---|
| 23 | Packager: Takemikaduchi |
|---|
| 24 | |
|---|
| 25 | |
|---|
| 26 | %description |
|---|
| 27 | %{summary} |
|---|
| 28 | |
|---|
| 29 | %prep |
|---|
| 30 | %setup -q |
|---|
| 31 | |
|---|
| 32 | %build |
|---|
| 33 | mkdir -p %{_target_platform} |
|---|
| 34 | pushd %{_target_platform} |
|---|
| 35 | %cmake \ |
|---|
| 36 | -DCMAKE_BUILD_TYPE=release \ |
|---|
| 37 | -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \ |
|---|
| 38 | -DDATA_INSTALL_DIR:PATH=%{_datadir}/kde4/apps \ |
|---|
| 39 | -DINCLUDE_INSTALL_DIR:PATH=%{_includedir}/kde4 \ |
|---|
| 40 | -DLIB_INSTALL_DIR:PATH=%{_libdir} \ |
|---|
| 41 | -DLIBEXEC_INSTALL_DIR:PATH=%{_libexecdir}/kde4 \ |
|---|
| 42 | -DSYSCONF_INSTALL_DIR:PATH=%{_sysconfdir} \ |
|---|
| 43 | .. |
|---|
| 44 | popd |
|---|
| 45 | |
|---|
| 46 | make %{?_smp_mflags} -C %{_target_platform} |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | %install |
|---|
| 50 | rm -rf $RPM_BUILD_ROOT |
|---|
| 51 | make install/fast DESTDIR=%{buildroot} -C %{_target_platform} |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | %clean |
|---|
| 55 | rm -rf $RPM_BUILD_ROOT |
|---|
| 56 | |
|---|
| 57 | |
|---|
| 58 | %files |
|---|
| 59 | %defattr(-,root,root,-) |
|---|
| 60 | %doc COPYING COPYING.DOC COPYING.LIB ChangeLog README |
|---|
| 61 | %{_libdir}/kde4/fileviewbazaarplugin.so |
|---|
| [9222] | 62 | %{_libdir}/kde4/fileviewdropboxplugin.so |
|---|
| [7801] | 63 | %{_libdir}/kde4/fileviewgitplugin.so |
|---|
| 64 | %{_libdir}/kde4/fileviewhgplugin.so |
|---|
| 65 | %{_libdir}/kde4/fileviewsvnplugin.so |
|---|
| 66 | %{_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg |
|---|
| 67 | %{_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg |
|---|
| 68 | %{_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg |
|---|
| 69 | %{_datadir}/kde4/services/fileviewbazaarplugin.desktop |
|---|
| [9222] | 70 | %{_datadir}/kde4/services/fileviewdropboxplugin.desktop |
|---|
| [7801] | 71 | %{_datadir}/kde4/services/fileviewgitplugin.desktop |
|---|
| 72 | %{_datadir}/kde4/services/fileviewhgplugin.desktop |
|---|
| 73 | %{_datadir}/kde4/services/fileviewsvnplugin.desktop |
|---|
| 74 | |
|---|
| 75 | |
|---|
| 76 | %changelog |
|---|
| [10563] | 77 | * Fri Jul 08 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-2 |
|---|
| 78 | - rebuild with gcc-5.4.0 |
|---|
| 79 | |
|---|
| [9222] | 80 | * Thu Jan 01 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1 |
|---|
| 81 | - new upstream release |
|---|
| 82 | |
|---|
| [8430] | 83 | * Wed May 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| [8252] | 86 | * Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1 |
|---|
| 87 | - new upstream release |
|---|
| 88 | |
|---|
| [8056] | 89 | * Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1 |
|---|
| 90 | - new upstream release |
|---|
| 91 | |
|---|
| [7801] | 92 | * Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1 |
|---|
| 93 | - initial build |
|---|
| 94 | |
|---|