14
0

Accepting request 18727 from devel:languages:python

Copy from devel:languages:python/python-bugzilla based on submit request 18727 from user mvyskocil

OBS-URL: https://build.opensuse.org/request/show/18727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bugzilla?expand=0&rev=2
This commit is contained in:
OBS User autobuild
2009-08-26 13:53:15 +00:00
committed by Git OBS Bridge
parent 215a3062a4
commit 06537cced8
3 changed files with 58 additions and 1 deletions

View File

@@ -20,7 +20,7 @@
Name: python-bugzilla
Version: 0.5
Release: 1
Release: 2
Summary: Python library for bugzilla
Group: Development/Libraries/Python
License: GPL v2 or later
@@ -30,6 +30,7 @@ Url: https://fedorahosted.org/python-bugzilla/
Source: https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{version}.tar.bz2
Patch0: 0001-Use-LWPCookieJar-by-default.patch
Patch1: 0002-NovellBugzilla-implementation.patch
Patch2: 0003-obfuscated-password-support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
%{py_requires}
@@ -54,6 +55,7 @@ Will Woods <wwoods@redhat.com>, Oct 16 2008
%setup -q
%patch0 -p1 -b .use-lwpcookiejar-by-default
%patch1 -p1 -b .novellbugzilla-implementation
%patch2 -p1 -b .obfuscated-password
%build
export CFLAGS="%{optflags}"