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

Revision 9257, 3.7 KB checked in by inagaki, 9 years ago (diff)

2015-01-12 Ryoichi INAGAKI <ryo1@…>

  • WindowMaker?-Icons, remmina: rebuilt
  • gutenprint: changed Group
  • libmicrohttpd, pbzip2: updated


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