Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > 2089d1b1f1042a7c6ec29d2e38d4b476 > files > 3

fbgrab-1.0-5mdv2009.0.src.rpm

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

Summary: 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
* Tue Jun 17 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-5mdv2009.0
+ Revision: 220784
- rebuild

* Mon Feb 18 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-4mdv2008.1
+ Revision: 170827
- rebuild
- fix "foobar is blabla" summary (=> "blabla") so that it looks nice in rpmdrake

* Sat Jan 12 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.0-3mdv2008.1
+ Revision: 149716
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot

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