Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 6e7fa1c49b75a74ba45fdc1a596d733b > files > 3

fbgrab-1.0-2mdv2008.0.src.rpm

%define name	fbgrab
%define version 1.0
%define release %mkrel 2

Summary: FBGrab is a framebuffer screenshot program
Name: %{name}
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
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 Jun 28 2007 Adam Williamson <awilliamson@mandriva.com> 1.0-2mdv2008.0
+ Revision: 45292
- rebuild for 2008
- Import fbgrab



* 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)