783b4ae
%define rh_backgrounds_version 10 
cvsdist 05e94c6
cvsdist 836e5d7
Summary: Desktop backgrounds.
cvsdist 24a1b72
Name: desktop-backgrounds
cvsdist 836e5d7
Version: 2.0
a5708e3
Release: 32
cvsdist 3a1fac5
License: LGPL
cvsdist 24a1b72
Group: Applications/Multimedia
cvsdist 05e94c6
Source: redhat-backgrounds-%{rh_backgrounds_version}.tar.bz2
cvsdist 24a1b72
Source2: Propaganda-1.0.0.tar.gz
cvsdist 24a1b72
Source3: README.Propaganda
cvsdist 836e5d7
BuildRoot: %{_tmppath}/%{name}-%{version}-root
a5708e3
BuildArch: noarch
cvsdist 24a1b72
cvsdist 24a1b72
%description
cvsdist 836e5d7
The desktop-backgrounds package contains artwork intended 
cvsdist 836e5d7
to be used as desktop wallpaper.
cvsdist 836e5d7
cvsdist 836e5d7
%package basic
cvsdist 836e5d7
cvsdist 836e5d7
Summary: Desktop background base set.
cvsdist 836e5d7
Group: Applications/Multimedia
cvsdist 24a1b72
cvsdist 836e5d7
Provides: desktop-backgrounds
cvsdist 836e5d7
Obsoletes: desktop-backgrounds
cvsdist 836e5d7
cvsdist 836e5d7
%description basic
cvsdist 836e5d7
The desktop-backgrounds-basic package contains a good basic set of 
cvsdist 836e5d7
images to use for your desktop background.
cvsdist 836e5d7
Elliot Lee 491ec87
#package extra
cvsdist 836e5d7
Elliot Lee 491ec87
#Summary: Desktop background images.
Elliot Lee 491ec87
#Group: Applications/Multimedia
cvsdist 836e5d7
Elliot Lee 491ec87
#description extra
Elliot Lee 491ec87
#The desktop-backgrounds-extra package contains a larger set of images
Elliot Lee 491ec87
#to use for your desktop background. It builds on
Elliot Lee 491ec87
#desktop-backgrounds-basic.
cvsdist 24a1b72
cvsdist 24a1b72
%prep
cvsdist 05e94c6
%setup -n redhat-backgrounds-%{rh_backgrounds_version}
cvsdist 24a1b72
cvsdist 836e5d7
# move things where %doc can find them
cvsdist 836e5d7
cp %{SOURCE3} .
cvsdist 836e5d7
mv images/space/*.ps .
cvsdist 836e5d7
mv images/space/README* .
cvsdist 836e5d7
cvsdist 836e5d7
# add propaganda
cvsdist 28c3dfc
(cd tiles && tar zxf %{SOURCE2})
cvsdist 28c3dfc
cvsdist 24a1b72
%install
cvsdist 24a1b72
rm -rf $RPM_BUILD_ROOT
cvsdist 24a1b72
cvsdist 836e5d7
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/backgrounds
cvsdist 836e5d7
cd $RPM_BUILD_ROOT%{_prefix}/share/backgrounds
cvsdist 836e5d7
cvsdist 05e94c6
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/images .
cvsdist 05e94c6
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/tiles .
dfe26b9
eafa9c1
mkdir -p $RPM_BUILD_ROOT%{_prefix}/share/gnome-background-properties
eafa9c1
cp -a $RPM_BUILD_DIR/redhat-backgrounds-%{rh_backgrounds_version}/desktop-backgrounds-basic.xml $RPM_BUILD_ROOT%{_prefix}/share/gnome-background-properties
cvsdist 24a1b72
Elliot Lee 12cc066
bgdir=$RPM_BUILD_ROOT%{_prefix}/share/backgrounds
Elliot Lee e7122cd
for I in tiles/Propaganda images/dewdop_leaf.jpg images/dragonfly.jpg images/frosty_pipes.jpg images/in_flight.jpg images/leaf_veins.jpg \
Elliot Lee 12cc066
	images/leafdrops.jpg images/lightrays-transparent.png images/lightrays.png images/lightrays2.png images/raingutter.jpg images/riverstreet_rail.jpg \
Elliot Lee e7122cd
	images/sneaking_branch.jpg images/space images/yellow_flower.jpg; do
Elliot Lee 12cc066
	rm -rf ${bgdir}/${I}
Elliot Lee 12cc066
done
Elliot Lee 12cc066
cvsdist 24a1b72
%clean
cvsdist 24a1b72
rm -rf $RPM_BUILD_ROOT
cvsdist 24a1b72
cvsdist 836e5d7
# basic contains some reasonable sane basic tiles
cvsdist 836e5d7
%files basic
cvsdist 836e5d7
%defattr(-, root, root)
cvsdist 836e5d7
%dir %{_datadir}/backgrounds
cvsdist 28c3dfc
%dir %{_datadir}/backgrounds/tiles
cvsdist 836e5d7
%dir %{_datadir}/backgrounds/images
cvsdist 28c3dfc
%{_datadir}/backgrounds/tiles/*.png
cvsdist 3a1fac5
%{_datadir}/backgrounds/tiles/*jpg
37f46ee
%{_datadir}/backgrounds/images/default.png
e1e7678
%{_datadir}/backgrounds/images/tiny_blast_of_red.jpg
e1e7678
%{_datadir}/backgrounds/images/ladybugs.jpg
e1e7678
%{_datadir}/backgrounds/images/stone_bird.jpg
e1e7678
%{_datadir}/backgrounds/images/flowers_and_leaves.jpg
e1e7678
%{_datadir}/backgrounds/images/earth_from_space.jpg
eafa9c1
%dir %{_datadir}/gnome-background-properties
eafa9c1
%{_datadir}/gnome-background-properties/desktop-backgrounds-basic.xml
cvsdist 836e5d7
cvsdist 836e5d7
# extra contains big images, plus Propaganda tiles
Elliot Lee 491ec87
#files extra
Elliot Lee 491ec87
#defattr(-, root, root)
Elliot Lee 491ec87
#doc README.space PHOTO_FAQ.ps README.Propaganda
Elliot Lee 491ec87
#dir %{_datadir}/backgrounds
Elliot Lee 491ec87
#dir %{_datadir}/backgrounds/images
Elliot Lee 491ec87
#dir %{_datadir}/backgrounds/tiles
Elliot Lee 491ec87
#{_datadir}/backgrounds/tiles/Propaganda
Elliot Lee 491ec87
#{_datadir}/backgrounds/images/*
cvsdist 836e5d7
## we'll see if rpm likes this
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/tiny_blast_of_red.jpg
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/ladybugs.jpg
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/stone_bird.jpg
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/flowers_and_leaves.jpg
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/earth_from_space.jpg
Elliot Lee 491ec87
#exclude %{_datadir}/backgrounds/images/default.png
cvsdist 836e5d7
cvsdist 24a1b72
%changelog
a5708e3
* Mon Jun  5 2006 Matthias Clasen <mclasen@redaht.com> 2.0-32
a5708e3
- Move the default background to fedora-logos
a5708e3
1cb1eab
* Mon Dec 19 2005 Ray Strode <rstrode@redhat.com> 2.0-31
1cb1eab
- replace default fedora background with new one
1cb1eab
  from Diana Fong
1cb1eab
7ec2c8b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> 2.0-30.1
df33710
- rebuilt
df33710
783b4ae
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> 2.0-30
783b4ae
- Replace earth_from_space.jpg with a non-mirrored version (#163345)
783b4ae
503bb3a
* Wed Apr 27 2005 John (J5) Palmieri <johnp@redhat.com> 2.0-29
503bb3a
- Add translations
659edf2
- redhat-backgrounds-9
503bb3a
Elliot Lee 491ec87
* Tue Feb 22 2005 Elliot Lee <sopwith@redhat.com> 2.0-28
Elliot Lee 491ec87
- Remove extra backgrounds for now to save space.
Elliot Lee 491ec87
eafa9c1
* Wed Feb  2 2005 Matthias Clasen <mclasen@redhat.com> - 2.0-27
eafa9c1
- Move .xml files to where the background capplet in
eafa9c1
  Gnome 2.10 will find them
eafa9c1
77a44d1
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2.1E
77a44d1
- RHEL build
77a44d1
f489500
* Mon Oct 18 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.2
f489500
- New background
f489500
1ab1923
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26.1E
1ab1923
- RHEL build
1ab1923
b52527f
* Thu Sep 30 2004 Alexander Larsson <alexl@redhat.com> - 2.0-26
b52527f
- New default background infrastructure.
b52527f
e1e7678
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.25
e1e7678
- avoid duplicate images
e1e7678
dfe26b9
* Mon Sep 27 2004 Matthias Clasen <mclasen@@redhat.com> 2.0.24
dfe26b9
- Prepopulate the list of backgrounds in the background
dfe26b9
  changes with a small set of good backgrounds (#133382)
dfe26b9
- redhat-backgrounds-7
dfe26b9
Elliot Lee 410530c
* Thu Sep 09 2004 Elliot Lee <sopwith@redhat.com> 2.0-23
Elliot Lee 410530c
- Really update the default background.
Elliot Lee 9c88922
cvsdist 0114959
* Wed Jul 07 2004 Elliot Lee <sopwith@redhat.com> 2.0-21
cvsdist 0114959
- Change background for FC3test1
cvsdist 0114959
cvsdist 9a716f0
* Thu May  6 2004 Jeremy Katz <katzj@redhat.com> - 2.0-20
cvsdist 9a716f0
- background from Garrett for FC2
cvsdist 9a716f0
cvsdist 9a716f0
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 9a716f0
- rebuilt
cvsdist ea1a3b9
cvsdist f2da282
* Sun Nov  2 2003 Elliot Lee <sopwith@redhat.com> 2.0-18
cvsdist f2da282
- redhat-backgrounds-6
cvsdist f2da282
cvsdist f2da282
* Wed Oct 29 2003 Havoc Pennington <hp@redhat.com> 2.0-17
cvsdist f2da282
- redhat-backgrounds-5
cvsdist f2da282
cvsdist 9f5b1cc
* Tue Sep 23 2003 Michael Fulbright <msf@redhat.com> 2.0-16
cvsdist f2da282
- new fedora background 
cvsdist f2da282
- (this change was never committed to cvs -hp)
cvsdist 9f5b1cc
cvsdist 9f5b1cc
* Thu Jul 17 2003 Havoc Pennington <hp@redhat.com> 2.0-15
cvsdist 9f5b1cc
- background for the beta
cvsdist 9f5b1cc
cvsdist 05e94c6
* Fri Feb 21 2003 Havoc Pennington <hp@redhat.com> 2.0-14
cvsdist 05e94c6
- some background tweaks from Garrett
cvsdist 05e94c6
cvsdist 05e94c6
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 05e94c6
- rebuilt
cvsdist 05e94c6
cvsdist 05e94c6
* Fri Dec  6 2002 Havoc Pennington <hp@redhat.com>
cvsdist 05e94c6
- rebuild
cvsdist 05e94c6
- update redhat-backgrounds version
cvsdist 05e94c6
cvsdist ef2ac6a
* Tue Sep  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist ef2ac6a
- new redhat-backgrounds from CVS with new default
cvsdist ef2ac6a
cvsdist 3a1fac5
* Tue Aug 27 2002 Than Ngo <than@redhat.com> 2.0-9
cvsdist 3a1fac5
- add missing kdebase desktop backgrounds (bug #72508)
cvsdist 3a1fac5
cvsdist 526abc8
* Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 526abc8
- drop the beta placeholder in favor of final background
cvsdist 526abc8
cvsdist 28c3dfc
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
cvsdist 28c3dfc
- new redhat-backgrounds with wallpapers moved to tiles
cvsdist 28c3dfc
- overwrite default.png with a placeholder
cvsdist 28c3dfc
cvsdist 836e5d7
* Fri Aug  9 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new redhat-backgrounds with default.png
cvsdist 836e5d7
cvsdist 836e5d7
* Mon Jul 22 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new redhat-backgrounds from CVS with default.jpg
cvsdist 836e5d7
cvsdist 836e5d7
* Tue Jul 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- new images from Garrett added to -extra
cvsdist 836e5d7
cvsdist 836e5d7
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 836e5d7
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist 836e5d7
- redo it, now it includes the tile/image collection
cvsdist 836e5d7
  redhat-backgrounds from CVS, plus propaganda
cvsdist 836e5d7
- move things to datadir/share/backgrounds/images 
cvsdist 836e5d7
  and datadir/share/backgrounds/wallpapers
cvsdist 836e5d7
- split into a small basic package and an extra package, 
cvsdist 836e5d7
  so we can have packages require the basic package
cvsdist 836e5d7
  without sucking in huge images
cvsdist 836e5d7
- move space images into devserv CVS
cvsdist 836e5d7
- move nautilus and kdebase tiles into devserv CVS
cvsdist 836e5d7
cvsdist 836e5d7
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 836e5d7
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 836e5d7
- automated rebuild
cvsdist 836e5d7
cvsdist 24a1b72
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 24a1b72
- automatic rebuild
cvsdist 24a1b72
cvsdist 24a1b72
* Thu Jun 29 2000 Dave Mason <dcm@redhat.com>
cvsdist 24a1b72
- updated spec file to RPM guidelines
cvsdist 24a1b72
cvsdist 24a1b72
* Thu Jun 29 2000 Than Ngo <than@redhat.de>
cvsdist 24a1b72
- FHS fixes
cvsdist 24a1b72
cvsdist 24a1b72
* Tue Feb 01 2000 Preston Brown <pbrown@redhat.com>
cvsdist 24a1b72
- new space backgrounds
cvsdist 24a1b72
cvsdist 24a1b72
* Fri Apr  2 1999 Jonathan Blandford <jrb@redhat.com>
cvsdist 24a1b72
- added propaganda tiles.  Spruced it up a bit
cvsdist 24a1b72
- moved README files out of tarball, and into docs dir.
cvsdist 24a1b72
cvsdist 24a1b72
* Fri Mar 19 1999 Michael Fulbright <drmike@redhat.com>
cvsdist 24a1b72
- First attempt