You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|