13 lines
268 B
13 lines
268 B
2 months ago
|
|
||
|
module RPM
|
||
|
module C
|
||
|
attach_variable :RPMVERSION, :RPMVERSION, :string
|
||
|
attach_variable :RPMEVR, :rpmEVR, :string
|
||
|
|
||
|
attach_function 'rpmReadConfigFiles', %i[string string], :int
|
||
|
|
||
|
# ...
|
||
|
attach_function 'rpmvercmp', %i[string string], :int
|
||
|
end
|
||
|
end
|