source: projects/specs/branches/6/f/fbset/fbset-vl.spec @ 521

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

import VineSeed package specs

Line 
1Summary: Tools for managing a frame buffer's video mode properties.
2Summary(ja): フレームバッファのビデオモードを設定するツール
3Name: fbset
4Version: 2.1
5Release: 15%{?_dist_release}
6License: GPL
7Group: Applications/System
8URL: http://home.tvd.be/cr26864/Linux/fbdev/
9Source: http://www.cs.kuleuven.ac.be/~geert/bin/fbset-2.1.tar.gz
10Patch0: fbset-2.1-makefile.patch
11Patch1: fbset-2.1-fixmode.patch
12BuildRoot: %{_tmppath}/%{name}-root
13ExcludeArch: s390 s390x
14
15
16%description
17Fbset is a utility for maintaining frame buffer resolutions.  Fbset
18can change the video mode properties of a frame buffer device, and is
19usually used to change the current video mode.
20
21Install fbset if you need to manage frame buffer resolutions.
22
23
24%description -l ja
25fbset はフレームバッファの解像度を設定するユーティリティです.
26fbset を使ってフレームバッファデバイスのビデオモードを変更できます.
27普通現在のビデオモードを変更するのに使われます.
28 
29フレームバッファの解像度を制御したい場合は fbset をインストールして下さい.
30
31
32%prep
33%setup -q
34%patch0 -p1 -b .makefile
35%patch1 -p1 -b .fixmode
36
37
38%build
39make
40
41
42%install
43rm -rf ${RPM_BUILD_ROOT}
44
45%makeinstall
46
47
48%clean
49rm -rf ${RPM_BUILD_ROOT}
50
51
52%files
53%defattr(-,root,root)
54%{_sbindir}/*
55%{_mandir}/man[58]/*
56%config %{_sysconfdir}/fb.modes
57
58
59%changelog
60* Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 2.1-15vl5
61- applied new versioning policy, spec in utf-8
62
63* Thu Aug 31 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1-14vl2
64- rebuilt on recent VineSeed
65- s/Copyright/License/
66- add URL
67
68* Thu Mar 18 2004 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.1-14vl1
69- basically no changes from 2.1-8vl1 - just rebuilt
70
71* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
72- rebuilt
73
74* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
75- rebuilt
76
77* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 2.1-12
78- rebuild on all arches
79
80* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
81- automated rebuild
82
83* Thu May 23 2002 Tim Powers <timp@redhat.com>
84- automated rebuild
85
86* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
87- automated rebuild
88
89* Tue Jun 19 2001 Florian La Roche <Florian.LaRoche@redhat.de>
90- add ExcludeArch: s390 s390x
91
92* Fri Feb 23 2001 Preston Brown <pbrown@redhat.com>
93- fix 1024x768 72 Hz mode (#29024)
94
95* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
96- automatic rebuild
97
98* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
99- FHS packaging.
100
101* Tue Feb 15 2000 Bill Nottingham <notting@redhat.com>
102- ship fb.modes everywhere
103
104* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
105- fix man page permissions
106
107* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
108- fix summary
109
110* Thu Oct  7 1999 Bill Nottingham <notting@redhat.com>
111- update to 2.1
112- don't include fb devs.
113
114* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
115- auto rebuild in the new build environment (release 2)
116
117* Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
118- include fb devs too (#1515)
119- update to 19990118 version.
120
121* Thu Nov  5 1998 Jeff Johnson <jbj@redhat.com>
122- import from ultrapenguin 1.1.
123- upgrade to 19981104.
124
125* Thu Oct 29 1998 Jakub Jelinek <jj@ultra.linux.cz>
126- new package
Note: See TracBrowser for help on using the repository browser.