rpms/apbs/devel apbs.spec,1.4,1.5

Timothy Fenn timfenn at fedoraproject.org
Tue Dec 1 19:17:13 UTC 2009


Author: timfenn

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

Modified Files:
	apbs.spec 
Log Message:
* Tue Dec 01 2009 Tim Fenn <fenn at stanford.edu> - 1.2.1-2
- add RPM_OPT_FLAGS




Index: apbs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apbs/devel/apbs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- apbs.spec	30 Nov 2009 07:24:42 -0000	1.4
+++ apbs.spec	1 Dec 2009 19:17:12 -0000	1.5
@@ -3,7 +3,7 @@
 Name: apbs
 Summary: Adaptive Poisson Boltzmann Solver
 Version: 1.2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 # License of pmgZ, aqua and contrib/blas/mblasd.f is LGPLv2+, the rest is BSD.
 License: LGPLv2+ and BSD
 Group: Applications/Engineering
@@ -92,7 +92,7 @@ rm doc/programmer/html/vpee_8h__incl.map
 rm doc/programmer/html/dummy_8c__incl.map
 
 %build
-%configure --with-blas='-L%{_libdir}/atlas -lf77blas -latlas -lblas' --with-fetk-include=%{_includedir} --with-fetk-library=%{_libdir} --with-arpack=%{_libdir}/atlas --enable-python --enable-shared FFLAGS="-I/usr/include/atlas" CFLAGS="-DVF77_ONEUNDERSCORE"
+%configure --with-blas='-L%{_libdir}/atlas -lf77blas -latlas -lblas' --with-fetk-include=%{_includedir} --with-fetk-library=%{_libdir} --with-arpack=%{_libdir}/atlas --enable-python --enable-shared FFLAGS="${RPM_OPT_FLAGS} -I/usr/include/atlas" CFLAGS="${RPM_OPT_FLAGS} -DVF77_ONEUNDERSCORE"
 # die, rpath, die.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %doc doc/programmer/
 
 %changelog
+* Tue Dec 01 2009 Tim Fenn <fenn at stanford.edu> - 1.2.1-2
+- add RPM_OPT_FLAGS
+
 * Wed Nov 25 2009 Tim Fenn <fenn at stanford.edu> - 1.2.1-1
 - update to 1.2.1
 




More information about the fedora-extras-commits mailing list