rpms/licq/devel licq.spec,1.5,1.6

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Fri Mar 3 14:58:20 UTC 2006


Author: pvrabec

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

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/devel/licq.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- licq.spec	27 Feb 2006 14:17:13 -0000	1.5
+++ licq.spec	3 Mar 2006 14:58:20 -0000	1.6
@@ -1,6 +1,6 @@
 Name: licq
 Version: 1.3.2
-Release: 5
+Release: 6
 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
@@ -108,7 +110,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
@@ -157,6 +159,9 @@
 %doc plugins/osd*/{AUTHORS,TODO,README,changelog}
 
 %changelog
+* Fri Mar 03 2006 Peter Vrabec <pvrabec at redhat.com> 1.3.2-6
+- use correct lib-path for plugins on x86-64 (#182733)
+
 * Mon Feb 27 2006 Peter Vrabec <pvrabec at redhat.com> 1.3.2-5
 - rebuild
 




More information about the fedora-extras-commits mailing list