From: <svn...@op...> - 2005-03-21 23:37:54
|
Author: drzeus Date: 2005-03-22 00:38:39 +0100 (Tue, 22 Mar 2005) New Revision: 391 Added: trunk/RPM Log: Instructions for building an RPM Added: trunk/RPM =================================================================== --- trunk/RPM 2005-03-21 23:30:00 UTC (rev 390) +++ trunk/RPM 2005-03-21 23:38:39 UTC (rev 391) @@ -0,0 +1,18 @@ +Building a rpm +=== + +OpenSync already contains a ready to use spec file so building an RPM is a +piece of cake. All you need to do is: + + rpmbuild -ta <tarball> + +where <tarball> is the current OpenSync tar file (e.g. opensync-0.14.tar.gz). + +As long as you have the necessary prerequisites the package should build just +fine. + +The packages needed for building the rpm are: + + * libxml2-devel + * glib2-devel + * sqlite-devel >= 3.0.0 |