[octave-quaternion] import from review

sailer sailer at fedoraproject.org
Wed Jun 15 14:10:13 UTC 2011


commit 0be0c5966db4f7f467ea938570660f4eb2bca1a2
Author: Thomas Sailer <t.sailer at alumni.ethz.ch>
Date:   Wed Jun 15 16:09:52 2011 +0200

    import from review

 .gitignore             |    1 +
 octave-quaternion.spec |   61 ++++++++++++++++++++++++++++++++++++++++++++++++
 sources                |    1 +
 3 files changed, 63 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..3ff6d9b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/quaternion-1.0.0.tar.gz
diff --git a/octave-quaternion.spec b/octave-quaternion.spec
new file mode 100644
index 0000000..dfecf74
--- /dev/null
+++ b/octave-quaternion.spec
@@ -0,0 +1,61 @@
+%global octpkg quaternion
+
+Name:           octave-%{octpkg}
+Version:        1.0.0
+Release:        2%{?dist}
+Summary:        Quaternion package for Octave
+Group:          Applications/Engineering
+License:        GPLv3+
+URL:            http://octave.sourceforge.net/quaternion/
+Source0:        http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
+BuildArch:      noarch
+
+BuildRequires:  octave  
+
+Requires:       octave
+Requires(post): octave
+Requires(postun): octave
+
+
+Obsoletes:      octave-forge <= 20090607
+
+
+%description
+Package for the manipulation of Quaternions used for frame transformation
+
+%prep
+%setup -q -n %{octpkg}-%{version}
+
+%build
+%octave_pkg_build
+
+%install
+rm -rf %{buildroot}
+%octave_pkg_install
+
+%post
+%octave_cmd pkg rebuild
+
+%preun
+%octave_pkg_preun
+
+%postun
+%octave_cmd pkg rebuild
+
+%files
+%defattr(-,root,root,-)
+
+%dir %{octpkgdir}
+%doc %{octpkgdir}/doc-cache
+%{octpkgdir}/*.m
+%{octpkgdir}/packinfo
+%doc %{octpkgdir}/packinfo/COPYING
+%doc %{octpkgdir}/doc/quaternion.ps
+
+
+%changelog
+* Wed Jun 15 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> - 1.0.0-2
+- Review Input
+
+* Fri Jun 03 2011 Thomas Sailer <t.sailer at alumni.ethz.ch> 1.0.0-1
+- initial package for Fedora
diff --git a/sources b/sources
index e69de29..018ef54 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9bd5bf6b608eb6703ac8c4edcb07377e  quaternion-1.0.0.tar.gz


More information about the scm-commits mailing list