Skip to content

Commit 64fceb0

Browse files
committed
Spec for alt-linux
1 parent 33d8b5d commit 64fceb0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

packaging/rpm/SPECS/mamonsu.alt.spec

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
%define _datarootdir %{_prefix}/share
2+
%define python_sitelib %{_prefix}/lib/python2.7/site-packages
3+
14
Name: mamonsu
25
Version: 2.2.9
36
Release: 1%{?dist}
@@ -7,10 +10,10 @@ License: BSD
710
Source0: http://pypi.python.org/packages/source/m/mamonsu/mamonsu-%{version}.tar.gz
811
Source1: mamonsu.init
912
Source2: mamonsu-logrotate.in
10-
BuildRequires: python2-devel
11-
BuildRequires: python-setuptools
13+
BuildRequires: python-dev
14+
BuildRequires: python-module-setuptools
1215
BuildArch: noarch
13-
Requires: python-setuptools
16+
Requires: python-module-setuptools
1417

1518
%description
1619
Monitoring agent for PostgreSQL.

0 commit comments

Comments
 (0)