Subversion Repositories ALCASAR

Rev

Rev 1012 | Blame | Last modification | View Log

By Rexy

ALCASAR need the following programs that don't be included as RPM in Mageia :
  - coovachilli
  - havp
  - ulogd

This howto explain how to build RPM of these programs in order to keep clean the distribution

****  Prepare the RPM creation structure ***
- install the "rpm-build" paquage
- create directories structure in your user home : mkdir -p ~/rpm/{BUILD,BUILDROOT,RPMS/i586,RPMS/x86_64,RPMS/noarch,SOURCES,SRPMS,SPECS,tmp}
- copy the .rpmmacros file from the ALCASAR archive to your home directory

****  Coova-chilli   *****
- retrieve the last tarball of coova-chilli. Copy it in the directory ~/rpm/SOURCES/.
- retrieve the last rpm source of coova (coova.src.rpm) from the ALCASAR archive. Install it with the command "rpm -i". This action will retrieve all the devel package need to compile coova (openssl-devel, pcap-devel, etc.)
- copy the SPEC file from the ALCASAR archive to the directory ~/rpm/SPEC

- Le décompresser dans un répertoire et lancer la compilation traditionnelle (./configure + make). Cela permet de s'assurer que tout les pré-requis sont bien présents.
- tester l'install en tant que root (make install). Tout est dans /usr/local/sbin|etc|share|... désinstaller par "make uninstall"
- copier le tarball dans ~/rpmbuild/SOURCES/

- copier et adapter le .spec utilisé précédement. Les modifs ont été les suivantes :
        - ajouter en première ligne "%define _disable_ld_no_undefined 1"
        - pour la version 64b, ajouter 2 lignes intégrant le répertoire "lib64" lors de la suppression des binaires statiques (rm -rf $RPM_BUILD_ROOT/usr/lib/*.la)
- se positionner dans rpmbuild/SPEC et lancer la génération du RPM en supprimant le support ssl (rpmbuild -ba coova-chilli.spec --without ssl)

**** HAVP ****
- récupérer le tarball de la dernière version d'HAVP. Le décompresser dans un répertoire et tester la compilation traditionnelle (./configure + make)
- copier ce tarball dans ~/rpmbuild/SOURCES/
- adaptation du fichier .spec (version, packager, commentaires, etc.)

Generated by GNU Enscript 1.6.6.