devel/fbida fbida.spec,1.4,1.5

Thorsten Leemhuis (thl) fedora-extras-commits at redhat.com
Mon Feb 21 17:19:12 UTC 2005


Author: thl

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

Modified Files:
	fbida.spec 
Log Message:
Fix typo; must be LIB=%%{_lib} and not lib=%%{_lib} in make call; really fixes x86_64


Index: fbida.spec
===================================================================
RCS file: /cvs/extras/devel/fbida/fbida.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fbida.spec	12 Feb 2005 21:23:06 -0000	1.4
+++ fbida.spec	21 Feb 2005 17:19:10 -0000	1.5
@@ -3,7 +3,7 @@
 Summary:        FrameBuffer Imageviewer
 Name:           fbida
 Version:        2.03
-Release:        2
+Release:        3
 License:        GPL
 Group:          Applications/Multimedia
 URL:            http://linux.bytesex.org/fbida/
@@ -41,7 +41,7 @@
 %setup -q
 
 %build
-lib=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
+LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -78,6 +78,9 @@
 %{_bindir}/fbgs
 
 %changelog
+* Mon Feb 21 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-3
+- Fix typo; must be LIB=%%{_lib}; really fixes x86_64
+
 * Sat Feb 12 2005 Thorsten Leemhuis <fedora at leemhuis dot info> - 2.03-2
 - lib=%%{_lib} in make call; fixes x86_64
 




More information about the fedora-extras-commits mailing list