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