[octave-struct] Comply to Octave packaging guidelines.

Jussi Lehtola jussilehtola at fedoraproject.org
Mon Aug 15 09:53:40 UTC 2011


commit 8c4383694e8819068d8ab333dd24be69c6ef2ae7
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Mon Aug 15 12:53:28 2011 +0300

    Comply to Octave packaging guidelines.

 octave-struct.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/octave-struct.spec b/octave-struct.spec
index 52fa64b..50e4d57 100644
--- a/octave-struct.spec
+++ b/octave-struct.spec
@@ -2,7 +2,7 @@
 
 Name:           octave-%{octpkg}
 Version:        1.0.9
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Structure handling for Octave
 Group:          Applications/Engineering
 License:        GPLv2+
@@ -14,18 +14,17 @@ Patch0:         %{name}-nostrip.patch
 
 BuildRequires:  octave-devel 
 
-Requires:       octave
+Requires:       octave(api) = %{octave_api}
 Requires(post): octave
 Requires(postun): octave
 
-
 Obsoletes:      octave-forge <= 20090607
 
 
 %description
-Additional Structure manipulations functions. Octave includes support for organizing
-data in structures. This package contains additional data structure manipulation
-functions not in the octave core.
+Octave includes support for organizing data in structures. This package
+contains additional data structure manipulation functions that are not
+included in the octave core.
 
 %prep
 %setup -q -n %{octpkg}-%{version}
@@ -58,6 +57,10 @@ rm -rf %{buildroot}
 %{octpkglibdir}
 
 %changelog
+* Mon Aug 15 2011 Jussi Lehtola <jussilehtola at fedoraproject.org> - 1.0.9-4
+- Comply to Octave Packaging Guidelines by requiring exact version of
+  octave(api).
+
 * Mon Jun 13 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> 1.0.9-3
 - Add comment regarding patch purpose
 


More information about the scm-commits mailing list