AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Fix obvious typo where we had missing % in provides/obsoletes
- Update project url - Use _service to fetch sources from git - Update to version 0.0+git.20160511 - Refresh patches: * alac-endian.patch * libalac-makefile.patch
- Change the SRPM name to alac (follow apparent upstream project name).
- Install both license files
- Remove devel-static package as it has no users
- Cleanup spec file with spec-cleaner - Update dependencies
- libalac-makefile.patch update, OPTFLAGS must be used at linking time as well. - alac-endian.patch, fix endian conversion routines * They were inneficient, use optimized versions provided by the OS. * They were wrong, assumes for example that ARM is not little endian and that powerpc is always big endian. - fix cflags so large file support is enabled, GNU_SOURCE is defined, strict aliasing is disabled and C++ inlines get hidden visibility.
- Update license to new format, Apache-2.0.
- split out libalac.a into libalac-devel-static
- initial version (0+r3)