commit 9b183c5dabe50a3dc1fb080d0f6c0a9f993913c1
Author: Christopher Atherton <the8lack8ox(a)gmail.com>
Date: Tue Oct 11 19:17:13 2016 -0400
Initial push
.gitignore | 1 +
fdkaac.spec | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 63 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..35b6678 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fdkaac-0.6.3.tar.gz
diff --git a/fdkaac.spec b/fdkaac.spec
new file mode 100644
index 0000000..6e2eb33
--- /dev/null
+++ b/fdkaac.spec
@@ -0,0 +1,61 @@
+Name: fdkaac
+Version: 0.6.3
+Release: 3%{?dist}
+Summary: Command line frontend for libfdk-aac encoder
+
+License: zlib
+URL:
https://github.com/nu774/%{name}
+Source:
https://github.com/nu774/%{name}/archive/v%{version}.tar.gz#/%{name}-%{ve...
+
+BuildRequires: autoconf automake
+BuildRequires: fdk-aac-devel
+
+
+%description
+fdkaac reads linear PCM audio in either WAV, raw PCM, or CAF format,
+and encodes it into either M4A / AAC file.
+
+If the input file is "-", data is read from stdin. Likewise, if the
+output file is "-", data is written to stdout if one of streamable AAC
+transport formats are selected by -f.
+
+When CAF input and M4A output is used, tags in CAF file are copied into
+the resulting M4A.
+
+
+%prep
+%autosetup
+
+
+%build
+autoreconf -fiv
+%configure
+%make_build
+
+%install
+%make_install
+
+
+%files
+%license COPYING
+%doc README ChangeLog
+%{_bindir}/fdkaac
+%{_mandir}/man1/*
+
+
+%changelog
+* Fri Sep 16 2016 Christopher Atherton <the8lack8ox(a)gmail.com> - 0.6.3-3
+- Add BuildRequires autoconf automake
+
+* Fri Sep 16 2016 Christopher Atherton <the8lack8ox(a)gmail.com> - 0.6.3-2
+- Spec file cleanup
+
+* Sun Sep 11 2016 Christopher Atherton <the8lack8ox(a)gmail.com> - 0.6.3-1
+- Update to latest release
+- Spec file cleanup
+
+* Wed Jan 13 2016 Christopher Atherton <the8lack8ox(a)gmail.com> - 0.6.2-2
+- Change package name to fdkaac-cli
+
+* Mon Jan 11 2016 Christopher Atherton <the8lack8ox(a)gmail.com> - 0.6.2-1
+- Initial spec
diff --git a/sources b/sources
index e69de29..b9fef35 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+20cdcfcf1e3ea4060f021b6eefa9b75b fdkaac-0.6.3.tar.gz