source: projects/specs/trunk/W/WindowMaker-Icons/WindowMaker-Icons-vl.spec @ 3679

Revision 3679, 3.6 KB checked in by owa, 13 years ago (diff)

rebuild

Line 
1Summary: Picutrers for WindowMaker
2Summary(ja): WindowMakerで用いるアイコンや背景等の画像集です
3Name: WindowMaker-Icons
4Version: 2.0
5Release: 3%{?_dist_release}
6Group: User Interface/Desktops
7License: distributable for non-commercial use
8%define extrafile WindowMaker-extra-0.1
9%define vdata WindowMaker-VineDatas
10Source0: ftp://windowmaker.org/pub/%{extrafile}.tar.gz
11Source1: %{vdata}.tar.bz2
12Buildarch: noarch
13Buildroot: %{_tmppath}/%{name}-root
14Vendor: Project Vine
15Distribution: Vine Linux
16
17%description
18Many icons, tiles, background for WindowMaker.
19
20%description -l ja
21WindowMakerでアイコンや背景, タイル等として用いる画像データ集です.
22
23%prep
24%setup -q -a 1 -c -n WindowMaker-Datas
25
26%build
27# make extras
28(cd %{extrafile}
29./configure --prefix=%{_prefix}
30)
31
32
33%install
34# install extras
35(cd %{extrafile}
36make DESTDIR=$RPM_BUILD_ROOT install
37cd $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Icons
38mv xv.xpm  xv2.xpm
39)
40
41# install pics in WindowMaker-DataVine
42mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
43mkdir -p $RPM_BUILD_ROOT%{_datadir}/WindowMaker/{Backgrounds,Pixmaps,Icons,Themes}
44(cd %{vdata}
45install -m 644 Icons/*.xpm $RPM_BUILD_ROOT%{_datadir}/pixmaps
46install -m 644 Tiles/*.xpm $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Pixmaps
47install -m 644 Vine/Icons/* $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Icons
48install -m 644 Vine/Tiles/* $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Pixmaps
49cp -r Vine/Themes/* $RPM_BUILD_ROOT%{_datadir}/WindowMaker/Themes/
50)
51
52# prepare docs
53mkdir -p docs/WindowMaker-extra
54cp %{extrafile}/{README,AUTHORS,COPYING,ChangeLog,INSTALL,NEWS} docs/WindowMaker-extra
55
56mkdir -p docs/VineDatas
57cp %{vdata}/README* docs/VineDatas
58mkdir -p docs/VineDatas/Tiles
59cp %{vdata}/Tiles/{COPYRIGHT,README} docs/VineDatas/Tiles
60mkdir -p docs/VineDatas/Vine
61cp %{vdata}/Vine/Themes/Vine-Themes/Vine-penguin/*.lsm docs/VineDatas/Vine
62cp %{vdata}/Vine/Themes/Vine-Themes/Vine-can.themed/*.lsm docs/VineDatas/Vine
63
64%clean
65rm -rf $RPM_BUILD_ROOT
66
67%files
68%defattr(-,root,root)
69%doc  docs/*
70%{_datadir}/WindowMaker/Backgrounds/
71%{_datadir}/WindowMaker/Pixmaps/*
72%{_datadir}/WindowMaker/Icons/*
73%{_datadir}/WindowMaker/Themes/*
74%{_datadir}/pixmaps/*
75
76%changelog
77* Sat Apr 23 2011 Shu KONNO <owa@bg.wakwak.com> 2.0-3
78- rebuilt with rpm-4.8.1-3
79
80* Sun Feb 21 2010 Shu KONNO <owa@bg.wakwak.com> 2.0-2
81- rebuilt with new toolchain
82
83* Tue Jun 03 2008 Shu KONNO <owa@bg.wakwak.com> 2.0-1vl5
84- applied new versioning policy and utf-8
85
86* Sun Jul 13 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0-0vl4
87- use rpm macros %{_datadir}
88- s/Copyright/License/
89
90* Sat Jul 14 2001 <sagami@vinelinux.org>
91- 2.1-0vl3: clean RPM_BUILD_ROOT at %%clean, not %%setup
92
93* Sun Oct  1 2000 Jun Nishii <jun@vinelinux.org>
94- 2.1-0vl2
95- rename Vine3.themed as Vine-can.themed
96- added lsm in Vine-penguin
97
98* Thu Aug 31 2000 Jun Nishii <jun@vinelinux.org>
99- 2.1-0vl1
100- move background data to vine-backgrounds
101
102* Sun Sep 26 1999 Jun Nishii <jun@flatout.org>
103- new vine-themes
104- new WiNGBlue
105
106* Tue Jul 20 1999 Jun Nishii <jun@flatout.org>
107- build for Vine-1.9
108
109* Tue Apr 6 1999 Jun Nishii <jun@flatout.org>
110- includes WindowMaker-extras for WindowMaker-0.52.0
111
112* Tue Mar 16 1999 Jun Nishii <jun@flatout.org>
113- updated WingBlue.style
114
115* Sat Mar 13 1999 Jun Nishii <jun@flatout.org>
116- updated Vine3.themed (thanks Mr. Takuya Fukuda)
117
118* Sat Feb 27 1999 Jun Nishii <jun@flatout.org>
119- added MonoTone.style
120
121* Sat Feb 2 1999 Jun Nishii <jun@flatout.org>
122- merge Themes for Vine which was in WindowMaker
123- change WingBlue
124
125* Tue Jan 2 1999 Jun Nishii <jun@flatout.org>
126- added more icons and themes
127
128* Sat Jan 2 1999 Jun Nishii <jun@flatout.org>
129- a bit of diet
130
131* Sun Dec 20 1998 Jun Nishii <jun@flatout.org>
132- added more icons
Note: See TracBrowser for help on using the repository browser.