build/parseFiles.c - Parse files section from spec file.
#include 'system.h'
#include 'rpmbuild.h'
#include 'debug.h'
const char * name = NULL
const char * file = NULL
poptOption optionsTable []
Parse files section from spec file.
Definition in file parseFiles.c.
Definition at line 18 of file parseFiles.c.
Definition at line 16 of file parseFiles.c.
Initial value:
{ { NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL}, { NULL, 'f', POPT_ARG_STRING, &file, 'f', NULL, NULL}, { 0, 0, 0, 0, 0, NULL, NULL} }
Definition at line 20 of file parseFiles.c.
Generated automatically by Doxygen for rpm from the source code.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |