summaryrefslogtreecommitdiffstats
path: root/devtools
diff options
context:
space:
mode:
authorMichel Salim <salimma@fedoraproject.org>2011-03-25 09:17:55 +0100
committerMichel Salim <salimma@fedoraproject.org>2011-03-25 09:17:55 +0100
commita8b3c108847dc7600eb38d46be0f36cf9f353ce2 (patch)
tree1b8bdcf5bfff5c622245d48dd1fd2bca9c155ad3 /devtools
parente6aff058038ca266d195b536d8822c7b3db995f8 (diff)
downloadspecs-a8b3c108847dc7600eb38d46be0f36cf9f353ce2.tar.gz
specs-a8b3c108847dc7600eb38d46be0f36cf9f353ce2.tar.xz
specs-a8b3c108847dc7600eb38d46be0f36cf9f353ce2.zip
BE review done
Diffstat (limited to 'devtools')
-rw-r--r--devtools/be.spec69
1 files changed, 0 insertions, 69 deletions
diff --git a/devtools/be.spec b/devtools/be.spec
deleted file mode 100644
index 7079252..0000000
--- a/devtools/be.spec
+++ /dev/null
@@ -1,69 +0,0 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
-Name: be
-Version: 1.0.0
-Release: 2%{?dist}
-Summary: Bugs Everywhere, a distributed bug tracker
-
-# for older rpmlint versions
-Group: Development/Tools
-License: GPLv2+
-URL: http://bugseverywhere.org/
-Source0: http://download.bugseverywhere.org/releases/be-%{version}.tar.gz
-# from commit 2aeaa4e265deb093a5e37c5973deb8d932974491
-Patch0: be-1.0.0-manpage.patch
-
-BuildArch: noarch
-BuildRequires: python-docutils
-Requires: PyYAML
-
-%description
-This is Bugs Everywhere (BE), a bug tracker built on distributed
-version control. It works with Arch, Bazaar, Darcs, Git, Mercurial,
-and Monotone at the moment, but is easily extensible. It can also
-function with no VCS at all.
-
-The idea is to package the bug information with the source code, so
-that bugs can be marked "fixed" in the branches that fix them. So,
-instead of numbers, bugs have globally unique ids.
-
-
-%prep
-%setup -q
-%patch0 -p1 -b .manpage
-sed -i '1d' libbe/version.py
-sed -i '1d' misc/completion/be.bash
-
-
-%build
-%{__python} setup.py build
-make man
-
-
-%install
-rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
-COMPDIR=$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
-mkdir -p $COMPDIR
-cp -p misc/completion/be.bash $COMPDIR/
-
-
-%files
-### not needed anymore by RPM, but keep rpmlint happy
-%defattr(-,root,root,-)
-###
-%doc COPYING AUTHORS ChangeLog NEWS README
-%{_bindir}/be
-%{python_sitelib}/*
-%dir %{_sysconfdir}/bash_completion.d
-%config(noreplace) %{_sysconfdir}/bash_completion.d/be.bash
-%{_mandir}/man1/be.1*
-
-
-%changelog
-* Thu Mar 24 2011 Michel Salim <salimma@fedoraproject.org> - 1.0.0-2
-- add Group: field, for compliance with older rpmlint versions
-
-* Wed Mar 23 2011 Michel Salim <salimma@fedoraproject.org> - 1.0.0-1
-- Initial package
-