Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 173bc3f493671489982c66b9fdd986ee > files > 2

fb2png-0.1-17.git7ca311e.mga5.src.rpm

Summary: Take screenshots from the framebuffer
Name: fb2png
Version: 0.1
Release: %mkrel 17.git7ca311e
# from git: (cd ..; tar cfz fb2png{.tgz,/*})
Source0: %{name}.tgz
Source1: fb2png-0.1-index.html
# rename LDFLAGS as LDLIBS as we override the former:
Patch0: fix-build.diff
License: MIT
Url: https://github.com/AndrewFromMelbourne/fb2png
Group: System/Kernel and hardware
BuildRequires:	libpng-devel

%description
Utility to make screenshots from framebuffer.
It's mainly used by the installer.

%prep
%setup -q -n %name
%autopatch
cp %{SOURCE1} index.html

%build
%make CFLAGS="%optflags" LDFLAGS="%ldflags"

%install
install -d $RPM_BUILD_ROOT%{_bindir}
install -m755 fb2png $RPM_BUILD_ROOT%{_bindir}/

%files
%doc index.html
%{_bindir}/*


%changelog
* Wed Feb 11 2015 tv <tv> 0.1-17.git7ca311e.mga5
+ Revision: 814732
- switch to a new implementation that works with 24/32 bit bpp (mga#13684)

* Wed Oct 15 2014 umeabot <umeabot> 0.1-16.mga5
+ Revision: 745997
- Second Mageia 5 Mass Rebuild

* Tue Sep 16 2014 umeabot <umeabot> 0.1-15.mga5
+ Revision: 679101
- Mageia 5 Mass Rebuild

* Sat Oct 19 2013 umeabot <umeabot> 0.1-14.mga4
+ Revision: 526063
- Mageia 4 Mass Rebuild

* Mon Jun 03 2013 fwang <fwang> 0.1-13.mga4
+ Revision: 435832
- rebuild for new libpng

* Fri Jan 11 2013 umeabot <umeabot> 0.1-12.mga3
+ Revision: 350074
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Thu Sep 15 2011 fwang <fwang> 0.1-11.mga2
+ Revision: 143641
- fix zlib include
- use system build flags

* Thu Jan 27 2011 erwan <erwan> 0.1-11.mga1
+ Revision: 42249
- imported package fb2png