rpms/multisync/devel multisync.spec,1.12,1.13

Andreas Bierfert awjb at fedoraproject.org
Wed May 6 21:47:23 UTC 2009


Author: awjb

Update of /cvs/pkgs/rpms/multisync/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29989

Modified Files:
	multisync.spec 
Log Message:
- fix #499454



Index: multisync.spec
===================================================================
RCS file: /cvs/pkgs/rpms/multisync/devel/multisync.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- multisync.spec	27 Mar 2009 18:49:59 -0000	1.12
+++ multisync.spec	6 May 2009 21:46:53 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           multisync
 Version:        0.91.1
-Release:        0.1.svn384%{?dist}
+Release:        0.2.svn384%{?dist}
 Summary:        Calendar (and other PIM data) synchronization program
 
 Group:          Applications/Communications
@@ -29,12 +29,12 @@ libopensync-plugin-* packages.
 
 %prep
 %setup -q -n multisync-gui
-echo "env.Append(CCFLAGS = '$RPM_OPT_FLAGS')" >> SConstruct
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS" NOCOLOR=1
 # both don't like smp flags so disable them for now
 ./configure --prefix=%{_prefix} -v --disable-rpath
-%{__make}
+%{__make}  all_debug # all_debug for better build logs
 
 
 %install
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/*desktop
 
 %changelog
+* Wed May  6 2009 Ville Skyttä <ville.skytta at iki.fi> - 0.91.1-0.2.svn384
+- Build with $RPM_OPT_FLAGS, output more useful build logs.
+
 * Sat Feb 07 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 - 0.91.1-0.1.svn384
 - fix #430406




More information about the scm-commits mailing list