| Revision 8430,
1.5 KB
checked in by Takemikaduchi, 12 years ago
(diff) |
|
KDE-4.12.5
|
| Rev | Line | |
|---|
| [7801] | 1 | Name: kde-dev-scripts |
|---|
| 2 | Summary: Development scripts for KDE |
|---|
| 3 | Summary(ja): KDE 用開発スクリプト集 |
|---|
| [8430] | 4 | Version: 4.12.5 |
|---|
| [7801] | 5 | Release: 1%{?_dist_release} |
|---|
| 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 | |
|---|
| 17 | BuildArch: noarch |
|---|
| 18 | |
|---|
| 19 | Vendor: Project Vine |
|---|
| 20 | Distribution: Vine Linux |
|---|
| 21 | Packager: Takemikaduchi |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | %description |
|---|
| 25 | %{summary} |
|---|
| 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 | %clean |
|---|
| 52 | rm -rf $RPM_BUILD_ROOT |
|---|
| 53 | |
|---|
| 54 | %files |
|---|
| 55 | %defattr(-,root,root,-) |
|---|
| 56 | %doc COPYING COPYING.DOC |
|---|
| 57 | %{_bindir}/* |
|---|
| 58 | %{_mandir}/man1/*.1.gz |
|---|
| 59 | |
|---|
| 60 | |
|---|
| 61 | %changelog |
|---|
| [8430] | 62 | * Wed May 07 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1 |
|---|
| 63 | - new upstream release |
|---|
| 64 | |
|---|
| [8252] | 65 | * Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1 |
|---|
| 66 | - new upstream release |
|---|
| 67 | |
|---|
| [8056] | 68 | * Wed Dec 18 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.4-1 |
|---|
| 69 | - new upstream release |
|---|
| 70 | |
|---|
| [7801] | 71 | * Sun Sep 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.11.1-1 |
|---|
| 72 | - initial build |
|---|
| 73 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.