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
Guillem Jover 853a9fe51f
MT#62763 Fix shellcheck issues
8 months ago
..
README.rpm moved (old) rpm spec to pkg directory 18 years ago
sems.init MT#62763 Fix shellcheck issues 8 months ago
sems.spec MT#33054 Use system libgsm instead of embedded code copy 12 months ago
sems.sysconfig Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
sems.systemd.service Imported Upstream version 1.6.0~20140516~eaa616 12 years ago
sems.systemd.tmpfiles.d.conf Add systemd-related files to the pkg/rpm dir 14 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.