[octave-general] Import from release

sailer sailer at fedoraproject.org
Mon Oct 15 07:44:01 UTC 2012


commit 5ee303c202d004e9ff06ab830866b56c36ac9b93
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Mon Oct 15 09:43:43 2012 +0200

    Import from release

 .gitignore          |    1 +
 octave-general.spec |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++
 sources             |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..bcb693d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/general-1.3.2.tar.gz
diff --git a/octave-general.spec b/octave-general.spec
new file mode 100644
index 0000000..154b56e
--- /dev/null
+++ b/octave-general.spec
@@ -0,0 +1,61 @@
+%global octpkg general
+
+Name:           octave-%{octpkg}
+Version:        1.3.2
+Release:        2%{?dist}
+Summary:        General tools for Octave, string dictionary, parallel computing
+Group:          Applications/Engineering
+License:        GPLv3+ and BSD and Public Domain
+URL:            http://octave.sourceforge.net/general/
+Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
+
+BuildRequires:  octave-devel
+
+Requires:       octave(api) = %{octave_api}
+Requires(post): octave
+Requires(postun): octave
+Obsoletes:      octave-forge <= 20090607
+
+%description
+The Octave-forge General package provides functions for parallel computing,
+string dictionaries and other general utility functions.
+
+
+%prep
+%setup -q -n %{octpkg}
+
+
+%build
+%octave_pkg_build
+
+
+%install
+%octave_pkg_install
+
+
+%post
+%octave_cmd pkg rebuild
+
+%preun
+%octave_pkg_preun
+
+%postun
+%octave_cmd pkg rebuild
+
+%files
+%{octpkglibdir}
+%dir %{octpkgdir}
+%{octpkgdir}/*.m
+%{octpkgdir}/@dict/*.m
+%{octpkgdir}/@inputParser/*.m
+%{octpkgdir}/private/*.m
+%doc %{octpkgdir}/doc-cache
+%{octpkgdir}/packinfo
+
+
+%changelog
+* Mon Oct  8 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.3.2-2
+- remove buildroot cleaning
+
+* Tue Sep 25 2012 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.3.2-1
+- Initial Fedora package
diff --git a/sources b/sources
index e69de29..5710534 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+4419e594b38d39cbee61a44b33dbf702  general-1.3.2.tar.gz


More information about the scm-commits mailing list