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

changing make-args or configure does not have any effect

Needed to package Firefox https://github.com/clearlinux/distribution/issues/1601

enhancement

how are pkgconfig packages generated? (devpkg-*, as pkgconfig(*) deps) how are pypi packages generated? (as pypi(*) deps) how do i provide these deps? how do i provide dependencies not provided...

As mentioned in https://github.com/clearlinux/autospec/pull/660#issuecomment-852545084, the `coverage` tool is no longer present in the `python-extras` bundle. My best understanding is that `coverage` was pulled into the bundle originally via runtime dependencies,...

enhancement

In the event a package is updated to a new release, it would be nice for autospec to automatically remove patches currently applied via the `series` file if they are...

enhancement

When I ran autospec for `vim`, a build requirement for `qtbase-dev`, due to the presence of some .pro files in the tree. However, the qmake build pattern was not selected...

enhancement
refactor-needed

Rework to absorb a lot of the work we were doing in makefiles so that we can avoid setting the package name manually in 'make autospecnew'.

The [`tomli`](https://pypi.org/project/tomli/) package is more actively maintained than [`toml`](https://pypi.org/project/toml/), so it might be wise to consider switching. I discovered a growing number of packages making the switch after doing research...

enhancement

[Bioconductor](https://www.bioconductor.org/) packages are similar to our current CRAN packages, but they need different build steps. Note that some CRAN packages in Clear (like `R-NMF`) cannot be updated to the latest...

enhancement

When collecting PyPI metadata for PyPI package provides/requires, autospec runs `pip install PACKAGE` in a virtualenv. Instead, it should be running `pip install PACKAGE==VERSION` for the target package version. This...

bug