[octave-io] Initial import

Orion Poplawski orion at fedoraproject.org
Thu Apr 17 13:55:09 UTC 2014


commit 23afa3470d19e3d1e1780b7940171450452fb378
Author: Orion Poplawski <orion at nwra.com>
Date:   Thu Apr 17 07:55:00 2014 -0600

    Initial import

 .gitignore     |    1 +
 octave-io.spec |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 sources        |    1 +
 3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..9562735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/io-2.0.2.tar.gz
diff --git a/octave-io.spec b/octave-io.spec
new file mode 100644
index 0000000..8534ac3
--- /dev/null
+++ b/octave-io.spec
@@ -0,0 +1,50 @@
+%global octpkg io
+
+Name:           octave-%{octpkg}
+Version:        2.0.2
+Release:        1%{?dist}
+Summary:        Input/Output in external formats
+Group:          Applications/Engineering
+License:        GPLv3+ and BSD
+URL:            http://octave.sourceforge.net/%{octpkg}/
+Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
+
+BuildRequires:  octave-devel >= 3.7.2
+Requires:       octave(api) = %{octave_api}
+Requires(post): octave
+Requires(postun): octave
+
+%description
+Input/Output in external formats.
+
+%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
+%doc %{octpkgdir}/doc/
+%doc %{octpkgdir}/doc-cache
+%{octpkgdir}/packinfo
+%{octpkgdir}/private/
+
+
+%changelog
+* Tue Apr 15 2014 Orion Poplawski <orion at cora.nwra.com> - 2.0.2-1
+- initial package for Fedora
diff --git a/sources b/sources
index e69de29..110d504 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+1d7457bf7941edfb34198c34518d8d23  io-2.0.2.tar.gz


More information about the scm-commits mailing list