Compare commits
8 Commits
FC-3-split
...
FC-5-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
044a63fb7c | ||
|
|
8bd770461a | ||
|
|
5f1ec98be4 | ||
|
|
dc8109be53 | ||
|
|
3d9e5d19f9 | ||
|
|
d57b7488fe | ||
|
|
34150e4432 | ||
|
|
ad6203ec6b |
43
fbida.spec
43
fbida.spec
@@ -1,9 +1,7 @@
|
|||||||
# $Id: fbida.spec,v 1.5 2005/02/21 17:19:10 thl Exp $
|
|
||||||
|
|
||||||
Summary: FrameBuffer Imageviewer
|
Summary: FrameBuffer Imageviewer
|
||||||
Name: fbida
|
Name: fbida
|
||||||
Version: 2.03
|
Version: 2.03
|
||||||
Release: 3
|
Release: 10%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Multimedia
|
Group: Applications/Multimedia
|
||||||
URL: http://linux.bytesex.org/fbida/
|
URL: http://linux.bytesex.org/fbida/
|
||||||
@@ -13,12 +11,13 @@ 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: openmotif-devel
|
||||||
|
BuildRequires: libXpm-devel
|
||||||
Requires: ImageMagick bitstream-vera-fonts
|
Requires: ImageMagick bitstream-vera-fonts
|
||||||
|
|
||||||
%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
|
||||||
framebuffer device. PhotoCD, jpeg, ppm, gif, tiff, xwd, bmp and png
|
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
|
%package ida
|
||||||
@@ -26,7 +25,7 @@ Group: Applications/Multimedia
|
|||||||
Summary: Motif based Imageviewer
|
Summary: Motif based Imageviewer
|
||||||
|
|
||||||
%description ida
|
%description ida
|
||||||
This is a X11 application (Motif based) for viewing images. Some basic
|
This is a X11 application (Motif based) for viewing images. Some basic
|
||||||
editing functions are available too.
|
editing functions are available too.
|
||||||
|
|
||||||
%package fbgs
|
%package fbgs
|
||||||
@@ -39,6 +38,9 @@ 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}
|
||||||
@@ -50,9 +52,9 @@ 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 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} 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} install
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@@ -60,7 +62,7 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root, 0755)
|
%defattr(-, root, root, 0755)
|
||||||
%doc Changes COPYING README TODO
|
%doc Changes COPYING README TODO
|
||||||
%doc %{_mandir}/man1/fbi*
|
%doc %{_mandir}/man1/fbi*
|
||||||
%doc %{_mandir}/man1/exiftran*
|
%doc %{_mandir}/man1/exiftran*
|
||||||
%{_bindir}/fbi
|
%{_bindir}/fbi
|
||||||
@@ -70,7 +72,7 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
|||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
%doc %{_mandir}/man1/ida*
|
%doc %{_mandir}/man1/ida*
|
||||||
%{_bindir}/ida
|
%{_bindir}/ida
|
||||||
%config %{_prefix}/X11R6/lib/X11/app-defaults/Ida
|
%config %{_datadir}/X11/app-defaults/Ida
|
||||||
|
|
||||||
%files fbgs
|
%files fbgs
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
@@ -78,6 +80,27 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
|||||||
%{_bindir}/fbgs
|
%{_bindir}/fbgs
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- fix debuginfo subpackage creation
|
||||||
|
|
||||||
|
* Mon Apr 04 2005 Adrian Reber <adrian@lisas.de> - 2.03-4
|
||||||
|
- rebuild for new libexif
|
||||||
|
|
||||||
* Mon Feb 21 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-3
|
* Mon Feb 21 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-3
|
||||||
- Fix typo; must be LIB=%%{_lib}; really fixes x86_64
|
- Fix typo; must be LIB=%%{_lib}; really fixes x86_64
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user