forked from pool/rrdtool
This commit is contained in:
parent
e23b3ae313
commit
cf5e551ae3
11
rrdtool-1.2.23-python.diff
Normal file
11
rrdtool-1.2.23-python.diff
Normal file
@ -0,0 +1,11 @@
|
||||
--- bindings/python/setup.py
|
||||
+++ bindings/python/setup.py
|
||||
@@ -48,7 +48,7 @@
|
||||
"rrdtoolmodule",
|
||||
["rrdtoolmodule.c"],
|
||||
libraries=['rrd'],
|
||||
- runtime_library_dirs=[library_dir],
|
||||
+# runtime_library_dirs=[library_dir],
|
||||
library_dirs=[library_dir],
|
||||
include_dirs=[include_dir],
|
||||
)
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 9 15:11:35 CEST 2007 - anicka@suse.cz
|
||||
|
||||
- fix rpath in python module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 4 21:16:36 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -17,10 +17,11 @@ Group: Productivity/Scientific/Math
|
||||
Autoreqprov: on
|
||||
Requires: perl = %{perl_version}
|
||||
Version: 1.2.23
|
||||
Release: 1
|
||||
Release: 2
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: cgilib-0.5.tar.bz2
|
||||
Patch: %{name}-%{version}-ssize.diff
|
||||
Patch1: %{name}-%{version}-python.diff
|
||||
URL: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: A tool for data logging and analysis
|
||||
@ -42,6 +43,7 @@ Authors:
|
||||
%prep
|
||||
%setup -q -a1
|
||||
%patch
|
||||
%patch1
|
||||
|
||||
%build
|
||||
# first prepare cgilib
|
||||
@ -131,9 +133,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{perl_vendorarch}/auto/*
|
||||
/var/adm/perl-modules/rrdtool
|
||||
%{_datadir}/%{name}
|
||||
%{py_sitedir}/rrdtoolmodule.so
|
||||
%{py_sitedir}/*
|
||||
|
||||
%changelog
|
||||
* Wed May 09 2007 - anicka@suse.cz
|
||||
- fix rpath in python module
|
||||
* Fri May 04 2007 - anicka@suse.cz
|
||||
- update to 2.1.23
|
||||
* many bugfixes (mostly python)
|
||||
|
Loading…
Reference in New Issue
Block a user