rpms/sylpheed-claws/FC-4 sylpheed-claws.spec,1.37,1.38

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Jun 5 08:56:27 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/sylpheed-claws/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25318

Modified Files:
	sylpheed-claws.spec 
Log Message:
- put substitute in the right place



Index: sylpheed-claws.spec
===================================================================
RCS file: /cvs/extras/rpms/sylpheed-claws/FC-4/sylpheed-claws.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- sylpheed-claws.spec	5 Jun 2006 07:44:15 -0000	1.37
+++ sylpheed-claws.spec	5 Jun 2006 08:56:27 -0000	1.38
@@ -87,10 +87,6 @@
 %if %openssl_pc
 MY_OPENSSL_CFLAGS=`pkg-config openssl --cflags`
 %endif
-%ifarch x86_64
-sed -i "s|-L/usr/X11R6/lib|-L/usr/X11R6/lib64|" \
-src/plugins/trayicon/Makefile
-%endif
 CFLAGS="${MY_OPENSSL_CFLAGS} ${RPM_OPT_FLAGS}" \
 %configure --enable-openssl --enable-ipv6 \
            --enable-ldap --enable-jpilot \
@@ -98,7 +94,10 @@
            --disable-mathml-viewer-plugin \
            --enable-aspell \
            --disable-dependency-tracking 
-
+%ifarch x86_64
+sed -i "s|-L/usr/X11R6/lib|-L/usr/X11R6/lib64|" \
+src/plugins/trayicon/Makefile
+%endif
 %{__make} %{?_smp_mflags} LIBTOOL=/usr/bin/libtool
 %{__make} check
 




More information about the scm-commits mailing list