[qmforge/f19] Updated to upstream version 2.3.2

nonamedotc nonamedotc at fedoraproject.org
Sat Jun 14 22:34:14 UTC 2014


commit 92bce676682c3dd07daf60b9c7ded268b035dc83
Author: nonamedotc <nonamedotc at fedoraproject.org>
Date:   Sat Jun 14 17:34:11 2014 -0500

    Updated to upstream version 2.3.2
    
    - Added CHANGES.txt, LICENSE.txt and THANKS.txt to docs
    - Added comment about generating source tarball

 .gitignore   |    1 +
 qmforge.spec |   21 ++++++++++++++++-----
 sources      |    2 +-
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c93841..3303c57 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 QMForge-2.1.tar.gz
 /QMForge-2.2.tar.gz
+/qmforge-2.3.2.tar.gz
diff --git a/qmforge.spec b/qmforge.spec
index 6d43290..d0e0728 100644
--- a/qmforge.spec
+++ b/qmforge.spec
@@ -4,14 +4,20 @@
 # A .desktop file cannot be made without one => no desktop file.
 
 Name:		qmforge
-Version:	2.2
-Release:	3%{?dist}
+Version:	2.3.2
+Release:	1%{?dist}
 Summary:	Analysis tools for quantum mechanical calculations
 
 Group:		Development/Languages
 License:	GPLv2+
 URL:		http://qmforge.sourceforge.net/
-Source0:	http://downloads.sourceforge.net/%{name}/QMForge-%{version}.tar.gz
+
+# Upstream tarball unavailable. Source tarball was generated locally
+#
+# git clone git://git.code.sf.net/p/qmforge/git-code -b 2.3 qmforge-2.3.2
+# tar cvfz qmforge-2.3.2.tar.gz qmforge-2.3.2
+Source0:	%{name}-%{version}.tar.gz
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -31,7 +37,7 @@ tools for analyzing these results. Specifically, population (Mulliken and
 C-squared), fragment, and charge decomposition analyses are available.
 
 %prep
-%setup -q -n QMForge-%{version}
+%setup -q
 # Remove shebangs from libraries
 for file in src/*; do
  grep -v "#!/usr/bin/env python" $file > $file.new && \
@@ -53,12 +59,17 @@ rm -rf %{buildroot}
 
 
 %files
-%doc PKG-INFO
+%doc CHANGES.txt LICENSE.txt THANKS.txt
 %{python_sitelib}/%{name}/
 %{python_sitelib}/QMForge-*.egg-info
 %{_bindir}/%{name}
 
 %changelog
+* Sat Jun 14 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org - 2.3.2-1
+- Updated to upstream version 2.3.2
+- Added CHANGES.txt, LICENSE.txt and THANKS.txt to docs
+- Added comment about generating source tarball
+
 * Mon Feb 17 2014 Mukundan Ragavan <nonamedotc at fedoraproject.org> - 2.2-3
 - Further corrections to dependency list
 - Added PyQwt
diff --git a/sources b/sources
index 832835d..8147f5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9aec2bfa340abde4e116f7686cbee579  QMForge-2.2.tar.gz
+6d478e704c61441c5fe69c4d33c90db1  qmforge-2.3.2.tar.gz


More information about the scm-commits mailing list