From 1fe3836453c296a7d244a1c4533e4f187582ea78951f2d6ebf70f5605272d3d2 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 22 Sep 2011 12:51:20 +0000 Subject: [PATCH] - Fixed license to BSD-2-Clause OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Pygments?expand=0&rev=5 --- python-Pygments.changes | 5 +++++ python-Pygments.spec | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/python-Pygments.changes b/python-Pygments.changes index 75c21ce..72f9c0e 100644 --- a/python-Pygments.changes +++ b/python-Pygments.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 22 12:47:50 UTC 2011 - saschpe@suse.de + +- Fixed license to BSD-2-Clause + ------------------------------------------------------------------- Sun Sep 11 15:57:31 UTC 2011 - saschpe@gmx.de diff --git a/python-Pygments.spec b/python-Pygments.spec index d6afd80..3349ba4 100644 --- a/python-Pygments.spec +++ b/python-Pygments.spec @@ -19,15 +19,16 @@ Name: python-Pygments Version: 1.4 -Release: 1 +Release: 0 Url: http://pygments.org Summary: Pygments is a syntax highlighting package written in Python -License: BSD-3-Clause +License: BSD-2-Clause Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: python-nose Requires: python-distribute %if 0%{?suse_version} %py_requires @@ -65,6 +66,9 @@ python setup.py build python setup.py install --prefix=%{_prefix} --root=%{buildroot} install -Dm0644 docs/pygmentize.1 %{buildroot}%{_mandir}/man1/pygmentize.1 +%check +nosetests + %files %defattr(-,root,root,-) %doc AUTHORS CHANGES TODO docs/build