Create specfiles and automatically update/check/fix rpm packages https://openmamba.org
Go to file
2021-12-08 10:36:01 +01:00
conf conf/05-system-external-commands.conf: add -langpack- to i18n packages mask 2021-12-08 10:36:01 +01:00
lib libapse.lib.in: support for repology.org: add replace for \${search_name} in apse_uri; add jq JSON parse support via apse_jq 2021-03-27 13:23:09 +01:00
man/it Removed obsolete templates for kde3 and kde4 2021-02-24 18:01:51 +01:00
plugins pck-update.in: don't replace build requirement block if it contains a conditional macro; basic support for rich deps 2021-05-08 12:13:41 +02:00
po/it Removed obsolete templates for kde3 and kde4 2021-02-24 18:01:51 +01:00
templates templates: update default URLs and some other small changes 2021-05-19 19:55:23 +02:00
tests test00_specsyntax.in: add curl check for URL; automatic replace if redirect, error if url not orking (response code != 200) 2021-05-16 12:20:11 +02:00
tools kde4-flist2rpmvars: remove file 2012-01-22 18:11:22 +01:00
unmaintained tests: fix an obsolete and now unsupported syntax for 'find -perm' 2014-09-16 22:03:37 +02:00
.directory Initial commit 2011-04-26 21:39:44 +02:00
AUTHORS conf/03-apse.conf: fix fsf and launchpad scraping values 2012-07-09 03:21:47 +02:00
autospec.in autospec, pck-update: Update the copyleft messages 2013-11-07 23:23:30 +01:00
autospec.spec.in Update the package Documentation 2015-05-07 20:19:43 +02:00
BUGS BUGS: updated (the option --ignore-test works again) 2012-05-19 14:20:11 +02:00
ChangeLog dnf install support in configuration 2020-09-27 21:08:29 +02:00
COPYING Initial commit 2011-04-26 21:39:44 +02:00
Makefile translation framework: xgettext is buggy: use 'bash --dump-po-strings' instead and rework all the code 2012-11-25 15:54:34 +01:00
Makefile.env Makefile.env: remove the variables PO_COPYRIGH_HOLDER and PO_BUGS_ADDRESS 2012-11-29 22:48:34 +01:00
NEWS dnf install support in configuration 2020-09-27 21:08:29 +02:00
README.md Removed obsolete templates for kde3 and kde4 2021-02-24 18:01:51 +01:00
TODO TODO: remove out-of-date stuff 2012-05-10 22:18:00 +02:00
VERSION Release 1.16.8 2020-09-27 21:08:53 +02:00

autospec suite for openmamba GNU/Linux

Overview

Autospec is a fully configurable suite of shell scripts for automatically generating specfiles from source tarballs and downloading, upgrading, compiling, testing, and uploading the rpm (RedHat Package Manager) packages provided by an rpm-based Linux distribution.

Autospec was created for the QiLinux distribution and is now used by the openmamba developers.

Architecture

Frontend

  • /usr/bin/autospec

Plugins (/usr/bin)

  • pck-extract - Extract a given file or list of files from a srpm archive
  • pck-update - Update a rpm package to a specified version and release
  • spec-create - Create a specfile for the specified source tarball
  • config-getvar - Print the value of a given configuration variable

Libraries (/usr/share/autospec/lib)

  • libapse.lib - Autospec Package Search Engine library
  • libcfg.lib - Load the configuration files
  • libmsgmng.lib - Manage debug/warning/error messages
  • libnetwork.lib - Get informations from internet repositories
  • libspec.lib - Specfiles parser
  • libtest.lib - Autospec library used by the test framework
  • libtranslate.lib - Autospec library used to setup translations
  • librepository.lib - Interact with the distribution repositories

Tests (/usr/share/autospec/tests)

  • test00_specsyntax - Syntax checks of a specfile
  • test01_pkgquality - RPM quality checks
  • test02_pkgsecurity - RPM security checks

Templates (/usr/share/autospec/templates)

  • ghc
  • gnome
  • kde5
  • library
  • ocaml-libs
  • perl
  • python
  • standard
  • standard-daemon
  • web

Configuration files

  • /etc/autospec.conf
  • /etc/autospec.d/*.conf
  • $HOME/.autospec
  • $HOME/.autospec.d/*.conf

Color Scheme files

  • /etc/autospec.d/color-theme.*

Translation files (/usr/share/locale/it/LC_MESSAGES/)

  • po files

Get it, Try it, Love it...

Install autospec in openmamba by entering the following command in the terminal prompt:

smart install autospec

or

yum install --nogpgcheck autospec

if you already switched to yum.

Bugs

If you find a bug please create an issue in the project bug tracker at openmamba GitLab.