[octave-specfun/f16] Comply to Octave packaging guidelines.

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Aug 15 09:54:38 UTC 2011


commit d6de7403a88ae3227a40b04a885013065aa7dbc6
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Aug 15 12:54:23 2011 +0300

    Comply to Octave packaging guidelines.

 octave-specfun.spec |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/octave-specfun.spec b/octave-specfun.spec
index 2573677..e8b0d0e 100644
--- a/octave-specfun.spec
+++ b/octave-specfun.spec
@@ -2,8 +2,8 @@
 
 Name:           octave-%{octpkg}
 Version:        1.0.9
-Release:        2%{?dist}
-Summary:        Specfun for Octave
+Release:        3%{?dist}
+Summary:        Special functions for Octave, including ellipitic functions
 Group:          Applications/Engineering
 License:        GPLv2+
 URL:            http://octave.sourceforge.net/specfun/
@@ -15,7 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  octave-devel
 
-Requires:       octave
+Requires:       octave(api) = %{octave_api}
 Requires(post): octave
 Requires(postun): octave
 
@@ -24,9 +24,10 @@ Obsoletes:      octave-forge <= 20090607
 
 
 %description
-Special functions including elliptic functions, sine/cosine integral functions,
-complementary error functions and exponential integrals, Heaviside and Dirac
-functions, Riemann zeta function and others.
+This package contains special functions for Octave, including elliptic
+functions, sine/cosine integral functions, complementary error functions
+and exponential integrals, Heaviside and Dirac functions, the Riemann zeta
+function and others.
 
 %prep
 %setup -q -n %{octpkg}-%{version}
@@ -59,6 +60,10 @@ rm -rf %{buildroot}
 %{octpkglibdir}
 
 %changelog
+* Mon Aug 15 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0.9-3
+- Comply to Octave Packaging Guidelines by requiring exact version of
+  octave(api).
+
 * Wed Jun 15 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.0.9-2
 - Review input
 


More information about the scm-commits mailing list