[mnemosyne] 2.3.2

Jiří Popelka jpopelka at fedoraproject.org
Wed Feb 25 15:37:19 UTC 2015


commit ffeb1c13f6e2b3fc0b33401274d392b7b149f5a8
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Wed Feb 25 16:32:13 2015 +0100

    2.3.2

 .gitignore     |  1 +
 mnemosyne.spec | 20 ++++++++++++--------
 sources        |  2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3ca3623..5afd56a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ mnemosyne-1.2.1.tgz
 /Mnemosyne-2.2.1.tar.gz
 /Mnemosyne-2.3.tar.gz
 /Mnemosyne-2.3.1.tar.gz
+/Mnemosyne-2.3.2.tar.gz
diff --git a/mnemosyne.spec b/mnemosyne.spec
index 84e8584..fca5e78 100644
--- a/mnemosyne.spec
+++ b/mnemosyne.spec
@@ -1,16 +1,16 @@
 Name:		mnemosyne
 Summary:	Flash-card learning tool
-Version:	2.3.1
+Version:	2.3.2
 Release:	1%{?dist}
 URL:		http://www.mnemosyne-proj.org/
 Source0:	http://downloads.sourceforge.net/sourceforge/mnemosyne-proj/Mnemosyne-%{version}.tar.gz
 Patch0:		mnemosyne-desktop.patch
 License:	AGPLv3
 
+BuildArch:	noarch
 BuildRequires:	desktop-file-utils
 BuildRequires:	python2-devel
 BuildRequires:	python-setuptools
-BuildArch:	noarch
 Requires:	hicolor-icon-theme
 Requires:	PyQt4
 Requires:	python-matplotlib-qt4
@@ -30,11 +30,10 @@ Optional dependencies:
 %patch0 -p1 -b .d
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
+CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build
 
 %install
-
-%{__python} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
 
 install -d %{buildroot}%{_datadir}/applications
 desktop-file-install --vendor="" \
@@ -62,15 +61,20 @@ fi
 
 %files -f %{name}.lang
 %doc ChangeLog README
+# https://bugs.launchpad.net/mnemosyne-proj/+bug/1346903
+# http://bazaar.launchpad.net/~peter-bienstman/mnemosyne-proj/trunk/view/head:/mnemosyne/mnemosyne/LICENSE
 #%%doc docmnemosyne/libmnemosyne/LICENSE
 %{_bindir}/%{name}
-%{python_sitelib}/mnemosyne
-%{python_sitelib}/Mnemosyne-%{version}-*.egg-info
-%{python_sitelib}/openSM2sync
+%{python2_sitelib}/mnemosyne
+%{python2_sitelib}/Mnemosyne-%{version}-*.egg-info
+%{python2_sitelib}/openSM2sync
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %changelog
+* Wed Feb 25 2015 Jiri Popelka <jpopelka at redhat.com> - 2.3.2-1
+- 2.3.2
+
 * Thu Jun 19 2014 Jiri Popelka <jpopelka at redhat.com> - 2.3.1-1
 - 2.3.1
 
diff --git a/sources b/sources
index 1573b6d..b933414 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79cb859ec98812d8b7cefffa36e24bc8  Mnemosyne-2.3.1.tar.gz
+c911bd64e03c03bc2f5ea20a96c16cc0  Mnemosyne-2.3.2.tar.gz


More information about the scm-commits mailing list