{"id":13542609,"url":"https://github.com/redhat-developer/rpm-packaging-guide","last_synced_at":"2025-10-14T10:08:01.535Z","repository":{"id":47338642,"uuid":"63369360","full_name":"redhat-developer/rpm-packaging-guide","owner":"redhat-developer","description":"RPM Packaging Guide","archived":false,"fork":false,"pushed_at":"2024-05-20T13:16:18.000Z","size":412,"stargazers_count":272,"open_issues_count":27,"forks_count":80,"subscribers_count":32,"default_branch":"master","last_synced_at":"2025-09-27T00:35:44.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rpm-packaging-guide.github.io/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-developer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-14T20:59:53.000Z","updated_at":"2025-09-09T07:33:53.000Z","dependencies_parsed_at":"2024-08-01T10:16:50.118Z","dependency_job_id":null,"html_url":"https://github.com/redhat-developer/rpm-packaging-guide","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-developer/rpm-packaging-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Frpm-packaging-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Frpm-packaging-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Frpm-packaging-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Frpm-packaging-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-developer","download_url":"https://codeload.github.com/redhat-developer/rpm-packaging-guide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-developer%2Frpm-packaging-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018765,"owners_count":26086449,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T10:01:12.637Z","updated_at":"2025-10-14T10:08:01.520Z","avatar_url":"https://github.com/redhat-developer.png","language":null,"readme":"# RPM Packaging Guide\n\nThis is an RPM Packaging Guide.\n\nMany of the guides I have found around the internet are either too detailed, not\ndetailed enough, or are simply showing their age and contain old, incorrect or\noutdated information. My hope here is to provide a guide that can be maintained\nand expanded upon over time.\n\nThe document itself was originally written in\n[sphinx-doc](http://www.sphinx-doc.org/en/stable/)\n[reStructuredText](http://www.sphinx-doc.org/en/stable/rest.html) and was\npublished at http://rpm-guide.readthedocs.io/en/latest/.\n\nLater, the document was converted to AsciiDoc and is published at\n[https://rpm-packaging-guide.github.io/](https://rpm-packaging-guide.github.io/).\n\nYou can find the document topic pages in the `source` directory in this Git\nrepository. The `community` and `rhel` directories contain index pages for an\nupstream community version and a RHEL downstream version, respectively.\n\nIn order to render it, first make sure you have\n[asciidoctor](http://asciidoctor.org/) installed.\n\nTo render the community version, run:\n\n    asciidoctor community/index.adoc\n\nTo render the RHEL version, run:\n\n    asciidoctor rhel/master.adoc\n\n## Publishing Mechanism\n\nThe publishing mechanism uses two configuration files\n`.github/workflows/asciidoc.sh` and `.github/workflows/ci.yml`\nand is based on GitHub Actions\nhttps://github.com/marketplace/actions/convert-asciidoctor-docker-action\nand https://github.com/marketplace/actions/push-directory-to-another-repository.\n\nEach commit pushed to the `master` branch automatically triggers a community\nversion build, so you don't need an extra tool installed locally in order to\npublish and update the document. GitHub Actions push the built HTML and PDF to a\nstaging repository\nhttps://github.com/rpm-packaging-guide/rpm-packaging-guide.github.io,\nand GitHub Pages then publishes the HTML and PDF to\nhttps://rpm-packaging-guide.github.io/\nand https://rpm-packaging-guide.github.io/rpm-packaging-guide.pdf.\n\n## Licensing\n\nTo make licensing easier, license headers in the source files will be\na single line reference to Unique License Identifiers as defined by\nthe [Linux Foundation's SPDX project](http://spdx.org/).\n\nFor example, in a source file the full \"GPL v2.0 or later\" header text will be\nreplaced by a single line:\n\n    SPDX-License-Identifier:    GPL-2.0+\n\nOr alternatively, in a source file the full \"CC-BY-SA-4.0\" header text will be\nreplaced by a single line:\n\n    SPDX-License-Identifier:    CC-BY-SA-4.0\n\nthe license terms of all files in the source tree should be defined\nby such License Identifiers; in no case a file can contain more than\none such License Identifier list.\n\nIf a `SPDX-License-Identifier:` line references more than one Unique\nLicense Identifier, then this means that the respective file can be\nused under the terms of either of these licenses, i. e. with\n\n    SPDX-License-Identifier:    GPL-2.0+    LGPL-2.1+\n\nAll SPDX Unique License Identifiers available [here](http://spdx.org/licenses/).\n","funding_links":[],"categories":["Others","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Frpm-packaging-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-developer%2Frpm-packaging-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-developer%2Frpm-packaging-guide/lists"}