Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2054 → Rev 2055

/rpms/rpm-build-howto
16,7 → 16,7
- retrieve the last tarball of coova-chilli (or the svn archive).
- Untar it and test the compilation process ("sh ./bootstrap", "./configure --enable-json --enable-libjson", "make", "make install").
- all is in the /usr/local". Remove the instaled files ("make uninstall") and the binaries ("make clean").
- compress the directory (ie : tar -cvzf coova-chilli-1.3.1.4.tar.gz coova-chilli-1.3.1.4). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
- rename the directory and compress it (ie : tar -cvzf coova-chilli-1.3.2.tar.gz coova-chilli-1.3.2). Copy this tarball in the directory ~/rpmbuild/SOURCES/.
- copy the SPEC file from the ALCASAR archive to the directory ~/rpmbuild/SPEC
- change to the directory ~/pmbuild/SPEC and run the RPM build process excluding 'ssl' : "rpmbuild -bb coova-chilli.spec --without ssl" (or rpmbuild -ba to create also the SRPMS)