forked from pool/python-bugzilla
- update to openSUSE-1 tag from openSUSE's git branch
* better handling of NovellBugzilla instances * using HTTP basic auth instead of IChain OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bugzilla?expand=0&rev=18
This commit is contained in:
committed by
Git OBS Bridge
parent
ab138a9b1b
commit
cbb316c9cb
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-bugzilla
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -23,19 +23,13 @@ Version: 0.6.2
|
||||
Release: 1
|
||||
Summary: Python library for bugzilla
|
||||
Group: Development/Libraries/Python
|
||||
License: GPLv2+
|
||||
License: GPL-2.0+
|
||||
Url: https://fedorahosted.org/python-bugzilla/
|
||||
Source: https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{version}.tar.bz2
|
||||
# generated from python-bugzilla/suse
|
||||
# https://gitorious.org/opensuse/python-bugzilla/commits/suse
|
||||
# cherry-picked patches from git format-patch 0.6.2...suse
|
||||
Patch0: 0006-cli-speedup-request-outputformat-fields-when-doing-q.patch
|
||||
Patch1: 0007-fixup-for-cli-speedup-with-query-outputformat.patch
|
||||
Patch2: 0013-obfuscated-password-support-in-oscrc.patch
|
||||
Patch3: 0014-fix-typo-in-url-argument.patch
|
||||
Patch4: 0015-novell-bugzilla-support-in-getBugzillaClassForURL.patch
|
||||
Patch5: 0016-novell-bugzilla-run-on-3.4.patch
|
||||
Patch6: 0017-allow-various-bnc-instances-in-NovellBugzilla.patch
|
||||
#Source: https://fedorahosted.org/releases/p/y/python-bugzilla/%{name}-%{version}.tar.bz2
|
||||
Source: %{name}-%{version}-openSUSE-1.tar.bz2
|
||||
# https://gitorious.org/opensuse/python-bugzilla
|
||||
Patch0: %{name}-0.6.2-backtraces.patch
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildArch: noarch
|
||||
@@ -54,13 +48,7 @@ but gosh - why not just write something in Python instead?
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
|
||||
Reference in New Issue
Block a user