[apbs/el6/master] remove excluded pyc, pyo files

Timothy Fenn timfenn at fedoraproject.org
Thu Aug 26 21:24:04 UTC 2010


commit 23a708e061ebbcb762ad70012a8c565285797083
Author: Tim Fenn <fenn at stanford.edu>
Date:   Thu Aug 26 14:23:46 2010 -0700

    remove excluded pyc, pyo files

 apbs.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/apbs.spec b/apbs.spec
index c3cf1d7..4ec0e6d 100644
--- a/apbs.spec
+++ b/apbs.spec
@@ -3,7 +3,7 @@
 Name: apbs
 Summary: Adaptive Poisson Boltzmann Solver
 Version: 1.2.1
-Release: 2%{?dist}
+Release: 4%{?dist}
 # License of pmgZ, aqua and contrib/blas/mblasd.f is LGPLv2+, the rest is BSD.
 License: LGPLv2+ and BSD
 Group: Applications/Engineering
@@ -134,10 +134,6 @@ rm -rf %{buildroot}
 %doc AUTHORS COPYING LGPL_V2 README ChangeLog
 %{_bindir}/apbs
 %{_bindir}/ApbsClient.py
-%if 0%{?fedora}<11 || 0%{?rhel} == 4 || 0%{?rhel} == 5
-%exclude %{_bindir}/*.pyc
-%exclude %{_bindir}/*.pyo
-%endif
 %{_libdir}/libapbs.so.*
 %{_libdir}/libapbsmainroutines.so.*
 %{python_sitelib}/apbs/
@@ -173,6 +169,12 @@ rm -rf %{buildroot}
 %doc doc/programmer/
 
 %changelog
+* Thu Aug 26 2010 Tim Fenn <fenn at stanford.edu> - 1.2.1-4
+- remove excluded pyc, pyo files
+
+* Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.2.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
+
 * Tue Dec 01 2009 Tim Fenn <fenn at stanford.edu> - 1.2.1-2
 - add RPM_OPT_FLAGS
 


More information about the scm-commits mailing list