source: projects/specs/trunk/k/kde-wallpapers/kde-wallpapers-vl.spec @ 9222

Revision 9222, 1.4 KB checked in by Takemikaduchi, 9 years ago (diff)

R: rebuild
openbabel: add BR
k3b: new upstream release
others: KDE-4.14.3

Line 
1Name: kde-wallpapers
2Summary: KDE wallpapers
3Summary(ja): KDE ワークスペース用のデスクトップ壁紙集
4Version: 4.14.3
5Release: 1%{?_dist_release}
6
7License: GPLv2
8Group: User Interface/Desktops
9URL: http://www.kde.org/
10
11Source0: ftp://ftp.kde.org/pub/kde/stable/%{version}/src/kde-wallpapers-%{version}.tar.xz
12
13BuildRoot: %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires: cmake
16BuildRequires: kdelibs-devel
17
18BuildArch: noarch
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24%{summary}.
25
26%prep
27%setup -q
28
29%build
30mkdir -p %{_target_platform}
31pushd %{_target_platform}
32
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    ..
42popd
43
44make %{?_smp_mflags} -C %{_target_platform}
45
46%install
47rm -rf $RPM_BUILD_ROOT
48
49make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
50
51%clean
52rm -rf $RPM_BUILD_ROOT
53
54%files
55%defattr(-,root,root,-)
56%{_datadir}/wallpapers/*
57
58%changelog
59* Wed Dec 31 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.14.3-1
60- new upstream release
61
62* Mon May 05 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.5-1
63- new upstream release
64
65* Sun Feb 09 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.12.2-1
66- divide package from kdebase-workspace
67
Note: See TracBrowser for help on using the repository browser.