Compare commits

...

18 Commits

Author SHA1 Message Date
Adrian Reber
2213ea9ebb - applied patch from Ville Skyttä to fix "fbida: empty debuginfo package"
(#453998)
2008-07-04 06:43:15 +00:00
Adrian Reber
82e75026de - updated to 2.07
- fixes "The fbi command aborts with a stack trace" (#448126)
2008-06-09 16:45:03 +00:00
Adrian Reber
9d8876ef6b - rebuilt
- added patch to fix build failure on ppc/ppc64
2008-02-15 08:58:56 +00:00
Adrian Reber
bd315618cd - rebuilt 2008-02-15 08:07:41 +00:00
Adrian Reber
91aa5decdd - rebuilt 2007-08-25 16:45:22 +00:00
Adrian Reber
fc114c6bb9 - rebuilt for new curl 2006-10-31 21:16:08 +00:00
Adrian Reber
bd3892ee52 - obsoleted fbida-ida subpackage (#208457) 2006-09-29 05:49:48 +00:00
Adrian Reber
db891caedd there were still old files in sources and .cvsignore 2006-09-18 10:25:42 +00:00
Adrian Reber
fa85f66d64 - get rid of ida, we can't build a working version without openmotif 2006-09-18 10:24:57 +00:00
Ville Skyttä
1766b81ca6 http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild 2006-08-27 20:23:03 +00:00
Adrian Reber
7870a3d73a - updated to 2.05
- dropped fbida.CVE-2006-1695.patch (now included)
- dropped fix for #200321 (included in new release)
- added two patches from debian to fix typos in manpages
2006-07-28 06:48:41 +00:00
Adrian Reber
5b6093297d - security fix for #200321 2006-07-27 15:43:51 +00:00
Adrian Reber
0f532204ae - security fix for #189721 2006-04-24 06:49:04 +00:00
Adrian Reber
044a63fb7c - rebuilt 2006-02-13 21:01:11 +00:00
Adrian Reber
8bd770461a - this should finally work; also on x86_64 2006-01-20 09:10:02 +00:00
Adrian Reber
5f1ec98be4 - rebuilt 2006-01-19 12:26:45 +00:00
Adrian Reber
dc8109be53 - moved file Ida to %{_datadir}/X11/app-defaults 2006-01-18 08:16:58 +00:00
Adrian Reber
3d9e5d19f9 - updated for modular xorg-x11 2005-11-24 08:19:46 +00:00
3 changed files with 63 additions and 26 deletions

View File

@@ -1 +1 @@
fbida-2.03.tar.gz fbida-2.07.tar.gz

View File

@@ -1,17 +1,18 @@
Summary: FrameBuffer Imageviewer Summary: FrameBuffer Imageviewer
Name: fbida Name: fbida
Version: 2.03 Version: 2.07
Release: 5%{?dist} Release: 2%{?dist}
License: GPL License: GPLv2+
Group: Applications/Multimedia Group: Applications/Multimedia
URL: http://linux.bytesex.org/fbida/ URL: http://linux.bytesex.org/fbida/
Source: http://dl.bytesex.org/releases/fbida/fbida-2.03.tar.gz Source: http://dl.bytesex.org/releases/fbida/fbida-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libexif-devel fontconfig-devel libjpeg-devel BuildRequires: libexif-devel fontconfig-devel libjpeg-devel
BuildRequires: libpng-devel libtiff-devel pkgconfig BuildRequires: libpng-devel libtiff-devel pkgconfig
BuildRequires: libungif-devel curl-devel BuildRequires: libungif-devel curl-devel
BuildRequires: openmotif-devel BuildRequires: libXpm-devel
Requires: ImageMagick bitstream-vera-fonts Requires: ImageMagick bitstream-vera-fonts
Obsoletes: fbida-ida < 2.06-1
%description %description
fbi displays the specified file(s) on the linux console using the fbi displays the specified file(s) on the linux console using the
@@ -19,14 +20,6 @@ framebuffer device. PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png
are supported directly. For other formats fbi tries to use are supported directly. For other formats fbi tries to use
ImageMagick's convert. ImageMagick's convert.
%package ida
Group: Applications/Multimedia
Summary: Motif based Imageviewer
%description ida
This is a X11 application (Motif based) for viewing images. Some basic
editing functions are available too.
%package fbgs %package fbgs
Group: Applications/Multimedia Group: Applications/Multimedia
Summary: Framebuffer Postscript Viewer Summary: Framebuffer Postscript Viewer
@@ -37,22 +30,21 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
%prep %prep
%setup -q %setup -q
%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk %{__sed} -i -e "s,/X11R6,,g" GNUmakefile
%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk
%build %build
LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} HAVE_MOTIF=no exiftran thumbnail.cgi fbi
%install %install
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
iconv -t UTF-8 -f ISO-8859-1 fbi.man > fbi.man.new iconv -t UTF-8 -f ISO-8859-1 fbi.man > fbi.man.new
iconv -t UTF-8 -f ISO-8859-1 exiftran.man > exiftran.man.new iconv -t UTF-8 -f ISO-8859-1 exiftran.man > exiftran.man.new
iconv -t UTF-8 -f ISO-8859-1 ida.man > ida.man.new
iconv -t UTF-8 -f ISO-8859-1 fbgs.man > fbgs.man.new iconv -t UTF-8 -f ISO-8859-1 fbgs.man > fbgs.man.new
%{__mv} fbi.man.new fbi.man %{__mv} fbi.man.new fbi.man
%{__mv} exiftran.man.new exiftran.man %{__mv} exiftran.man.new exiftran.man
%{__mv} ida.man.new ida.man
%{__mv} fbgs.man.new fbgs.man %{__mv} fbgs.man.new fbgs.man
lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} STRIP= install
%clean %clean
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
@@ -65,18 +57,63 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
%{_bindir}/fbi %{_bindir}/fbi
%{_bindir}/exiftran %{_bindir}/exiftran
%files ida
%defattr(-, root, root, -)
%doc %{_mandir}/man1/ida*
%{_bindir}/ida
%config %{_prefix}/X11R6/lib/X11/app-defaults/Ida
%files fbgs %files fbgs
%defattr(-, root, root, -) %defattr(-, root, root, -)
%doc %{_mandir}/man1/fbgs* %doc %{_mandir}/man1/fbgs*
%{_bindir}/fbgs %{_bindir}/fbgs
%changelog %changelog
* Fri Jul 04 2008 Adrian Reber <adrian@lisas.de> - 2.07-2
- applied patch from Ville Skyttä to fix
"fbida: empty debuginfo package" (#453998)
* Mon Jun 09 2008 Adrian Reber <adrian@lisas.de> - 2.07-1
- updated to 2.07
- fixes "The fbi command aborts with a stack trace" (#448126)
* Fri Feb 15 2008 Adrian Reber <adrian@lisas.de> - 2.06-5
- rebuilt
- added patch to fix build failure on ppc/ppc64
* Sat Aug 25 2007 Adrian Reber <adrian@lisas.de> - 2.06-4
- rebuilt
* Tue Oct 31 2006 Adrian Reber <adrian@lisas.de> - 2.06-3
- rebuilt for new curl
* Fri Sep 29 2006 Adrian Reber <adrian@lisas.de> - 2.06-2
- obsoleted fbida-ida subpackage (#208457)
* Wed Aug 30 2006 Tom "spot" Callaway <tcallawa@redhat.com> - 2.06-1
- get rid of ida, we can't build a working version without openmotif
* Fri Jul 28 2006 Adrian Reber <adrian@lisas.de> - 2.05-1
- updated to 2.05
- dropped fbida.CVE-2006-1695.patch (now included)
- dropped fix for #200321 (included in new release)
- added two patches from debian to fix typos in manpages
* Thu Jul 27 2006 Adrian Reber <adrian@lisas.de> - 2.03-12
- security fix for #200321
* Mon Apr 24 2006 Adrian Reber <adrian@lisas.de> - 2.03-11
- security fix for #189721
* Mon Feb 13 2006 Adrian Reber <adrian@lisas.de> - 2.03-10
- rebuilt
* Wed Jan 18 2006 Adrian Reber <adrian@lisas.de> - 2.03-9
- this should finally work; also on x86_64
* Wed Jan 18 2006 Adrian Reber <adrian@lisas.de> - 2.03-8
- rebuilt
* Wed Jan 18 2006 Adrian Reber <adrian@lisas.de> - 2.03-7
- moved file Ida to %%{_datadir}/X11/app-defaults
* Thu Nov 24 2005 Adrian Reber <adrian@lisas.de> - 2.03-6
- updated for modular xorg-x11
* Tue May 10 2005 Adrian Reber <adrian@lisas.de> - 2.03-5 * Tue May 10 2005 Adrian Reber <adrian@lisas.de> - 2.03-5
- fix debuginfo subpackage creation - fix debuginfo subpackage creation

View File

@@ -1 +1 @@
8fd76661686a38a7bcd251b7aadc73eb fbida-2.03.tar.gz 3e05910fb7c1d9b2bd3e272d96db069c fbida-2.07.tar.gz