rpms/fbida/devel fbida.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Fri Dec 17 18:54:19 UTC 2004


Author: scop

Update of /cvs/extras/rpms/fbida/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv11283/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fbida.spec 
Log Message:
auto-import fbida-2.02-1 on branch devel from fbida-2.02-1.src.rpm


--- NEW FILE fbida.spec ---
# $Id: fbida.spec,v 1.3 2004/11/29 15:27:24 adrian Exp $

Summary:       FrameBuffer Imageviewer
Name:          fbida
Version:       2.02
Release:       1
License:       GPL
Group:         Applications/Multimedia
URL:           http://linux.bytesex.org/fbida/
Source:        http://dl.bytesex.org/releases/fbida/fbida-2.02.tar.gz
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libexif-devel fontconfig-devel libjpeg-devel
BuildRequires: libpng-devel libtiff-devel pkgconfig
BuildRequires: libungif-devel curl-devel
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 
ImageMagick's convert.

%prep
%setup -q

%build
prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
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
%{__mv} fbi.man.new fbi.man
%{__mv} exiftran.man.new exiftran.man 
prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
# currently no fbgs due to dependency on ghostscript
%{__rm} %{buildroot}%{_bindir}/fbgs
%{__rm} %{buildroot}%{_mandir}/man1/fbgs.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc Changes COPYING README TODO 
%doc %{_mandir}/man1/*
%{_bindir}/*

%changelog
* Sun Nov 28 2004 Adrian Reber <adrian at lisas.de> - 2.02-1
- updated to 2.02
- converted manpages to UTF-8

* Sun Nov 28 2004 Adrian Reber <adrian at lisas.de> - 2.01-1
- initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fbida/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	17 Dec 2004 18:53:36 -0000	1.1
+++ .cvsignore	17 Dec 2004 18:54:17 -0000	1.2
@@ -0,0 +1 @@
+fbida-2.02.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fbida/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	17 Dec 2004 18:53:36 -0000	1.1
+++ sources	17 Dec 2004 18:54:17 -0000	1.2
@@ -0,0 +1 @@
+1406719fb06c663d5557951ca5f711aa  fbida-2.02.tar.gz




More information about the fedora-extras-commits mailing list