You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/pkg/rpm
Victor Seva d8b3cbf475
Imported Upstream version 1.4.3
13 years ago
..
README.rpm moved (old) rpm spec to pkg directory 18 years ago
sems.init Imported Upstream version 1.4.3 13 years ago
sems.spec update RPM spec file for SEMS v1.1.0 18 years ago
sems.systemd.service Imported Upstream version 1.4.3 13 years ago
sems.systemd.tmpfiles.d.conf Add systemd-related files to the pkg/rpm dir 15 years ago

README.rpm

$Id$

creating sems rpm packages

- get a clean checkout
- run "make dist"
- cp the created sems-X.X.X.tar.gz to /usr/src/redhat/SOURCES (redhat)  or
- cp the created sems-X.X.X.tar.gz to /usr/src/packages/SOURCES (suse)
- run rpmbuild -ba rpm/spec.redhat (redhat)  or 
- run rpmbuild -ba rpm/spec.suse (suse)

You will find src.rpm under /usr/src/[redhat|packages]/SRPMS
and binary rpm under /usr/src/[redhat|packages]/RPMS/i386

To rebuild a source RPM do either

- install the src.rpm with rpm -i
- run rpmbuild -bb /usr/src/[redhat|packages]/SPECS/sems.spec

or (easier)

- run rpmbuild --rebuild sems-X.X.X-src.rpm

Binary rpm will in both cases be in /usr/src/[redhat|packages]/RPMS/i386.