rpms/fbida/devel .cvsignore, 1.4, 1.5 fbida.spec, 1.16, 1.17 sources, 1.4, 1.5 needs.rebuild, 1.1, NONE

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Mon Sep 18 10:24:57 UTC 2006


Author: adrian

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

Modified Files:
	.cvsignore fbida.spec sources 
Removed Files:
	needs.rebuild 
Log Message:
* Wed Aug 30 2006 Tom "spot" Callaway <tcallawa at redhat.com> - 2.06-1
- get rid of ida, we can't build a working version without openmotif



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fbida/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	28 Jul 2006 06:48:41 -0000	1.4
+++ .cvsignore	18 Sep 2006 10:24:57 -0000	1.5
@@ -1 +1,2 @@
 fbida-2.05.tar.gz
+fbida-2.06.tar.gz


Index: fbida.spec
===================================================================
RCS file: /cvs/extras/rpms/fbida/devel/fbida.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fbida.spec	28 Jul 2006 06:48:41 -0000	1.16
+++ fbida.spec	18 Sep 2006 10:24:57 -0000	1.17
@@ -1,18 +1,17 @@
 Summary:        FrameBuffer Imageviewer
 Name:           fbida
-Version:        2.05
+Version:        2.06
 Release:        1%{?dist}
 License:        GPL
 Group:          Applications/Multimedia
 URL:            http://linux.bytesex.org/fbida/
-Source:         http://dl.bytesex.org/releases/fbida/fbida-2.05.tar.gz
+Source:         http://dl.bytesex.org/releases/fbida/fbida-%{version}.tar.gz
 Patch0:         fbgs.1.diff
 Patch1:         fbi.1.diff
 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
 BuildRequires:  libXpm-devel
 Requires:       ImageMagick bitstream-vera-fonts
 
@@ -22,14 +21,6 @@
 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
@@ -47,17 +38,15 @@
 %{__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}
+LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} HAVE_MOTIF=no exiftran thumbnail.cgi fbi
 
 %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
-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
 lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
 
@@ -72,18 +61,15 @@
 %{_bindir}/fbi
 %{_bindir}/exiftran
 
-%files ida
-%defattr(-, root, root, -)
-%doc %{_mandir}/man1/ida*
-%{_bindir}/ida
-%config %{_datadir}/X11/app-defaults/Ida
-
 %files fbgs
 %defattr(-, root, root, -)
 %doc %{_mandir}/man1/fbgs*
 %{_bindir}/fbgs
 
 %changelog
+* Wed Aug 30 2006 Tom "spot" Callaway <tcallawa at redhat.com> - 2.06-1
+- get rid of ida, we can't build a working version without openmotif
+
 * Fri Jul 28 2006 Adrian Reber <adrian at lisas.de> - 2.05-1
 - updated to 2.05
 - dropped fbida.CVE-2006-1695.patch (now included)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fbida/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	28 Jul 2006 06:48:41 -0000	1.4
+++ sources	18 Sep 2006 10:24:57 -0000	1.5
@@ -1 +1,2 @@
 7a624bb9f08e76c80e79eca2fbbe770d  fbida-2.05.tar.gz
+1f78e9a83fb546660a024a4bc0580ace  fbida-2.06.tar.gz


--- needs.rebuild DELETED ---




More information about the scm-commits mailing list