]> git.pld-linux.org Git - packages/kde4-wallpapers.git/blob - kde4-wallpapers.spec
9e54fa5986c3d47a39c21e9381577225c07ce679
[packages/kde4-wallpapers.git] / kde4-wallpapers.spec
1 # TODO:
2 %define         orgname         kde-wallpapers
3 %define         _state          stable
4 %define         qtver           4.8.3
5
6 Summary:        KDE 4 wallpapers
7 Summary(pl.UTF-8):      Tapety KDE 4
8 Name:           kde4-wallpapers
9 Version:        4.13.1
10 Release:        1
11 License:        GPL v2+
12 Group:          X11/Applications
13 Source0:        ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.xz
14 # Source0-md5:  b4239975da80cc02f0520901bb0680a4
15 URL:            http://www.kde.org/
16 Obsoletes:      kde4-kdebase-workspace-wallpapers
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 This package contains KDE wallpapers.
21
22 %description -l pl.UTF-8
23 Ten pakiet zawiera tapety KDE.
24
25 %prep
26 %setup -q -n %{orgname}-%{version}
27
28 %build
29 install -d build
30 cd build
31 %cmake \
32         -DLIBEXEC_INSTALL_DIR=%{_libdir}/kde4/libexec \
33         ../
34
35 %{__make}
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39
40 %{__make} -C build install \
41         DESTDIR=$RPM_BUILD_ROOT \
42         kde_htmldir=%{_kdedocdir}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %{_datadir}/wallpapers/Ariya
50 %{_datadir}/wallpapers/Auros
51 %{_datadir}/wallpapers/Autumn
52 %{_datadir}/wallpapers/Azul
53 %{_datadir}/wallpapers/Blue_Wood
54 %{_datadir}/wallpapers/Castilla_Sky
55 %{_datadir}/wallpapers/Elarun
56 %{_datadir}/wallpapers/Flores
57 %{_datadir}/wallpapers/Flying_Field
58 %{_datadir}/wallpapers/Fog_on_the_West_Lake
59 %{_datadir}/wallpapers/Grass
60 %{_datadir}/wallpapers/Hanami
61 %{_datadir}/wallpapers/Horos
62 %{_datadir}/wallpapers/Media_Life
63 %{_datadir}/wallpapers/Prato
This page took 0.073089 seconds and 2 git commands to generate.