]> git.pld-linux.org Git - packages/desktop-wallpapers.git/blob - desktop-wallpapers.spec
8d148df9580e0d03db81ba0a30a270242823921a
[packages/desktop-wallpapers.git] / desktop-wallpapers.spec
1 Summary:        Desktop Background Images
2 Summary(pl):    Obrazki na t³o pulpitu
3 Name:           desktop-backgrounds
4 Version:        1.0.0
5 Release:        6
6 License:        LGPL
7 Group:          X11/Applications/Multimedia
8 Source0:        space-%{version}.tar.gz
9 Source1:        gnome-tiles-%{version}.tar.gz
10 Source2:        Propaganda-%{version}.tar.gz
11 Source3:        README.Propaganda.gz
12 Source4:        README.space.gz
13 Source5:        PHOTO_FAQ.ps.gz
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15 Obsoletes:      gnome-imglib
16 BuildArch:      noarch
17
18
19 %description
20 If you use a desktop environment like GNOME you can use these images
21 to spruce up your background.
22
23 %description -l pl
24 Je¶li u¿ywa siê ¶rodowiska graficznego (np. GNOME), mo¿na wykorzystaæ
25 te pakiety by t³o wygl±da³o bardziej estetycznie.
26
27 %prep
28 %setup -q -c %{name}-%{version} -T -D
29
30 cp -f %{SOURCE3} %{SOURCE4} %{SOURCE5} .
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds
35 cd $RPM_BUILD_ROOT%{_datadir}/pixmaps/backgrounds
36 tar xzf %{SOURCE0}
37 tar xzf %{SOURCE1}
38 tar xzf %{SOURCE2}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc {README.space,README.Propaganda,PHOTO_FAQ.ps}.gz
46 %{_pixmapsdir}/backgrounds/space
47 %{_pixmapsdir}/backgrounds/tiles
48 %{_pixmapsdir}/backgrounds/Propaganda
This page took 0.10571 seconds and 3 git commands to generate.