Skip to content

Commit

Permalink
Work on rpm package
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 3, 2011
1 parent cc64898 commit f786d7b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -572,7 +572,6 @@

print "Copy patch file to $RPMDIR/SOURCES\n";
$ret=`cp "$SOURCE/build/rpm/dolibarr-forrpm.patch" "$RPMDIR/SOURCES"`;
$ret=`chmod 644 $RPMDIR/SOURCES/dolibarr-forrpm.patch`;

print "Launch RPM build (rpmbuild --clean -ba $BUILDROOT/${BUILDFIC})\n";
#$ret=`rpmbuild -vvvv --clean -ba $BUILDROOT/${BUILDFIC}`;
Expand Down
4 changes: 2 additions & 2 deletions build/rpm/dolibarr_fedora.spec
Expand Up @@ -195,13 +195,13 @@ fi

# Show result
echo
echo "----- Dolibarr %version-%release - (c) Dolibarr dev team -----"
echo "----- Dolibarr %version - (c) Dolibarr dev team -----"
echo "Dolibarr files are now installed (into /usr/share/dolibarr)."
echo "To finish installation and use Dolibarr, click on the menu"
echo "entry Dolibarr ERP-CRM or call the following page from your"
echo "web browser:"
echo "http://localhost/dolibarr/"
echo "-------------------------------------------------------"
echo "--------------------------------------------------"
echo


Expand Down
4 changes: 2 additions & 2 deletions build/rpm/dolibarr_generic.spec
Expand Up @@ -259,7 +259,7 @@ fi

# Show result
echo
echo "----- Dolibarr %version-%release - (c) Dolibarr dev team -----"
echo "----- Dolibarr %version - (c) Dolibarr dev team -----"
echo "Dolibarr files are now installed (into /usr/share/dolibarr)."
echo "To finish installation and use Dolibarr, click on the menu"
echo "entry Dolibarr ERP-CRM or call the following page from your"
Expand Down Expand Up @@ -316,5 +316,5 @@ fi


%changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a
* Wed Jul 31 2011 Laurent Destailleur 3.1.0-0.2.beta1
- Initial version (#723326)
4 changes: 2 additions & 2 deletions build/rpm/dolibarr_mandriva.spec
Expand Up @@ -185,7 +185,7 @@ fi

# Show result
echo
echo "----- Dolibarr %version-%release - (c) Dolibarr dev team -----"
echo "----- Dolibarr %version - (c) Dolibarr dev team -----"
echo "Dolibarr files are now installed (into /usr/share/dolibarr)."
echo "To finish installation and use Dolibarr, click on the menu"
echo "entry Dolibarr ERP-CRM or call the following page from your"
Expand Down Expand Up @@ -225,5 +225,5 @@ fi


%changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a
* Wed Jul 31 2011 Laurent Destailleur 3.1.0-0.2.beta1
- Initial version (#723326)
4 changes: 2 additions & 2 deletions build/rpm/dolibarr_opensuse.spec
Expand Up @@ -189,7 +189,7 @@ fi

# Show result
echo
echo "----- Dolibarr %version-%release - (c) Dolibarr dev team -----"
echo "----- Dolibarr %version - (c) Dolibarr dev team -----"
echo "Dolibarr files are now installed (into /usr/share/dolibarr)."
echo "To finish installation and use Dolibarr, click on the menu"
echo "entry Dolibarr ERP-CRM or call the following page from your"
Expand Down Expand Up @@ -229,5 +229,5 @@ fi


%changelog
* Wed Jul 31 2011 Laurent Destailleur 3.2.0-0.1.a
* Wed Jul 31 2011 Laurent Destailleur 3.1.0-0.2.beta1
- Initial version (#723326)

0 comments on commit f786d7b

Please sign in to comment.