44 lines
1.8 KiB
Plaintext
44 lines
1.8 KiB
Plaintext
README (English)
|
|
##################################################
|
|
RPM Package tools
|
|
##################################################
|
|
|
|
This directory contains files used by makepack-dolibarr.pl
|
|
script to build a package, ready to be distributed,
|
|
with format RPM (for Redhat, Mandriva, ...).
|
|
|
|
|
|
# This is standard command to work on Debian packaging:
|
|
#
|
|
# On Fedora
|
|
# rpm -i --test dolibarr-...rpm To list dependencies of RPM
|
|
# yum install dolibarr-...rpm To install package and dependencies
|
|
# yum erase dolibarr To remove package
|
|
#
|
|
# On OpenSuse
|
|
# yast --install dolibarr-...rpm To install package and dependencies
|
|
# yast --remove dolibarr To remove package
|
|
#
|
|
# On Mageia (after su - root)
|
|
# urpmi dolibarr-...rpm To install package and dependencies
|
|
# urpme dolibarr To remove package
|
|
#
|
|
# More on rpm on page http://www.trustonme.net/didactels/273.html
|
|
|
|
|
|
To submit a package to Fedora:
|
|
|
|
- Create a bug with form https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&format=fedora-review
|
|
This is example of content of review field (used for Bug 723326):
|
|
Spec URL: http://www.dolibarr.org/files/fedora/dolibarr.spec
|
|
SRPM URL: http://www.dolibarr.org/files/fedora/dolibarr-3.1.0-0.src.rpm
|
|
Description: Dolibarr ERP & CRM is an easy to use open source/free software
|
|
for small and medium companies, foundations or freelances. It includes
|
|
different features for Enterprise Resource Planning (ERP) and Customer
|
|
Relationship Management (CRM) but also for different other activities.
|
|
I am author of other already packaged OpenSources packages (awstats) but this
|
|
is my first package to maintain myself. So i'm seeking a sponsor.
|
|
|
|
- Edit field "Block" and add FE-NEEDSPONSOR
|
|
|
|
- Check bug is into database by searching with id on https://bugzilla.redhat.com/ |