|
@@ -1,7 +1,7 @@
|
|
|
|
|
|
# Basic Information
|
|
# Basic Information
|
|
Name: rrdtool
|
|
Name: rrdtool
|
|
-Version: 1.4.7
|
|
|
|
|
|
+Version: 1.4.8
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv2
|
|
License: GPLv2
|
|
Group: Applications/System
|
|
Group: Applications/System
|
|
@@ -69,7 +69,12 @@ RDTool module for python
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --disable-ruby --enable-perl-site-install
|
|
|
|
|
|
+%configure \
|
|
|
|
+ --disable-ruby \
|
|
|
|
+ --enable-perl-site-install \
|
|
|
|
+ --with-perl-options="INSTALLDIRS=vendor"
|
|
|
|
+
|
|
|
|
+perl -pi -e 's/(rrdcached_LDADD =)/$1 \$(ALL_LIBS) /' src/Makefile
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%install
|
|
@@ -82,8 +87,8 @@ RDTool module for python
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/librrd*.la
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{_libdir}/librrd*.la
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{_mandir}/man3/RRD?.3pm*
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{_mandir}/man3/RRD?.3pm*
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{perl_archlib}/perllocal.pod
|
|
%{__rm} -f ${RPM_BUILD_ROOT}%{perl_archlib}/perllocal.pod
|
|
-%{__rm} -f ${RPM_BUILD_ROOT}%{perl_sitearch}/auto/RRDp/.packlist
|
|
|
|
-%{__rm} -f ${RPM_BUILD_ROOT}%{perl_sitearch}/auto/RRDs/.packlist
|
|
|
|
|
|
+%{__rm} -f ${RPM_BUILD_ROOT}%{perl_vendorarch}/auto/RRDp/.packlist
|
|
|
|
+%{__rm} -f ${RPM_BUILD_ROOT}%{perl_vendorarch}/auto/RRDs/.packlist
|
|
|
|
|
|
|
|
|
|
%clean
|
|
%clean
|
|
@@ -111,16 +116,16 @@ RDTool module for python
|
|
|
|
|
|
%files tcl
|
|
%files tcl
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{_libdir}/rrdtool/ifOctets.tcl
|
|
|
|
-%{_libdir}/rrdtool/pkgIndex.tcl
|
|
|
|
|
|
+%{_datadir}/rrdtool/ifOctets.tcl
|
|
|
|
+%{_datadir}/rrdtool/pkgIndex.tcl
|
|
%{_libdir}/tclrrd*.so
|
|
%{_libdir}/tclrrd*.so
|
|
|
|
|
|
%files -n perl-rrdtool
|
|
%files -n perl-rrdtool
|
|
%defattr(-,root,root)
|
|
%defattr(-,root,root)
|
|
-%{perl_sitelib}/RRDp.pm
|
|
|
|
-%{perl_sitearch}/RRDs.pm
|
|
|
|
-%{perl_sitearch}/auto/RRDs/RRDs.bs
|
|
|
|
-%{perl_sitearch}/auto/RRDs/RRDs.so
|
|
|
|
|
|
+%{perl_vendorlib}/RRDp.pm
|
|
|
|
+%{perl_vendorarch}/RRDs.pm
|
|
|
|
+%{perl_vendorarch}/auto/RRDs/RRDs.bs
|
|
|
|
+%{perl_vendorarch}/auto/RRDs/RRDs.so
|
|
%{_datadir}/rrdtool/examples/*.pl
|
|
%{_datadir}/rrdtool/examples/*.pl
|
|
%{_datadir}/rrdtool/examples/rrdcached/RRDCached.pm
|
|
%{_datadir}/rrdtool/examples/rrdcached/RRDCached.pm
|
|
%{_datadir}/rrdtool/examples/rrdcached/rrdcached-size.pl
|
|
%{_datadir}/rrdtool/examples/rrdcached/rrdcached-size.pl
|
|
@@ -131,5 +136,8 @@ RDTool module for python
|
|
%{python_sitearch}/rrdtoolmodule.so
|
|
%{python_sitearch}/rrdtoolmodule.so
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Jul 1 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.4.8-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Fri Feb 17 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.4.7-1
|
|
* Fri Feb 17 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 1.4.7-1
|
|
- initial build for Vine Linux
|
|
- initial build for Vine Linux
|