[opensuse-buildservice] Problem with excluding files with Fedora_Extras_5
Hello, I keep getting these errors on Fedora_Extras_5 RPM build errors: File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/mapbg.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/pet_mark.xbm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/rip.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/x11tiles These files should be excluded. I have the following in my spec file and have tried all the following top is current, and back. ---------------------------------------------------------- %if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %else %endif ---------------------------------------------------------- %if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %endif ---------------------------------------------------------- %if %{?suse_version:1}0 %if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %endif %endif ---------------------------------------------------------- %if %{?suse_version:1}0 %if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %else %endif %endif ---------------------------------------------------------- If I do not have the above I get these files are not in package on all SUSE Builds. How can I get around this error. -- Boyd Gerber <gerberb@zenez.com> ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2006-09-20 21:06:53 -0600, Boyd Lynn Gerber wrote:
I keep getting these errors on Fedora_Extras_5
RPM build errors: File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/mapbg.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/pet_mark.xbm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/rip.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/x11tiles
These files should be excluded. I have the following in my spec file and have tried all the following top is current, and back.
that is wrong anyway. most likely it should be %{_datadir}/games/vultureseye aka /usr/share/games/vultureseye/
----------------------------------------------------------
%if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %endif
----------------------------------------------------------
thats the best version. but i really doubt that it is needed. darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Thu, 21 Sep 2006, Marcus Rueckert wrote:
On 2006-09-20 21:06:53 -0600, Boyd Lynn Gerber wrote:
I keep getting these errors on Fedora_Extras_5
RPM build errors: File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/mapbg.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/pet_mark.xbm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/rip.xpm File not found: /var/tmp/nethack-vultures-2.1.0-29.1-root-nobody/usr/games/vultureseye/x11tiles
These files should be excluded. I have the following in my spec file and have tried all the following top is current, and back.
that is wrong anyway. most likely it should be %{_datadir}/games/vultureseye aka /usr/share/games/vultureseye/
Removing them all together allows the Fedora_Extras_5 to build without and problems. But I get on all the SUSE builds hence the work around. error: Installed (but unpackaged) file(s) found: /usr/games/vultureseye/mapbg.xpm /usr/games/vultureseye/pet_mark.xbm /usr/games/vultureseye/rip.xpm /usr/games/vultureseye/x11tiles RPM build errors: Installed (but unpackaged) file(s) found: /usr/games/vultureseye/mapbg.xpm /usr/games/vultureseye/pet_mark.xbm /usr/games/vultureseye/rip.xpm /usr/games/vultureseye/x11tiles So I then use %if 0%{?suse_version} %{_prefix}/games/vultureseye/mapbg.xpm %{_prefix}/games/vultureseye/pet_mark.xbm %{_prefix}/games/vultureseye/rip.xpm %{_prefix}/games/vultureseye/x11tiles %endif And I am back to the error/bug. -- Boyd Gerber <gerberb@zenez.com> ZENEZ 1042 East Fort Union #135, Midvale Utah 84047 --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Boyd Lynn Gerber
-
Marcus Rueckert