LemonLDAP::NG Web SSO
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.
 
 
 
 
 
lemonldap-ng/build/rpm
Clément Oudot c3140c9c8a RPM: update .spec for already published 0.9.4.1 15 years ago
..
README RPMs are not RedHat specific anymore 16 years ago
lemonldap-ng.spec RPM: update .spec for already published 0.9.4.1 15 years ago

README

How to build RPM LemonLDAP::NG 

%_topdir: where you build RPMs (by default, /usr/src/redhat)

- Install rpm-build package
- Install all build dependencies (see BuildRequires in lemonldap-ng.spec)
- Put lemonldap-ng.spec in %_topdir/SPECS
- Put LemonLDAP::NG tarball in %_topdir/SOURCES
- Edit ~/.rpmmacros and set your build parameters (example for RHEL5):
-----
%_topdir /home/user/build
%dist .el5
%rhel 5
-----
- Go to %_topdir
- Do rpmbuild -ba SPECS/lemonldap-ng.spec

This RPM can be build for several distribution like RedHat, CentOS, Fedora, OpenSuSE...