We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Берем такой спек:
%global goipath github.com/OpenPrinting/goipp %global golicenses LICENSE %global godocs README.md index.md Summary: IPP core protocol in pure Go (RFC 8010) Name: golang-github-openprinting-goipp Group: Development/Other License: BSD Version: 1.0.0 Release: 1 Url: %{gourl} Source0: %{gosource} BuildRequires: go-srpm-macros %gometa %description Package goipp implements the IPP core protocol in pure Go (RFC 8010). %gopkg %gopkgfiles #----------------------------------------------------------------------- %prep %goprep %install %gopkginstall %check %gocheck
Делаем spectool -g *.spec - работает, делаем abf put - не работает: $ abf put -n ошибка: файл %{gosource} (Source0) не существует, пропускаем! При загрузке произошли ошибки, останавливаем работу.
spectool -g *.spec
abf put
Оно, наверное, как-то неродными для rpm средствами распарсивает спек.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Берем такой спек:
Делаем
spectool -g *.spec
- работает, делаемabf put
- не работает:$ abf put -n
ошибка: файл %{gosource} (Source0) не существует, пропускаем!
При загрузке произошли ошибки, останавливаем работу.
Оно, наверное, как-то неродными для rpm средствами распарсивает спек.
The text was updated successfully, but these errors were encountered: