Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > 363b68b95c3a88cdb8d8bf1c30ce93b4 > files > 3

fbgrab-1.0-1mdv2007.0.src.rpm

%define version 1.0
%define release %mkrel 1

Summary: FBGrab is a framebuffer screenshot program
Name: fbgrab
Version: %{version}
Release: %{release}
License: GPL
Group: Graphics
Source: http://hem.bredband.net/gmogmo/fbgrab/%{name}-%{version}.tar.bz2
Patch: fbgrab-1.0-makefile.patch.bz2
Url: http://hem.bredband.net/gmogmo/fbgrab/
Buildroot: %{_tmppath}/fbgrab-root
BuildRequires: libpng-devel
BuildRequires: zlib-devel

%description 
FBGrab is a framebuffer screenshot program, capturing the linux frambuffer 
and converting it to a png-picture. FBGrab is delivered as is without any 
warranty and license is GPL version 2, see tar-ball for details.

%prep
%setup -q

%patch -p1 -z .splint

%build

%make

%install
rm -rf $RPM_BUILD_ROOT

%makeinstall

%files 
%defattr(-,root, root)
%doc INSTALL
%_bindir/fbgrab
%_mandir/man1/fbgrab.1*

%clean
rm -rf $RPM_BUILD_ROOT

%changelog
* Thu Aug 24 2006 Nicolas Lécureuil <neoclust@mandriva.org> 1.0-2mdv2007.0
- use mkrel
- Add Description
- Fix group

* Fri Feb  4 2005 Warly <warly@mandrakesoft.com> 1.0-1mdk
- new package (needed by new fbmenu in bootsplash)