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

Revision 9919, 3.8 KB checked in by daisuke, 8 years ago (diff)

vine-backgrounds: add new backgrounds

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