Hello,
I don't now how you fixed it as I'm not on jds-review mailing list...
But I would do these things:
Modify base spec:
%define ver_major 0.16
%define ver_minor 1
...
Version: %{ver_major}.%{ver_minor}
Source:
http://ftp.gnome.org/pub/GNOME/sources/devhelp/%{ver_major}/devhelp-%{version}.tar.bz2
...
%prep
%setup -q -n devhelp-%{version}
This should be working ...
Also this gives you advantage, when new version will be released, you
just modify ver_minor
or ver_major and every things will follow it ;-)
Petr Sobotka
2007/12/16, Patrick Ale <patrick.ale at gmail.com>:
> Hi guys.
>
> The base-specs/devhelp.spec contained an error. Instead of fetching
> the %version.%release.tar.bz2 file it tried to fetch the
> %version.tar.bz.
> So, 0.16/devhelp-0.16.tar.bz2 instead of 0.16/devhelp.0.16.1.tar.bz2.
> I fixed this part and will send the diff for review.
>
> One problem related to this remains. pkgbuild still tries to 'cd' into
> devhelp-0.16/ instead of devhelp-0.16.1. I tried to hack into
> SUNWgnome-devhelp.spec but I am missing something or modifying the
> wrong file, since it's not working. When someone fixes this, can you
> let me know how you did it so I can learn from it?
>
>
> Thanks,
>
> Patrick
> _______________________________________________
> desktop-discuss mailing list
> desktop-discuss at opensolaris.org
>