devel/fbida fbida.spec,1.3,1.4

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Sat Feb 12 21:23:08 UTC 2005


Author: adrian

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

Modified Files:
	fbida.spec 
Log Message:
applied patch from thl to fix x86_64 build errors



Index: fbida.spec
===================================================================
RCS file: /cvs/extras/devel/fbida/fbida.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fbida.spec	11 Feb 2005 22:47:20 -0000	1.3
+++ fbida.spec	12 Feb 2005 21:23:06 -0000	1.4
@@ -3,7 +3,7 @@
 Summary:        FrameBuffer Imageviewer
 Name:           fbida
 Version:        2.03
-Release:        1
+Release:        2
 License:        GPL
 Group:          Applications/Multimedia
 URL:            http://linux.bytesex.org/fbida/
@@ -41,7 +41,7 @@
 %setup -q
 
 %build
-prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
+lib=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -53,7 +53,7 @@
 %{__mv} exiftran.man.new exiftran.man 
 %{__mv} ida.man.new ida.man 
 %{__mv} fbgs.man.new fbgs.man 
-prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
+lib=%{_lib} prefix=%{_prefix} %{__make} DESTDIR=%{buildroot} install
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -70,7 +70,7 @@
 %defattr(-, root, root, -)
 %doc %{_mandir}/man1/ida*
 %{_bindir}/ida
-%config /usr/X11R6/lib/X11/app-defaults/Ida
+%config %{_prefix}/X11R6/lib/X11/app-defaults/Ida
 
 %files fbgs
 %defattr(-, root, root, -)
@@ -78,6 +78,9 @@
 %{_bindir}/fbgs
 
 %changelog
+* Sat Feb 12 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-2
+- lib=%%{_lib} in make call; fixes x86_64
+
 * Fri Feb 11 2005 Adrian Reber <adrian at lisas.de> - 2.03-1
 - updated to 2.03
 - created subpackages for ida and fbgs




More information about the scm-commits mailing list