X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rrdtool.spec;h=5b9ab93bce609df66c87fbed30f9c1bebb32af1b;hb=ca02edb93720d2a4c72b5118aeda81a77a3beadf;hp=d7ac1d7b9bd7eba6374a633f3fa4905c2dae8429;hpb=ef4769d9bcd172c0c7fd198dcffdc63b19db3561;p=rrdtool.git diff --git a/rrdtool.spec b/rrdtool.spec index d7ac1d7..5b9ab93 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -7,7 +7,7 @@ Name: rrdtool Version: 1.1.0 Release: %{cvsver} License: GPL -Group: Applications/Networking +Group: Applications/Databases Source: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/pub/beta/rrdtool-cvs-snap.tar.gz URL: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ Buildroot: /tmp/%{name}-root @@ -29,15 +29,15 @@ values collected over a definable time period. %package devel Summary: RRD Tool development libraries and header files Group: Development/Libraries -Requires: rrdtool = %{version}-%{release} +Requires: %{name} = %{version} %description devel The RRD Tools development library. %package perl Summary: RRD Tool Perl interface -Group: Applications/Networking -Requires: rrdtool = %{version}-%{release} +Group: Applications/Databases +Requires: %{name} = %{version} %description perl The RRD Tools Perl modules. @@ -45,11 +45,6 @@ The RRD Tools Perl modules. %prep %setup -q -n rrdtool-%{cvsdate} -mkdir config -cd config -ln -s ../mkinstalldirs . -cd .. - %define deffont %{_datadir}/fonts/VeraMono.ttf perl -pi -e 's!^(#define\s+RRD_DEFAULT_FONT\s+).*!$1"%{deffont}"!' src/rrd_graph.c