| 1 | %define pixdir %{_datadir}/pixmaps/backgrounds |
|---|
| 2 | %define defaultjpg cherryblossom-blue-1920x1200.jpg |
|---|
| 3 | |
|---|
| 4 | Summary: Background pictures for Vine Linux |
|---|
| 5 | Summary(ja): Vine Linux 用の背景画像集 |
|---|
| 6 | Name: vine-backgrounds |
|---|
| 7 | Version: 4.0 |
|---|
| 8 | Release: 1%{?_dist_release} |
|---|
| 9 | Source0: %{name}-%{version}.tar.bz2 |
|---|
| 10 | Group: User Interface/Desktops |
|---|
| 11 | License: GPLv2 |
|---|
| 12 | Buildarch: noarch |
|---|
| 13 | Buildroot: %{_tmppath}/%{name}-root |
|---|
| 14 | Conflicts: gnome-session < 2.14.3-0vl1 |
|---|
| 15 | |
|---|
| 16 | Vendor: Project Vine |
|---|
| 17 | Distribution: Vine Linux |
|---|
| 18 | |
|---|
| 19 | %description |
|---|
| 20 | Background pictures for Vine Linux |
|---|
| 21 | |
|---|
| 22 | %description -l ja |
|---|
| 23 | Vine Linux 用の背景画像集です。 |
|---|
| 24 | |
|---|
| 25 | %prep |
|---|
| 26 | rm -rf $RPM_BUILD_ROOT |
|---|
| 27 | |
|---|
| 28 | %setup -n %{name} |
|---|
| 29 | |
|---|
| 30 | %build |
|---|
| 31 | |
|---|
| 32 | %install |
|---|
| 33 | mkdir -p $RPM_BUILD_ROOT%{pixdir}/Vine |
|---|
| 34 | mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/ |
|---|
| 35 | |
|---|
| 36 | install -m 644 Vine/*.jpg $RPM_BUILD_ROOT%{pixdir}/Vine/ |
|---|
| 37 | install -m 644 gnome-background-properties/*.xml $RPM_BUILD_ROOT%{_datadir}/gnome-background-properties/ |
|---|
| 38 | |
|---|
| 39 | # prepare docs |
|---|
| 40 | mkdir -p docs/Vine |
|---|
| 41 | cp Vine/README docs/Vine |
|---|
| 42 | |
|---|
| 43 | # make symlink |
|---|
| 44 | ln -sf %{defaultjpg} $RPM_BUILD_ROOT%{pixdir}/Vine/default.jpg |
|---|
| 45 | |
|---|
| 46 | %clean |
|---|
| 47 | |
|---|
| 48 | %files |
|---|
| 49 | %defattr(-,root,root) |
|---|
| 50 | %doc docs/* |
|---|
| 51 | %{pixdir}/Vine/ |
|---|
| 52 | %dir %{_datadir}/gnome-background-properties |
|---|
| 53 | %{_datadir}/gnome-background-properties/* |
|---|
| 54 | |
|---|
| 55 | %changelog |
|---|
| 56 | * Thu Apr 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.0-1 |
|---|
| 57 | - remove splash screen |
|---|
| 58 | - remove non-free wallpapers |
|---|
| 59 | - remove 16:9 wallpapers (use 1920x1200 instead) |
|---|
| 60 | - add new wallpapers |
|---|
| 61 | - use cherryblossom-blue-1920x1200.jpg as new default background. |
|---|
| 62 | |
|---|
| 63 | * Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 3.9-1vl5 |
|---|
| 64 | - applied new versioning policy, spec in utf-8 |
|---|
| 65 | |
|---|
| 66 | * Fri May 04 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 3.9-0vl1 |
|---|
| 67 | - add viora-*.jpg |
|---|
| 68 | - update wallpaperlist |
|---|
| 69 | |
|---|
| 70 | * Thu Sep 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.8-0vl1 |
|---|
| 71 | - add gnome-splash.png for Vine Linux custom splash screen. |
|---|
| 72 | |
|---|
| 73 | * Thu Aug 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.7-0vl1 |
|---|
| 74 | - smaller file size(Vine-nature background images) |
|---|
| 75 | |
|---|
| 76 | * Fri Aug 25 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.6-0vl1 |
|---|
| 77 | - use sky-1600x1200,jpg as new default background. |
|---|
| 78 | |
|---|
| 79 | * Mon Jul 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.5-0vl1 |
|---|
| 80 | - add {sky,ocean,sunset}-*.jpg |
|---|
| 81 | - update wallpaperlist |
|---|
| 82 | |
|---|
| 83 | * Sun Jun 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4-0vl1 |
|---|
| 84 | - add {iris,hydrangea,stoneongreen}-*.jpg |
|---|
| 85 | - update wallpaperlist |
|---|
| 86 | |
|---|
| 87 | * Thu Jun 06 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-0vl2 |
|---|
| 88 | - remove png file to shrink package size |
|---|
| 89 | |
|---|
| 90 | * Mon Apr 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.3-0vl1 |
|---|
| 91 | - remove TextureLand pictures |
|---|
| 92 | - add {sakura,nature}-1600.{jpg,png} |
|---|
| 93 | - add wallpaperlist for gnome-background-properties |
|---|
| 94 | |
|---|
| 95 | * Tue Aug 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl1 |
|---|
| 96 | - add vine32-aluminum-*-1600.jpg for new default background. |
|---|
| 97 | |
|---|
| 98 | * Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1-0vl1 |
|---|
| 99 | - add vineseed-aluminum?-1600.{png,jpg} |
|---|
| 100 | - change default to vineseed-aluminum4-1600.jpg for VineSeed |
|---|
| 101 | |
|---|
| 102 | * Wed Oct 13 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0-0vl1 |
|---|
| 103 | - add vineblue31-1600.jpg |
|---|
| 104 | |
|---|
| 105 | * Wed Mar 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0-0vl1 |
|---|
| 106 | - add vineblue3-1600.jpg |
|---|
| 107 | - add symlink "default.jpg" |
|---|
| 108 | |
|---|
| 109 | * Sat Jul 19 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.0-0vl3 |
|---|
| 110 | - rebuilt and docdir was moved to /usr/share/doc |
|---|
| 111 | |
|---|
| 112 | * Wed Sep 6 2000 Jun Nishii <jun@vinelinux.org> |
|---|
| 113 | - 1.0-0vl2 |
|---|
| 114 | - added blue_vine and Aqua_vine by Mr.lain. |
|---|
| 115 | |
|---|
| 116 | * Thu Aug 31 2000 Jun Nishii <jun@vinelinux.org> |
|---|
| 117 | - first release |
|---|
| 118 | |
|---|