fbset/fbset.spec

56 lines
1.6 KiB
RPMSpec

Name: fbset
Version: 2.1
Release: 3mamba
Summary: Tools for managing a frame buffer's video mode properties
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://users.telenet.be/geertu/Linux/fbdev/
Source: http://users.telenet.be/geertu/Linux/fbdev//%{name}-%{version}.tar.gz
Patch0: fbset-2.1-makefile.patch
Patch1: fbset-2.1-fixmode.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Fbset is a utility for maintaining frame buffer resolutions. Fbset can change the video mode properties of a frame buffer device, and is usually used to change the current video mode.
Install fbset if you need to manage frame buffer resolutions.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%build
%make -j1 CC=%{_target_platform}-gcc
%install
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%makeoldinstall
%clean
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
%files
%defattr(-,root,root)
%{_sbindir}/fbset
%{_sbindir}/modeline2fb
%{_sysconfdir}/fb.modes
%{_mandir}/man5/fb.modes.5.gz
%{_mandir}/man8/fbset.8.gz
%changelog
* Mon Jul 29 2013 Automatic Build System <autodist@mambasoft.it> 2.1-3mamba
- automatic rebuild by autodist
* Mon Jun 29 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-2mamba
- specfile updated and rebuilt
* Wed Oct 19 2005 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 2.1-1qilnx
- package created by autospec