rpms/rrdtool/devel rrdtool.spec,1.17,1.18

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Jun 19 17:55:58 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/rrdtool/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17694

Modified Files:
	rrdtool.spec 
Log Message:
Flip perl, php and python subpackage names around to conform more with established standards


Index: rrdtool.spec
===================================================================
RCS file: /cvs/extras/rpms/rrdtool/devel/rrdtool.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- rrdtool.spec	10 Jun 2006 19:29:44 -0000	1.17
+++ rrdtool.spec	19 Jun 2006 17:55:57 -0000	1.18
@@ -4,7 +4,7 @@
 Summary: Round Robin Database Tool to store and display time-series data
 Name: rrdtool
 Version: 1.2.13
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPL
 Group: Applications/Databases
 URL: http://people.ee.ethz.ch/~oetiker/webtools/%{name}/
@@ -47,36 +47,40 @@
 display time-series data (i.e. network bandwidth, machine-room temperature,
 server load average). This package contains documentation on using RRD.
 
-%package -n perl-%{name}
+%package perl
 Summary: Perl RRDtool bindings
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Obsoletes: %{name}-perl <= %{version}
-Provides: %{name}-perl = %{version}-%{release}
+Obsoletes: perl-%{name} <= %{version}
+Provides: perl-%{name} = %{version}-%{release}
 
-%description -n perl-%{name}
+%description perl
 The Perl RRDtool bindings
 
-%package -n python-%{name}
+%package python
 Summary: Python RRDtool bindings
 Group: Development/Languages
 BuildRequires: python
 Requires: python >= %{python_version}
 Requires: %{name} = %{version}-%{release}
+Obsoletes: python-%{name} <= %{version}
+Provides: python-%{name} = %{version}-%{release}
 
-%description -n python-%{name}
+%description python
 Python RRDtool bindings.
 
-%package -n php-%{name}
+%package php
 Summary: PHP RRDtool bindings
 Group: Development/Languages
 BuildRequires: php-devel >= 4.0
 Requires: php >= 4.0
 Requires: %{name} = %{version}-%{release}
+Obsoletes: php-%{name} <= %{version}
+Provides: php-%{name} = %{version}-%{release}
 
-%description -n php-%{name}
-The php-%{name} package includes a dynamic shared object (DSO) that adds
+%description php
+The %{name}-php package includes a dynamic shared object (DSO) that adds
 RRDtool bindings to the PHP HTML-embedded scripting language.
 
 %prep
@@ -199,25 +203,29 @@
 %doc CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO NEWS THREADS
 %doc examples doc2/html doc2/txt
 
-%files -n perl-%{name}
+%files perl
 %defattr(-,root,root,-)
 %doc doc3/html
 %{_mandir}/man3/*
 %{perl_vendorarch}/*.pm
 %attr(0755,root,root) %{perl_vendorarch}/auto/RRDs/
 
-%files -n python-%{name}
+%files python
 %defattr(-,root,root,-)
 %doc bindings/python/AUTHORS bindings/python/COPYING bindings/python/README
 %{python_sitearch}/rrdtoolmodule.so
 
-%files -n php-%{name}
+%files php
 %defattr(-,root,root,0755)
 %doc php4/examples php4/README
 %config(noreplace) %{_sysconfdir}/php.d/rrdtool.ini
 %{php_extdir}/rrdtool.so
 
 %changelog
+* Mon Jun 19 2006 Jarod Wilson <jwilson at redhat.com> 1.2.13-6
+- Flip perl, php and python sub-package names around to 
+  conform with general practices
+
 * Sat Jun 10 2006 Jarod Wilson <jwilson at redhat.com> 1.2.13-5
 - Minor fixes to make package own created directories
 




More information about the fedora-extras-commits mailing list