AVR-Ada 1.2.2 RPMs for Fedora 25
I have been slacking with Fedora AVR-Ada rpm binaries, but finally I found some time to make new binary rpms. These binaries are for Fedora 25 (x86_64), which will be released later in this month. I generated them on Fedora 25 (Server) Beta, but they should work on the released Fedora 25 version also.
Like always, create file /etc/yum.repos.d/fedora-adalanguage.repo with contents:
[fedora-adalanguage] name=Tero's Fedora RPM repository for Ada packages baseurl=http://fedora.ada-language.com/repo/$releasever/$basearch enabled=1
And run:
sudo dnf install avr-ada --nogpgcheck
Notes:
- The used GCC version is 4.9.2.
- Instead of using normal .spec files + rpmbuild, I build the binaries with my custom build script and fpm (for installation, you need only dnf).
- The installation happens to /opt/avr-ada-122
- The RPMs are unofficial in every possible way and they are not endorsed by Fedora or AVR-Ada projects.