[opus-tools] initial import

Peter Robinson pbrobinson at fedoraproject.org
Thu Jun 14 15:07:07 UTC 2012


commit 2b5fa6ed5c5c66c2fbbc06c92079ea8734e99bd5
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Jun 14 16:07:02 2012 +0100

    initial import

 .gitignore      |    1 +
 opus-tools.spec |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 sources         |    1 +
 3 files changed, 49 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..1b4fb66 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/opus-tools-0.1.2.tar.gz
diff --git a/opus-tools.spec b/opus-tools.spec
new file mode 100644
index 0000000..0ab1be6
--- /dev/null
+++ b/opus-tools.spec
@@ -0,0 +1,47 @@
+Name:          opus-tools
+Version:       0.1.2
+Release:       1%{?dist}
+Summary:       A set of tools for the opus audio codec
+
+Group:         System Environment/Libraries
+License:       BSD and GPLv2
+URL:           http://www.opus-codec.org/
+Source0:       http://downloads.xiph.org/releases/opus/%{name}-%{version}.tar.gz
+
+BuildRequires: libogg-devel
+BuildRequires: opus-devel
+
+%description
+The Opus codec is designed for interactive speech and audio transmission over 
+the Internet. It is designed by the IETF Codec Working Group and incorporates 
+technology from Skype's SILK codec and Xiph.Org's CELT codec.
+
+This is a set of tools for the opus codec.
+
+%prep
+%setup -q
+
+%build
+%configure
+
+make %{?_smp_mflags}
+
+%install
+make install DESTDIR=%{buildroot}
+
+%check
+make check
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc COPYING AUTHORS
+%{_bindir}/opus*
+%{_datadir}/man/man1/opus*
+
+%changelog
+* Thu Jun 14 2012 Peter Robinson <pbrobinson at fedoraproject.org> 0.1.2-1
+- Initial packaging
diff --git a/sources b/sources
index e69de29..2e335c6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+29fde870339e744377f0ec8cfd49efa5  opus-tools-0.1.2.tar.gz


More information about the scm-commits mailing list