devel/fbida .cvsignore,1.2,1.3 fbida.spec,1.1,1.2 sources,1.2,1.3

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Feb 11 18:24:15 UTC 2005


Author: adrian

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

Modified Files:
	.cvsignore fbida.spec sources 
Log Message:
- updated to 2.03
- created subpackages for ida and fbgs
- uploaded new tarball 2.03



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/fbida/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	17 Dec 2004 18:54:17 -0000	1.2
+++ .cvsignore	11 Feb 2005 18:24:12 -0000	1.3
@@ -1 +1 @@
-fbida-2.02.tar.gz
+fbida-2.03.tar.gz


Index: fbida.spec
===================================================================
RCS file: /cvs/extras/devel/fbida/fbida.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fbida.spec	17 Dec 2004 18:54:17 -0000	1.1
+++ fbida.spec	11 Feb 2005 18:24:12 -0000	1.2
@@ -1,18 +1,19 @@
 # $Id$
 
-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
+Summary:        FrameBuffer Imageviewer
+Name:           fbida
+Version:        2.03
+Release:        1
+License:        GPL
+Group:          Applications/Multimedia
+URL:            http://linux.bytesex.org/fbida/
+Source:         http://dl.bytesex.org/releases/fbida/fbida-2.03.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
+BuildRequires:  openmotif-devel
+Requires:       ImageMagick bitstream-vera-fonts
 
 %description
 fbi displays the specified file(s) on the linux console using the
@@ -20,6 +21,22 @@
 are supported directly. For other formats fbi tries to use 
 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
+Group: Applications/Multimedia
+Summary: Framebuffer Postscript Viewer
+Requires: ghostscript fbida
+
+%description fbgs
+A wrapper script for viewing ps/pdf files on the framebuffer console using fbi
+
 %prep
 %setup -q
 
@@ -30,12 +47,13 @@
 %{__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
+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 
 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}
@@ -43,10 +61,25 @@
 %files
 %defattr(-, root, root, 0755)
 %doc Changes COPYING README TODO 
-%doc %{_mandir}/man1/*
-%{_bindir}/*
+%doc %{_mandir}/man1/fbi*
+%doc %{_mandir}/man1/exiftran*
+%{_bindir}/fbi
+%{_bindir}/exiftran
+
+%files ida
+%doc %{_mandir}/man1/ida*
+%{_bindir}/ida
+%config /usr/X11R6/lib/X11/app-defaults/Ida
+
+%files fbgs
+%doc %{_mandir}/man1/fbgs*
+%{_bindir}/fbgs
 
 %changelog
+* Fri Feb 11 2005 Adrian Reber <adrian at lisas.de> - 2.03-1
+- updated to 2.03
+- created subpackages for ida and fbgs
+
 * Sun Nov 28 2004 Adrian Reber <adrian at lisas.de> - 2.02-1
 - updated to 2.02
 - converted manpages to UTF-8


Index: sources
===================================================================
RCS file: /cvs/extras/devel/fbida/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	17 Dec 2004 18:54:17 -0000	1.2
+++ sources	11 Feb 2005 18:24:12 -0000	1.3
@@ -1 +1 @@
-1406719fb06c663d5557951ca5f711aa  fbida-2.02.tar.gz
+8fd76661686a38a7bcd251b7aadc73eb  fbida-2.03.tar.gz




More information about the fedora-extras-commits mailing list