Subversion Repositories ALCASAR

Rev

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

Rev 1549 Rev 1550
Line 13... Line 13...
13
- find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
13
- find the ".rpmmacros" file on mageia wiki (https://wiki.mageia.org/en/Packagers_RPM_tutorial) and copy it in your home directory
14
 
14
 
15
****  Coova-chilli   *****
15
****  Coova-chilli   *****
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 files with "make uninstall". Compress the directory of the source (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpm/SOURCES/.
19
- Compress the directory (ie : coova-chilli-1.3.0.tar.gz). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
19
- copy the SPEC file from the ALCASAR archive to the directory ~/rpm/SPEC
20
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
20
 
21
 
21
- copier et adapter le .spec utilisé précédement. Les modifs ont été les suivantes :
22
- copier et adapter le .spec utilisé précédement. Les modifs ont été les suivantes :
22
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
23
	- ajouter en première ligne "%define _disable_ld_no_undefined 1"
23
	- 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)
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)
24
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')
25
	- exclure de l'archive les fichiers inutiles pour ALCASAR (wpad.dat, wwwdir, etc. via la directive '%exclude')