rpms/licq/FC-4 licq.spec,1.4,1.5

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Fri Mar 3 15:33:11 UTC 2006


Author: pvrabec

Update of /cvs/extras/rpms/licq/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13737

Modified Files:
	licq.spec 
Log Message:
use correct lib-path for plugins on x86-64 (#182733)



Index: licq.spec
===================================================================
RCS file: /cvs/extras/rpms/licq/FC-4/licq.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- licq.spec	16 Jan 2006 11:17:21 -0000	1.4
+++ licq.spec	3 Mar 2006 15:33:11 -0000	1.5
@@ -1,6 +1,6 @@
 Name: licq
 Version: 1.3.2
-Release: 4
+Release: 5
 License: GPL
 Source: http://prdownloads.sourceforge.net/licq/licq-%{version}.tar.bz2
 URL: http://www.licq.org/
@@ -50,6 +50,8 @@
 rm -rf `find . -name CVS`
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS"
+sed -i s/lib/%{_lib}/ include/licq_constants.h
 %configure
 make
 cd plugins
@@ -99,7 +101,7 @@
 rm -rf $RPM_BUILD_ROOT/%{_includedir}/licq
 rm -rf $RPM_BUILD_ROOT/%{_libdir}/licq/*.la
 #remove licq.desktop installed by makefile
-rm -f $RPM_BUILD_ROOT/%{_libdir}/share/applnk/Internet/licq.desktop
+rm -rf $RPM_BUILD_ROOT/usr/share/applnk/Internet/licq.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -148,6 +150,9 @@
 %doc plugins/osd*/{AUTHORS,TODO,README,changelog}
 
 %changelog
+* Fri Mar 03 2006 Peter Vrabec <pvrabec at redhat.com> 1.3.2-5.FC4
+- use correct lib-path for plugins on x86-64 (#182733)
+
 * Mon Jan 16 2006 Peter Vrabec <pvrabec at redhat.com> 1.3.2-4
 - compile on x86-64
 




More information about the scm-commits mailing list