From 57471beadf51ea71b248d50d1b5153008fd67267 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Tue, 21 Aug 2007 21:14:45 +0000 Subject: [PATCH] - 0.10.0b1 - Update license tag to LGPLv2 --- .cvsignore | 2 +- python-nose.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 91d52b0..c42497b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -nose-0.10.0a2.tar.gz +nose-0.10.0b1.tar.gz diff --git a/python-nose.spec b/python-nose.spec index a3104d2..1381749 100644 --- a/python-nose.spec +++ b/python-nose.spec @@ -2,17 +2,17 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} -%define _alphatag a2 +%define _betatag b1 Name: python-nose Version: 0.10.0 -Release: 0.1.%{_alphatag}%{?dist} +Release: 0.2.%{_betatag}%{?dist} Summary: A discovery-based unittest extension for Python Group: Development/Languages -License: LGPL +License: LGPLv2 URL: http://somethingaboutorange.com/mrl/projects/nose/ -Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}%{_alphatag}.tar.gz +Source0: http://somethingaboutorange.com/mrl/projects/nose/nose-%{version}%{_betatag}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +26,7 @@ one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. %prep -%setup -q -n nose-%{version}%{_alphatag} +%setup -q -n nose-%{version}%{_betatag} %build CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build @@ -44,10 +44,14 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS CHANGELOG lgpl.txt NEWS README.txt %{_bindir}/nosetests %{_mandir}/man1/nosetests.1.gz -%{python_sitelib}/nose-%{version}%{_alphatag}-py%{pyver}.egg-info +%{python_sitelib}/nose-%{version}%{_betatag}-py%{pyver}.egg-info %{python_sitelib}/nose %changelog +* Tue Aug 21 2007 Luke Macken 0.10.0-0.2.b1 +- 0.10.0b1 +- Update license tag to LGPLv2 + * Fri Jun 20 2007 Luke Macken 0.10.0-0.1.a2 - 0.10.0a2 diff --git a/sources b/sources index b936dff..e271103 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bfa4ccb9d9888011345f2b05d3ec7f54 nose-0.10.0a2.tar.gz +f4c5c6054b26ccb3ae04f39e693c20d5 nose-0.10.0b1.tar.gz