/
githubmirror
/
rpm
Обзор
Документация
Войти
/
githubmirror
/
rpm
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/SPECS/hello-debuginfo.spec
60 строк
1 KB
Panu Matilainen
Extend manual debuginfo test to cover the two other main scenarios
29 авг 2024, 11:07
29 авг 2024, 11:07
6c0bf41
Код
Авторство
О чём код?
# To whom it may concern: # DO NOT COPY THIS SPEC or its derivates to your testcase. That is, # unless your test-case actually requires running a compiler and # inspecting it's output. Everybody else should use a simple noarch # package which can be built under runroot in the test-suite. %bcond customdebug 1 Summary: hello -- hello, world rpm Name: hello Version: 1.0 Release: 1 Group: Utilities License: GPL SourceLicense: GPL, ASL 1.0 Distribution: RPM test suite. URL: http://rpm.org Source0: hello-1.0.tar.gz Patch0: hello-1.0-modernize.patch Prefix: /usr %if %{with customdebug} %global debug_package %{nil} %endif %description Simple rpm demonstration. %prep %setup -q %patch -p1 -b .modernize 0 %build make %install mkdir -p $RPM_BUILD_ROOT/usr/local/bin make DESTDIR=$RPM_BUILD_ROOT install mkdir -p %{buildroot}/usr/lib/debug touch %{buildroot}/usr/lib/debug/test.txt %files %defattr(-,root,root) %doc FAQ #%readme README #%license COPYING %attr(0751,root,root) /usr/local/bin/hello %package debuginfo Summary: debuginfo %description debuginfo description %files debuginfo /usr/lib/debug/test.txt %changelog * Tue Oct 20 1998 Jeff Johnson <jbj@redhat.com> - create.