{"id":16370776,"url":"https://github.com/integralist/simple-rpm","last_synced_at":"2026-02-27T10:12:55.873Z","repository":{"id":35083911,"uuid":"39239554","full_name":"Integralist/simple-rpm","owner":"Integralist","description":"Demonstrate how to build a simple RPM (with the help of Docker)","archived":false,"fork":false,"pushed_at":"2016-03-16T09:52:02.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-01T04:22:35.117Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pthom/northwind_psql","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Integralist.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}},"created_at":"2015-07-17T06:53:38.000Z","updated_at":"2017-04-28T04:52:03.000Z","dependencies_parsed_at":"2022-08-18T01:55:46.625Z","dependency_job_id":null,"html_url":"https://github.com/Integralist/simple-rpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Integralist/simple-rpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fsimple-rpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fsimple-rpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fsimple-rpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fsimple-rpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Integralist","download_url":"https://codeload.github.com/Integralist/simple-rpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Integralist%2Fsimple-rpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29890779,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T09:48:51.284Z","status":"ssl_error","status_checked_at":"2026-02-27T09:48:43.992Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-10-11T03:05:58.250Z","updated_at":"2026-02-27T10:12:55.849Z","avatar_url":"https://github.com/Integralist.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple RPM\n\nThis repository demonstrates how to build a simple RPM (with the help of Docker)\n\n## Build Docker Image\n\n`docker build -t integralist/simplerpm .`\n\n## Run Docker Container\n\n`docker run -v $(pwd):/root/rpmbuild integralist/simplerpm SPECS/*.spec`\n\nIf you want to debug the running container:\n\n\u003e `docker run -v $(pwd):/root/rpmbuild -it --entrypoint=/bin/bash integralist/simplerpm`\n\nIf you want to save changes inside container:  \n\n\u003e `docker commit \u003crunning_container_id\u003e integralist/simplerpm:\u003ctag\u003e`\n\n## Generating the RPM\n\nThe RPM filename convention is:  \n\n\u003e `\u003cpackage_name\u003e-\u003cversion_number\u003e-\u003crelease_number\u003e.spec`\n\nOnce built, your mounted work directory should look something like:\n\n```bash\n.\n├── BUILD\n├── BUILDROOT\n│   └── integralist-0.0.1-1.x86_64\n│       ├── generated-appfile\n│       └── testapp\n├── Dockerfile\n├── Makefile\n├── README.md\n├── RPMS\n│   └── x86_64\n│       └── integralist-0.0.1-1.x86_64.rpm\n├── SOURCES\n│   └── testapp\n├── SPECS\n│   └── integralist-0.0.1-1.spec\n└── SRPMS\n```\n\n## Other Commands\n\nIf you want to have a poke around inside the container while it's running:\n\n- `rpm -q  \u003cpackage\u003e`: check if package is installed\n- `whereis \u003ccommand\u003e`: check binary location\n- `man rpmbuild`: documentation for building an RPM\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegralist%2Fsimple-rpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintegralist%2Fsimple-rpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintegralist%2Fsimple-rpm/lists"}