/
githubmirror
/
rpm
Обзор
Документация
Войти
/
githubmirror
/
rpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/SPECS/hello-cd.spec
29 строк
463 B
Mark Wielaard
Add two testcases for generating debugsource packages.
28 июл 2017, 15:57
28 июл 2017, 15:57
5d48ff2
Код
Авторство
О чём код?
Name: test Version: 1.0 Release: 1 Summary: Test License: Public Domain URL: https://fedoraproject.org Source: hello.c %description %{summary}. %prep %autosetup -c -D -T cp -a %{S:0} . %build gcc -g hello.c -o hello %install mkdir -p %{buildroot}/bin install -D -p -m 0755 -t %{buildroot}/bin hello # Pretend we need to do something in /tmp cd /tmp %files %attr(644,root,root) /bin/hello %changelog