you are missing rfpkg new-sources fdkaac-0.6.3.tar.gz command Re: [fdkaac] Initial push
Sérgio Basto
sergio at serjux.com
Wed Oct 12 01:53:06 CEST 2016
Hi, Christopher
looking at koji logs [1] , seems to me that you haven't upload the
sources ... , i.e. , you need do something like:
rfpkg new-sources fdkaac-0.6.3.tar.gz
git commit .
git push
and just after that
rfpkg build
Thank you ,
[1]
DEBUG util.py:495: Executing command: ['rfpkg-minimal', 'sources']
with env {'HOSTNAME': 'mock', 'TERM': 'vt100', 'PROMPT_COMMAND':
'printf "\x1b]0;<mock-chroot>\x07<mock-chroot>"', 'http_proxy': 'http:/
/proxy:3128', 'LANG': 'en_US.UTF-8', 'HOME': '/builddir', 'SHELL':
'/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False
DEBUG util.py:283: Unsharing. Flags: 134217728
DEBUG util.py:417: % Total % Received % Xferd Average
Speed Time Time Time Current
DEBUG
util.py:417: Dload Upload Total
Spent Left Speed
DEBUG util.py:417:
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-
- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-
- 0
DEBUG util.py:417: curl: (22) The requested URL returned error: 404
Not Found
DEBUG util.py:417: % Total % Received % Xferd Average
Speed Time Time Time Current
DEBUG
util.py:417: Dload Upload Total
Spent Left Speed
DEBUG util.py:417:
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-
- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-
- 0
DEBUG util.py:417: curl: (22) The requested URL returned error: 404
Not Found
DEBUG util.py:417: Error: download of fdkaac-0.6.3.tar.gz failed.
On Qua, 2016-10-12 at 01:17 +0200, Christopher Atherton wrote:
> commit 9b183c5dabe50a3dc1fb080d0f6c0a9f993913c1
> Author: Christopher Atherton <the8lack8ox at 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}-%{version}.tar.gz
> +
> +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 at gmail.com> -
> 0.6.3-3
> +- Add BuildRequires autoconf automake
> +
> +* Fri Sep 16 2016 Christopher Atherton <the8lack8ox at gmail.com> -
> 0.6.3-2
> +- Spec file cleanup
> +
> +* Sun Sep 11 2016 Christopher Atherton <the8lack8ox at gmail.com> -
> 0.6.3-1
> +- Update to latest release
> +- Spec file cleanup
> +
> +* Wed Jan 13 2016 Christopher Atherton <the8lack8ox at gmail.com> -
> 0.6.2-2
> +- Change package name to fdkaac-cli
> +
> +* Mon Jan 11 2016 Christopher Atherton <the8lack8ox at 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
--
Sérgio M. B.
More information about the rpmfusion-developers
mailing list