source: projects/specs/trunk/f/fbset/fbset-vl.spec @ 5927

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