Compare commits
3 Commits
FC-3-split
...
FC-4-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d57b7488fe | ||
|
|
34150e4432 | ||
|
|
ad6203ec6b |
23
fbida.spec
23
fbida.spec
@@ -1,9 +1,7 @@
|
||||
# $Id: fbida.spec,v 1.5 2005/02/21 17:19:10 thl Exp $
|
||||
|
||||
Summary: FrameBuffer Imageviewer
|
||||
Name: fbida
|
||||
Version: 2.03
|
||||
Release: 3
|
||||
Release: 5%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://linux.bytesex.org/fbida/
|
||||
@@ -18,7 +16,7 @@ Requires: ImageMagick bitstream-vera-fonts
|
||||
%description
|
||||
fbi displays the specified file(s) on the linux console using the
|
||||
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.
|
||||
|
||||
%package ida
|
||||
@@ -26,7 +24,7 @@ Group: Applications/Multimedia
|
||||
Summary: Motif based Imageviewer
|
||||
|
||||
%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.
|
||||
|
||||
%package fbgs
|
||||
@@ -39,6 +37,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk
|
||||
|
||||
%build
|
||||
LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
|
||||
@@ -50,9 +49,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 fbgs.man > fbgs.man.new
|
||||
%{__mv} fbi.man.new fbi.man
|
||||
%{__mv} exiftran.man.new exiftran.man
|
||||
%{__mv} ida.man.new ida.man
|
||||
%{__mv} fbgs.man.new fbgs.man
|
||||
%{__mv} exiftran.man.new exiftran.man
|
||||
%{__mv} ida.man.new ida.man
|
||||
%{__mv} fbgs.man.new fbgs.man
|
||||
lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
||||
|
||||
%clean
|
||||
@@ -60,7 +59,7 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
||||
|
||||
%files
|
||||
%defattr(-, root, root, 0755)
|
||||
%doc Changes COPYING README TODO
|
||||
%doc Changes COPYING README TODO
|
||||
%doc %{_mandir}/man1/fbi*
|
||||
%doc %{_mandir}/man1/exiftran*
|
||||
%{_bindir}/fbi
|
||||
@@ -78,6 +77,12 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
||||
%{_bindir}/fbgs
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
- Fix typo; must be LIB=%%{_lib}; really fixes x86_64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user