source: projects/specs/trunk/v/vine-backgrounds/vine-backgrounds-vl.spec @ 9795

Revision 9795, 3.4 KB checked in by daisuke, 8 years ago (diff)

import vine-background-6.0

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