http://oss.sgi.com/bugzilla/show_bug.cgi?id=934
Mark Goodwin <mgoodwin@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|mort@xxxxxxx |mgoodwin@xxxxxxxxxx
--- Comment #3 from Mark Goodwin <mgoodwin@xxxxxxxxxx> 2012-12-10 21:06:29 CST
---
Had a quick play around with this and it seems like it will work
with incantations similar to :
$ git archive --format=tar --prefix=pcp-3.6.11/ HEAD | gzip >
build/tar/pcp-3.6.11.src.tar.gz
$ ln -sf ../../tar/pcp-3.6.11.src.tar.gz build/rpm/SOURCES
rpmbuild -ba --define '_topdir /home/mgoodwin/src/git/pcp/build/rpm'
build/rpm/SPECS/fedora.spec
$ ls build/rpm/SOURCES/ build/rpm/SPECS
build/rpm/SOURCES/:
pcp-3.6.11.src.tar.gz
build/rpm/SPECS:
fedora.spec
Will need some Makepkgs munging and rpmbuild directories below build/rpm
mkdir -p build/rpm/{SPECS,SOURCES,SRPMS,RPMS}
--
Configure bugmail: http://oss.sgi.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
|