Julian Sikorski wrote:
Xavier Lamien pisze:
> Hello folks,
>
> All dribbles packages are now branched into cvs repository with
> following branches : F-8, F-9 & EL-5
>
> Regards,
> --
> Xavier.t Lamien
> --
>
http://fedoraproject.org/wiki/XavierLamien
> GPG-Key ID: F3903DEB
> Fingerprint: 0F2A 7A17 0F1B 82EE FCBF 1F51 76B7 A28D F390 3DEB
Here is what I am getting upon an import attempt:
[jsikorski@snowball sdlmame-data]$ LANG=C ./common/cvs-import.sh
/home/jsikorski/rpmbuild/SRPMS/sdlmame-data-0125-1.fc8.src.rpm -m
"Initial import"
Checking out module: 'sdlmame-data'
Unpacking source package: sdlmame-data-0125-1.fc8.src.rpm...
L Mameinfo0125.zip
L catveren.zip
L cheat117.zip
L mamehistory125.zip
L sdlmame-ctrlr.tgz
A sdlmame-data.spec
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
error: Macro %dist has empty body
error: Macro %dist has empty body
error: Macro % has illegal name (%define)
error: Macro % has illegal name (%define)
Checking : Mameinfo0125.zip on
https://cvs.rpmfusion.org/repo/pkgs/upload.cgi...
ERROR: could not check remote file status
make: *** [upload] Error 255
ERROR: Uploading the source tarballs failed!
[jsikorski@snowball sdlmame-data]$
The "error: Macro ....." stuff can be ignored (for now) your upload to the
lookaside cache is failing because you didn't specify a tree, with rpmfusion
you must use:
cvs-import -t free foo.srpm
or:
cvs-import -t nonfree foo.srpm
This is needed because, well, we have 2 trees :)
Regards,
Hans