You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Mike,
How about add alac.spec file in your repository like following. I just modify a little bit from your shairpot-sync.spec file.
Name: alac
Version: 0.0.7
Release: 1
Summary: A clone of the Apple Lossless Audio Codec.
Group: Applications/Multimedia
License: GPL
URL: https://github.com/mikebrady/alac
Source0: https://github.com/mikebrady/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libconfig-devel
%description
This is a clone of the Apple Lossless Audio Codec (ALAC) repository at http://alac.macosforge.org with added files to enable it to be built using GNU autotools. Use it to build and install the ALAC library libalac.
%prep
%setup -q
%build
autoreconf -i -f
%configure
make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%files
%doc AUTHORS LICENSE README.md
%attr(0644, root, root) "/usr/include/alac/"
%attr(0644, root, root) "/usr/lib64/libalac*"
%attr(0644, root, root) "/usr/lib64/pkgconfig/alac.pc"
%changelog
* Mon Mar 6 2017 Sanghoon LEE <noohgnas@gmail.com> 0.0.7-1
- Initial spec file
The text was updated successfully, but these errors were encountered:
Sorry to have overlooked this for so long. I'll add it, but the license stuff isn't really right. In fact, there are two licenses, an Apple one and an Apache one. Any idea what to put in the License: line?
Hi Mike,
How about add alac.spec file in your repository like following. I just modify a little bit from your shairpot-sync.spec file.
The text was updated successfully, but these errors were encountered: