Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 744 Bytes

autoconf-archive-rpm

Create RPM package for autoconf-archive.

This spec is based on sources from Fedora.

Build steps

  • Install dependencies
$ sudo yum install rpm-build rpmdevtools yum-utils make
  • Clone this repository
  • Build the RPM:
$ cd autoconf-archive-rpm
$ mkdir SOURCES
$ spectool -g -R -C SOURCES autoconf-archive.spec
$ rpmbuild --define "_topdir `pwd`" -bs autoconf-archive.spec
$ sudo yum-builddep SRPMS/autoconf-archive-<version>.src.rpm
$ rpmbuild --define "_topdir `pwd`" --rebuild SRPMS/autoconf-archive-<version>.src.rpm
  • The RPM should be written to RPMS/noarch