Spec URL: https://raw.githubusercontent.com/sethfl/linux-packages/master/fedora/pfetch/SPECS/pfetch.spec SRPM URL: https://github.com/sethfl/linux-packages/raw/master/fedora/pfetch/SRPMS/pfetch-0.6.0-1.src.rpm Description: pfetch is a minimalist system information tool built with POSIX features (whenever available), making it a lightweight alternative to similar programs such as screenfetch and neofetch. Furthermore, I would also like to mention this is my first package and I am seeking a sponsor. Fedora Account System Username: sethfl Successful Koji/Copr Build: https://copr.fedorainfracloud.org/coprs/sethfl/pfetch/builds/
>Summary: A pretty system information tool written in POSIX sh. No dot/period at the end, please https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections >%prep >%autosetup >wget https://raw.githubusercontent.com/dylanaraps/pfetch/master/Makefile koji builds run without outernet access, so fetching the file via wget will fail. You need to add the file as a Source:. For copr, you should go to your project's settings -> other options -> and disable the "Enable internet access during builds" checkbox. >%files >/usr/bin/pfetch Use macros for paths. https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/#_macros_for_paths_set_and_used_by_build_systems
(In reply to Artur Iwicki from comment #1) > >Summary: A pretty system information tool written in POSIX sh. > No dot/period at the end, please > https://docs.fedoraproject.org/en-US/packaging-guidelines/#_tags_and_sections > > >%prep > >%autosetup > >wget https://raw.githubusercontent.com/dylanaraps/pfetch/master/Makefile > koji builds run without outernet access, so fetching the file via wget will > fail. You need to add the file as a Source:. > For copr, you should go to your project's settings -> other options -> and > disable the "Enable internet access during builds" checkbox. > > >%files > >/usr/bin/pfetch > Use macros for paths. > https://docs.fedoraproject.org/en-US/packaging-guidelines/RPMMacros/ > #_macros_for_paths_set_and_used_by_build_systems followed your reply, latest build without outernet access can be found here:https://copr.fedorainfracloud.org/coprs/sethfl/pfetch/build/1315052/ then the new .spec can be found here: https://raw.githubusercontent.com/sethfl/linux-packages/master/fedora/pfetch/SPECS/pfetch.spec and finally the srpm: https://github.com/sethfl/linux-packages/raw/master/fedora/pfetch/SRPMS/pfetch-0.6.0-1.src.rpm