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.
13 lines
268 B
13 lines
268 B
1 month 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
|