summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pybugz-0.10git69cd7-1.fc17.src.rpmbin40649 -> 40652 bytes
-rw-r--r--pybugz.spec4
2 files changed, 2 insertions, 2 deletions
diff --git a/pybugz-0.10git69cd7-1.fc17.src.rpm b/pybugz-0.10git69cd7-1.fc17.src.rpm
index 550a1c0..7ab5b60 100644
--- a/pybugz-0.10git69cd7-1.fc17.src.rpm
+++ b/pybugz-0.10git69cd7-1.fc17.src.rpm
Binary files differ
diff --git a/pybugz.spec b/pybugz.spec
index dd969a1..d35f2b8 100644
--- a/pybugz.spec
+++ b/pybugz.spec
@@ -56,7 +56,7 @@ comfortably from the command line.
# find the proper directory to install bash-completion script
mkdir -p %{buildroot}%{bash_cmpl_dir}
cp %{_builddir}/%{name}-%{version}/contrib/bash-completion \
- %{buildroot}%{bash_cmpl_dir}/pybugz
+ %{buildroot}%{bash_cmpl_dir}/bugz
%endif
mkdir -p %{buildroot}%{_mandir}/man1
@@ -69,7 +69,7 @@ mkdir -p %{buildroot}%{_docdir}
%{_bindir}/bugz
%{python_sitelib}/bugz
%if %{?bash_completion}
- %{bash_cmpl_dir}/pybugz
+ %{bash_cmpl_dir}/bugz
%endif
%{python_sitelib}/%{name}-*.egg-info
%{_mandir}/man1/bugz.1.gz