-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_rrd.spec.in
More file actions
35 lines (27 loc) · 825 Bytes
/
mod_rrd.spec.in
File metadata and controls
35 lines (27 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# RPM Spec file for mod_rrd
Name: mod_rrd
Version: @PACKAGE_VERSION@
Release: 1%{?dist}
Summary: Apache httpd rrd filter module
License: ASL 2.0
Group: System Environment/Daemons
Source: https://github.com/minfrin/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2
Url: https://github.com/minfrin/%{name}
BuildRequires: gcc, pkgconfig(apr-1), pkgconfig(apr-util-1), httpd-devel
Requires: httpd
%description
The Apache mod_rrd module provides a set of filters and handlers
to manipulate and display RRD graphs.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%{_libdir}/httpd/modules/mod_rrd.so
%doc AUTHORS ChangeLog README.md
%changelog
* Tue Oct 22 2019 Graham Leggett <minfrin@sharp.fm> - 1.0.0-1
- Initial version of the package