autospec icon indicating copy to clipboard operation
autospec copied to clipboard

RPM packaging automation tool

Results 51 autospec issues
Sort by recently updated
recently updated
newest added

Currently the parse_build_results function looks at every line the build.log output and keeps state to try and determine if it is in a section that needs to be handled specially...

performance
refactor-needed

Some of these symbols were provided by Clear Linux packages in the past, but not anymore. Review them to see if they should be kept. Other symbols may be invalid,...

janitorial

Over time, more upstream projects are abandoning ChangeLog and NEWS files, because this information is readily available in git history. Therefore it would be useful if autospec removes these files...

enhancement
janitorial

Because a package will never have more than one license file, we can name the file `license` instead for simplicity.

enhancement
janitorial

If an unknown buildreq is detected for a particular build round, autospec adds that buildreq to `buildreq_cache`. Autospec should avoid adding the unknown buildreq to `buildreq_cache` to avoid the need...

bug

When building gnome-builder, after getting through 10 rounds, the build errors out with the following message: ``` Configuring ide-debug.h using configuration src/libide/terminal/meson.build:7:3: ERROR: C header 'pcre2.h' not found ``` Autospec...

enhancement

``` $ cat Makefile PKG_NAME := mesa URL = https://gitlab.freedesktop.org/mesa/mesa/-/archive/c64f30546d87a19e2aec34e202919571e9b0c868/mesa-19.2+637-gc64f30546d8.tar.bz2 ARCHIVES = include ../common/Makefile.common $ grep Version *.spec Version : 19.2+637.64f30546d8 ``` What happened to the "g" and "c" ?

bug

Hi, creating an ffmpeg package fails in the configure step because of an unknown flag. I know I can ADD additional flags using a 'configure' file, but how can I...

enhancement

Consider the following excerpt: ``` clang++ -flto -c hello.cc clang++ hello.o -o hello ``` this fails with hello.o: file not recognized: file format not recognized which is caused by `hello.o`...

bug

In fixing up the `texlive` package I noticed that `autospec` is expecting additional tarballs to have a single top level directory, which it extracts to `%{_topdir}/BUILD/` and then copies the...

enhancement