source: projects/specs/trunk/b/bootsplash/bootsplash-vl.spec @ 521

Revision 521, 3.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: Boot Splash Utility
2Summary(ja): ブートスプラッシュユーティリティ
3Name: bootsplash
4Version: 3.2
5Release: 2%{?_dist_release}
6Source:%{name}-%{version}.tar.bz2
7Source1: splash.sh
8Source2: bootsplash.sysconfig
9Source10: bootsplash-theme-Vine.tar.bz2
10Patch10: bootsplash-3.2-static.patch
11Patch20: bootsplash-3.2-link-lcms.patch
12License: GPL
13Group: System Environment/Libraries
14URL: http://bootsplash.org/
15BuildRoot: %{_tmppath}/%{name}-%{version}-root
16Requires: kernel >= 2.6
17Requires: initscripts >= 8.80
18Requires: mkinitrd >= 5.1.19.6
19BuildRequires: libmng-static, libjpeg-static, zlib-static, freetype2-static
20
21
22%description
23This is Bootsplash control program with Vine/Swsusp themes.
24
25%description -l ja
26このパッケージにはブートスプラッシュ制御プログラムと
27Vine の起動とソフトウエアサスペンドのテーマが含まれています。
28
29
30%prep
31%setup
32%patch10 -p1 -b .static
33%patch20 -p1 -b .lcms
34
35%build
36pushd Utilities
37make clean
38make LIB=%{_lib}
39make LIB=%{_lib} fbmngplay.static fbtruetype.static
40popd
41
42
43%install
44[ -n $RPM_BUILD_ROOT -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
45mkdir -p $RPM_BUILD_ROOT
46mkdir -p $RPM_BUILD_ROOT/sbin
47mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
48pushd Utilities
49install splash fbresolution fbtruetype.static fbmngplay.static $RPM_BUILD_ROOT/sbin/
50popd
51install %{SOURCE1} $RPM_BUILD_ROOT/sbin/
52mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes
53tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes
54ln -sf Vine $RPM_BUILD_ROOT%{_sysconfdir}/bootsplash/themes/current
55install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/bootsplash
56
57%clean
58[ -n $RPM_BUILD_ROOT -a "$RPM_BUILD_ROOT" != / ] && rm -rf $RPM_BUILD_ROOT
59
60
61%files
62%defattr(-,root,root)
63%doc AUTHORS COPYING ChangeLog Documentation Scripts
64%attr(0755,root,root) /sbin/*
65%dir %{_sysconfdir}/bootsplash
66%dir %{_sysconfdir}/bootsplash/themes
67%{_sysconfdir}/bootsplash/themes/*
68%config(noreplace) %{_sysconfdir}/sysconfig/bootsplash
69
70
71%changelog
72* Fri Apr 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-2
73- rebuild to add sign..
74
75* Thu Apr 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-1
76- spec in utf-8
77- update Vine theme
78- add BuildRequires: -static instead of -devel
79
80* Wed Sep 13 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.2-0vl8
81- change Group to System Environment/Libraries. <BTS:VineLinux:163>
82
83* Wed Aug 23 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 3.2-0vl7
84- add LIB=%%{_lib} option to make
85
86* Mon Jun 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl6
87- link liblcms for fbmngplay
88
89* Thu May 12 2005 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 3.2-0vl5
90- "make clean" before make
91
92* Wed May 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl4
93- update splash.sh to clear splash screen in shutdown mode.
94
95* Tue May 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl3
96- update Aluminum theme to add 640x480,1400x1050,1600x1200
97
98* Mon May 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl2
99- update splash.sh to show booting message in silent mode
100- update Aluminum theme to change text_color
101
102* Mon May 09 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2-0vl1
103- new upstream source
104- add Aluminum as default theme
105
106* Thu Sep 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl2
107- add %{_sysconfdir}/sysconfig/bootsplash
108- add Requires: initscripts >= 6.51-0vl18
109
110* Sun May 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.0-0vl1
111- change name to bootsplash
112- modified Vine/Swsusp themes
113- add splash.sh wrapper script
114
115* Sat May 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.1-0vl1
116- initial build for Vine Linux
117- add Vine Linux Theme and Swsuspend Theme
Note: See TracBrowser for help on using the repository browser.