diff --git a/python-matplotlib.changes b/python-matplotlib.changes
index 1da22cb..c729618 100644
--- a/python-matplotlib.changes
+++ b/python-matplotlib.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Thu Dec  8 13:54:40 UTC 2011 - coolo@suse.com
+
+- fix license to be in spdx.org format
+
 -------------------------------------------------------------------
 Tue Oct 11 12:27:54 UTC 2011 - jmatejek@suse.com
 
diff --git a/python-matplotlib.spec b/python-matplotlib.spec
index d8d1154..1f2073c 100644
--- a/python-matplotlib.spec
+++ b/python-matplotlib.spec
@@ -15,15 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           python-matplotlib
 Version:        1.0.1
-Release:        8
-License:        BSD
-Group:          Development/Libraries/Python
+Release:        0
 
 Summary:        Plotting Library for Python
+License:        BSD-2-Clause
+Group:          Development/Libraries/Python
 Url:            http://sourceforge.net/projects/matplotlib
 Source:         matplotlib-%{version}.tar.bz2
 Source1:        matplotlib-setup.cfg
@@ -87,9 +85,7 @@ scripts, the python and ipython shell (ala matlab or mathematica), web
 application servers, and six graphical user interface toolkits.
 
 %package tk
-License:        BSD
 Summary:        Tk backend for python-matplotlib
-Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 Requires:       python-tk
 
@@ -97,9 +93,7 @@ Requires:       python-tk
 Tk backend for python-matplotlib plotting package
 
 %package wx
-License:        BSD
 Summary:        Wx backend for python-matplotlib
-Group:          Development/Libraries/Python
 Requires:       %{name} = %{version}
 Requires:       python-wxGTK