On Thu, Oct 22, 2009 at 8:32 PM, Mark Goldberg <[email protected]> wrote: > Where do the two tarballs myth and plugins come from?
Assuming I've already installed the srpm in ~/rpm and check out svn stuff into ~/svn, Is it as simple as: cd ~/svn svn co http://svn.mythtv.org/svn/trunk/ mythtv cd mythtv mv mythplugins mythplugins-0.22 mv mythtv mythtv-0.22 tar -cjf mythtv-0.22.tar.bz2 mythtv-0.22/ tar -cjf mythplugins-0.22.tar.bz2 mythplugins-0.22/ cp *.bz2 ~/rpm/SOURCES cd ~/rpm/SPECS (add favorite patches and edit specfile to taste) rpmbuild -bb <specfile> ? This also gets the basic themes? There are several other directories created from svn, including themes and extras. The two bzip2 files are larger than the ones in the source rpm, but it seems to be building rpms. Mark _______________________________________________ atrpms-users mailing list [email protected] http://lists.atrpms.net/mailman/listinfo/atrpms-users
