libmaxminddb: Add missing dependency
This commit is contained in:
@@ -23,4 +23,4 @@ def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "Changes.md", "README.md")
|
||||
pisitools.dodoc("AUTHORS", "LICENSE", "Changes.md", "README.md")
|
||||
|
||||
@@ -31,6 +31,9 @@
|
||||
|
||||
<Package>
|
||||
<Name>libmaxminddb-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libmaxminddb</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
</Files>
|
||||
|
||||
Reference in New Issue
Block a user