rpms/uw-imap/devel uw-imap.spec,1.28,1.29

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Apr 3 16:39:59 UTC 2007


Author: rdieter

Update of /cvs/extras/rpms/uw-imap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12264

Modified Files:
	uw-imap.spec 
Log Message:
separate $RPM_OPT_FLAGS with other added ones



Index: uw-imap.spec
===================================================================
RCS file: /cvs/extras/rpms/uw-imap/devel/uw-imap.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- uw-imap.spec	2 Apr 2007 13:21:09 -0000	1.28
+++ uw-imap.spec	3 Apr 2007 16:39:26 -0000	1.29
@@ -127,11 +127,12 @@
 test -f %{_sysconfdir}/profile.d/krb5.sh && source %{_sysconfdir}/profile.d/krb5.sh
 GSSDIR=$(krb5-config --prefix)
 
-## SSL setup
-# probably legacy-only, but shouldn't hurt -- Rex
-EXTRACFLAGS="$EXTRACFLAGS $(pkg-config --cflags openssl 2>/dev/null)"
-EXTRACFLAGS="$EXTRACFLAGS $RPM_OPT_FLAGS -fno-strict-aliasing -Wno-pointer-sign"
-export EXTRACFLAGS
+# SSL setup, probably legacy-only, but shouldn't hurt -- Rex
+export EXTRACFLAGS="$EXTRACFLAGS $(pkg-config --cflags openssl 2>/dev/null)"
+# $RPM_OPT_FLAGS
+export EXTRACFLAGS="$EXTRACFLAGS $RPM_OPT_FLAGS"
+# jorton added these, I'll assume he knows what he's doing. :) -- Rex
+export EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing -Wno-pointer-sign"
 
 echo "y" | \
 make %{?_smp_mflags} lnp \
@@ -160,10 +161,10 @@
 ln -s %{shlibname} $RPM_BUILD_ROOT%{_libdir}/lib%{soname}.so
 
 mkdir -p $RPM_BUILD_ROOT%{_includedir}/imap/
-install -m644 ./c-client/*.h $RPM_BUILD_ROOT%{_includedir}/imap
+install -m644 ./c-client/*.h $RPM_BUILD_ROOT%{_includedir}/imap/
 # Added linkage.c to fix (#34658) <mharris>
-install -m644 ./c-client/linkage.c $RPM_BUILD_ROOT%{_includedir}/imap
-install -m644 ./src/osdep/tops-20/shortsym.h $RPM_BUILD_ROOT%{_includedir}/imap
+install -m644 ./c-client/linkage.c $RPM_BUILD_ROOT%{_includedir}/imap/
+install -m644 ./src/osdep/tops-20/shortsym.h $RPM_BUILD_ROOT%{_includedir}/imap/
 
 mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8/
 install -p -m644 src/{ipopd/ipopd,imapd/imapd}.8 $RPM_BUILD_ROOT%{_mandir}/man8/




More information about the scm-commits mailing list