On Fri, 22 Mar 2013 09:45:51 -0400, Bill Peck wrote:

> Being a static library, how could repoquery tell you if anyone was using it?

Unconditional BuildRequires in a spec file become the src.rpm's Requires.
If the packaging guidelines are followed, you can query for packages
depending on -static packages at build-time, e.g.

# repoquery --archlist=src --whatrequires file-static 
--enablerepo='fedora-source'
# repoquery --archlist=src --whatrequires file-devel 
--enablerepo='fedora-source'|wc -l
21

-- 
Fedora release 19 (Schrödinger’s Cat) - Linux 3.9.0-0.rc3.git0.4.fc19.x86_64
loadavg: 0.35 0.15 0.09
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to