specfile icon indicating copy to clipboard operation
specfile copied to clipboard

A library for parsing and manipulating RPM spec files

Results 22 specfile issues
Sort by recently updated
recently updated
newest added

### What happened? What is the problem? With this script: ``` #!/usr/bin/python3 from specfile import Specfile import sys # this is dump, but do the work filename = sys.argv[1] specfile...

kind/bug

### What happened? What is the problem? Hello, I was wondering why there isn't a build or install section found in [flowblade.spec](https://src.fedoraproject.org/rpms/flowblade/blob/50cab22e213a45b84a6f839057b436f6430e422f/f/flowblade.spec). When I parse the spec, I get: ```pycon...

kind/bug
area/fedora
complexity/single-task
gain/low
impact/low