Subversion Repositories ALCASAR

Rev

Rev 1550 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1550 Rev 1561
Line 16... Line 16...
16
- retrieve the last tarball of coova-chilli (or the svn archive).
16
- retrieve the last tarball of coova-chilli (or the svn archive).
17
- Untar it and test the compilation process ("sh ./bootstrap", "./configure", "make", "make install").
17
- Untar it and test the compilation process ("sh ./bootstrap", "./configure", "make", "make install").
18
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
18
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
19
- Compress the directory (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
19
- Compress the directory (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
20
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
20
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
-
 
21
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' (rpmbuild -ba coova-chilli.spec --without ssl) 
21
 
22
 
22
- copier et adapter le .spec utilisé précédement. Les modifs ont été les suivantes :
23
INFO : .spec modifications since Redhat RPM :
23
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
24
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
24
	- 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)
25
	- 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)
25
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
26
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
26
- 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)
-
 
27
 
27
 
28
**** HAVP ****
28
**** HAVP ****
29
- 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)
29
- 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)
30
- copier ce tarball dans ~/rpmbuild/SOURCES/
30
- copier ce tarball dans ~/rpmbuild/SOURCES/
31
- adaptation du fichier .spec (version, packager, commentaires, etc.)
31
- adaptation du fichier .spec (version, packager, commentaires, etc.)
32
 
32