packages for Fedora Linux. So far supporting x86_64 and aarch64 architectures. Feel free to promote them in any form. Release Only the last builds are kept in the repository. Packages will be rolling- updated occasionally, and not necessarily against the current version of application or system. Install Recommended is to import repositories from RPM Fusion first, then install rpmsphere-release package to add this repository. Configuration The installed /etc/yum.repos.d/rpmsphere.repo could be modified manually. Sub-repositories “basearch” and “noarch” are enabled by default, while “source” and “caution” are disabled. Hosted on GitHub Pages — Theme by orderedlist RPM Sphere 2700+ packages for Fedora 30 View My GitHub Profile
in {0..9} {a..z}; do > mv $j*.src.rpm $HOME/Github/rpmsphere/source/$j/ > done > cd ../RPMS > for i in *; do > for j in {0..9} {a..z}; do > mv $i/$j*.$i.rpm $HOME/Github/rpmsphere/$i/$j/ > done > done > > cd $HOME/Github/rpmsphere > for i in *; do > cd $i > if [ "$i" != "rpmsphere.github.io" ]; then > createrepo_c . > fi > git add . > git commit -m 'update packages' > git push origin master > cd .. > done > cd $HOME/Github/rpmsphere > cd rpmsphere.github.io > $EDITOR _config.yml > $EDITOR index.md > $EDITOR rpmsphere.repo > > cd $HOME/Github/rpmsphere > cd source > for i in */*.src.rpm ; do > dnf -y builddep $i > rpmbuild --rebuild $i > done > > cd $HOME/rpmbuild/SPECS > for i in *.spec; do > $EDITOR $i > rpmbuild -ba $i > done