Compare commits
3 Commits
fbida-2_03
...
FC-5-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
044a63fb7c | ||
|
|
8bd770461a | ||
|
|
5f1ec98be4 |
16
fbida.spec
16
fbida.spec
@@ -1,7 +1,7 @@
|
||||
Summary: FrameBuffer Imageviewer
|
||||
Name: fbida
|
||||
Version: 2.03
|
||||
Release: 7%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/Multimedia
|
||||
URL: http://linux.bytesex.org/fbida/
|
||||
@@ -12,8 +12,6 @@ BuildRequires: libpng-devel libtiff-devel pkgconfig
|
||||
BuildRequires: libungif-devel curl-devel
|
||||
BuildRequires: openmotif-devel
|
||||
BuildRequires: libXpm-devel
|
||||
# this is until #173530 and #173884 is fixed
|
||||
BuildRequires: libXau-devel
|
||||
Requires: ImageMagick bitstream-vera-fonts
|
||||
|
||||
%description
|
||||
@@ -42,7 +40,7 @@ A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
|
||||
%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,/usr/lib/X11,g" mk/Autoconf.mk
|
||||
%{__sed} -i -e "s,/usr/X11R6/lib/X11,%{_datadir}/X11,g" mk/Autoconf.mk
|
||||
|
||||
%build
|
||||
LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
|
||||
@@ -58,7 +56,6 @@ iconv -t UTF-8 -f ISO-8859-1 fbgs.man > fbgs.man.new
|
||||
%{__mv} ida.man.new ida.man
|
||||
%{__mv} fbgs.man.new fbgs.man
|
||||
lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
||||
%{__mv} %{buildroot}%{_sysconfdir}/X11 %{buildroot}%{_datadir}
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
@@ -83,6 +80,15 @@ lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
|
||||
%{_bindir}/fbgs
|
||||
|
||||
%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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user