rpms/libsx/EL-4 libsx.spec,1.3,1.4

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu Dec 27 09:50:40 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/libsx/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6529

Modified Files:
	libsx.spec 
Log Message:
correct X libs path


Index: libsx.spec
===================================================================
RCS file: /cvs/extras/rpms/libsx/EL-4/libsx.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsx.spec	27 Dec 2007 09:28:12 -0000	1.3
+++ libsx.spec	27 Dec 2007 09:50:02 -0000	1.4
@@ -1,7 +1,7 @@
 Name:           libsx
 Summary:        Simple X library
 Version:        2.05
-Release:        13%{?dist}
+Release:        13%{?dist}.1
 Group:          System Environment/Libraries
 License:        LGPLv2+
 Url:            ftp://ftp.ac-grenoble.fr/ge/Xlibraries/
@@ -61,7 +61,7 @@
 
 %build
 make CFLAGS="%{optflags} -fPIC -DRGBTXT=\"\\\"%{_datadir}/X11/rgb.txt\\\"\"" \
-   XLIBS="-L%{_libdir}/X11R6 -lXpm -lXaw -lXmu -lXt -lX11"
+   XLIBS="-L%{_prefix}/X11R6/%{_lib} -lXpm -lXaw -lXmu -lXt -lX11"
 
 %install
 rm -rf %{buildroot}
@@ -119,7 +119,7 @@
 %{_includedir}/libsx.h
 
 %changelog
-* Thu Dec 27 2007 Patrice Dumas <pertusus at free.fr> 2.05-13
+* Thu Dec 27 2007 Patrice Dumas <pertusus at free.fr> 2.05-13.1
 - keep timestamps
 
 * Thu Feb 15 2007 Patrice Dumas <pertusus at free.fr> 2.05-12




More information about the fedora-extras-commits mailing list