/
githubmirror
/
rpm
Обзор
Документация
Войти
/
githubmirror
/
rpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/SPECS/hello-patch.spec
20 строк
311 B
Michal Domonkos
Don't repeat %patchN deprecation warning
23 фев 2023, 14:41
23 фев 2023, 14:41
6c17e2f
Код
Авторство
О чём код?
Name: hello Version: 1.0 Release: 1 Group: Testing License: GPL Summary: Simple rpm demonstration. Source0: hello-1.0.tar.gz Patch0: hello-1.0-install.patch Patch1: hello-1.0-modernize.patch %description Simple rpm demonstration. %prep %setup -q %patch0 -p1 -b .install %patch1 -p1 -b .modernize %changelog