Subversion Repositories ALCASAR

Rev

Rev 1012 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
1012 richard 1
By Rexy
2
 
1015 richard 3
ALCASAR need the following programs that don't be included as RPM in Mageia :
4
  - coovachilli
5
  - havp
6
  - ulogd
489 richard 7
 
1015 richard 8
This howto explain how to build RPM of these programs in order to keep clean the distribution
489 richard 9
 
1015 richard 10
****  Prepare the RPM creation structure ***
11
- install the "rpm-build" paquage
12
- create directories structure in your user home : mkdir -p ~/rpm/{BUILD,BUILDROOT,RPMS/i586,RPMS/x86_64,RPMS/noarch,SOURCES,SRPMS,SPECS,tmp}
13
- copy the .rpmmacros file from the ALCASAR archive to your home directory
14
 
489 richard 15
****  Coova-chilli   *****
1015 richard 16
- retrieve the last tarball of coova-chilli. Copy it in the directory ~/rpm/SOURCES/.
17
- 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.)
18
- copy the SPEC file from the ALCASAR archive to the directory ~/rpm/SPEC
19
 
793 richard 20
- 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.
1012 richard 21
- tester l'install en tant que root (make install). Tout est dans /usr/local/sbin|etc|share|... désinstaller par "make uninstall"
491 franck 22
- copier le tarball dans ~/rpmbuild/SOURCES/
1015 richard 23
 
794 richard 24
- copier et adapter le .spec utilisé précédement. Les modifs ont été les suivantes :
793 richard 25
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
794 richard 26
	- 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)
489 richard 27
- 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)
28
 
334 richard 29
**** HAVP ****
30
- 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)
491 franck 31
- copier ce tarball dans ~/rpmbuild/SOURCES/
793 richard 32
- adaptation du fichier .spec (version, packager, commentaires, etc.)