"Fossies" - the Fresh Open Source Software Archive

Member "mod_rrd-1.0.1/mod_rrd.spec" (5 Dec 2019, 813 Bytes) of package /linux/www/apache_httpd_modules/mod_rrd-1.0.1.tar.bz2:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) RPM Spec source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "mod_rrd.spec": 1.0.0_vs_1.0.1.

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