OBS User unknown
2008-10-13 14:53:57 +00:00
committed by Git OBS Bridge
parent da47da1873
commit 50348391e3
19 changed files with 93 additions and 124 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package python-doc (Version 2.5.1)
# spec file for package python-doc (Version 2.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,17 +23,17 @@ License: Python Copyright
Group: Development/Languages/Python
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Additional Package Documentation for Python.
Version: 2.5.1
Release: 109
%define pyver 2.6rc2
Version: 2.6
Release: 1
%define pyver 2.6
BuildArch: noarch
%define tarname Python-%{pyver}
%define pyname python
Enhances: %{pyname}=%{pyver}
Source0: %{tarname}.tar.bz2
Source1: html-%{version}.tar.bz2
Source2: pdf-a4-%{version}.tar.bz2
Source3: pdf-letter-%{version}.tar.bz2
Source1: python-docs-html-%{version}.tar.bz2
Source2: python-docs-pdf-a4-%{version}.tar.bz2
Source3: python-docs-pdf-letter-%{version}.tar.bz2
Provides: pyth_doc pyth_ps
Obsoletes: pyth_doc pyth_ps
@@ -104,6 +104,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_docdir}/%{pyname}/paper-letter
%changelog
* Thu Oct 09 2008 matejcik@suse.cz
- updated docs to version 2.6
* Mon Sep 15 2008 matejcik@suse.cz
- updated to build against 2.6rc1
* Wed Jun 25 2008 matejcik@suse.cz