summaryrefslogtreecommitdiffstats
path: root/pybugz.spec
diff options
context:
space:
mode:
authorPavel Raiskup <pavel@raiskup.cz>2013-01-20 15:24:37 +0100
committerPavel Raiskup <pavel@raiskup.cz>2013-01-20 15:24:37 +0100
commit0fcb352f17599c44818211bd3916e8caf7edb7fa (patch)
tree4609a003b0674c74778e5118e4f6d44bab05f610 /pybugz.spec
parent46fd0aeea888ad1acf4111970c0687ca595ba907 (diff)
downloadpybugz-0fcb352f17599c44818211bd3916e8caf7edb7fa.tar.gz
pybugz-0fcb352f17599c44818211bd3916e8caf7edb7fa.tar.xz
pybugz-0fcb352f17599c44818211bd3916e8caf7edb7fa.zip
Better satisfy RHEL/Fedora needs
Diffstat (limited to 'pybugz.spec')
-rw-r--r--pybugz.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/pybugz.spec b/pybugz.spec
index 35e87fc..081becd 100644
--- a/pybugz.spec
+++ b/pybugz.spec
@@ -31,6 +31,8 @@ Source0: %{name}-%{version}.tar.gz
Patch0: %{name}-%{version}-bash-complete.patch
# follow https://github.com/praiskup/pybugz changes (until accepted by upstream)
Patch1: %{name}-%{version}-downstream.patch
+# make the installation better satisfy RHEL / Fedora purposes
+Patch2: %{name}-%{version}-rhel-fedora-cust.patch
%description
Pybugz was conceived as a tool to speed up the work-flow for Gentoo Linux
@@ -43,6 +45,7 @@ comfortably from the command line.
%setup -q
%patch0 -p1 -b .bash-complete
%patch1 -p1 -b .downstream
+%patch2 -p1 -b .rhel-fedora-cust
%build
%{__python} setup.py build
@@ -85,7 +88,7 @@ mkdir -p %{buildroot}%{_docdir}
- apply downstream patches to reflect https://github.com/praiskup/pybugz
it allows hierarchy of configuration files and a bit better error handling
- update URL as upstream is now on github
-- make the RedHat bugzilla default
+- make the RedHat bugzilla default, s/bugz/pybugz/ in manpage
- fedora-review fixes: s/define/global/, BR python2-devel, noreplace
- mention in documentation the ~/.bugzrc file