[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AG-TECH] problem when building rpm
Hi,
I want to build a rpm for my modify to AG2.3. But i can not find the spec
file.
where can i get the src.rpm file OR spec file ? thang you.
SRPMs for AG 2.4 (compat-AccessGrid-2.4-6.20060506cvs.fc*.src.rpm) can be
found in the SRPMS folders in here:
http://www.vislab.uq.edu.au/accessgrid3/fedora/6/SRPMS/
AG2.3 was built inside out, a python script was used to generate the RPM,
e.g:
mkdir -p /sandbox/agtk
cd /sandbox/agtk
tar xvzf ~/AccessGrid-2.3.src.tar.gz
export AGBUILDROOT=/sandbox/agtk
cd AccessGrid/packaging/
./BuildSnapshot.py --no-checkout --dist=fedora -m1
Doug