Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
prometheus
Commits
137f7d480bf5
Commit
137f7d48
authored
Jul 16, 2021
by
Laurent Peuch
Browse files
chore: remove debian/fedora packaging
parent
290210389667
Pipeline
#68897
passed with stages
in 2 minutes and 30 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
cubicweb-prometheus.spec
deleted
100644 → 0
View file @
29021038
# for el5, force use of python2.6
%if 0%{?el5}
%define python python26
%define __python /usr/bin/python2.6
%else
%define python python
%define __python /usr/bin/python
%endif
%{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: cubicweb-prometheus
Version: 0.1.0
Release: logilab.1%{?dist}
Summary: Exporting prometheus metrics
Group: Applications/Internet
License: LGPL
Source0: cubicweb-prometheus-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildRequires: %{python} %{python}-setuptools
Requires: cubicweb >= 3.31.0
Requires: %{python}-six >= 1.4.0
%description
Exporting prometheus metrics
%prep
%setup -q -n cubicweb-prometheus-%{version}
%if 0%{?el5}
# change the python version in shebangs
find . -name '*.py' -type f -print0 | xargs -0 sed -i '1,3s;^#!.*python.*$;#! /usr/bin/python2.6;'
%endif
%install
%{__python} setup.py --quiet install --no-compile --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_python_sitelib}/*
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment