#253 closed defect (fixed)
Does not build on Whitebox Linux (RHEL3 clone)- simple patch applied
Reported by: | Owned by: | Dominik 'Rathann' Mierzejewski | |
---|---|---|---|
Priority: | normal | Component: | RPMs |
Version: | unspecified | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
[sjmudd@ams03 mplayer]$ diff -u mplayer.spec.orig mplayer.spec
--- mplayer.spec.orig 2005-03-05 16:05:13.000000000 +0100
+++ mplayer.spec 2005-03-05 16:26:18.000000000 +0100
@@ -86,6 +86,9 @@
%else
%define _distro fc%(rpm -q --queryformat '%{VERSION}' fedora-release | awk -F.
'{print $1}')
%endif
echo 0) |
+%define _distro WB%(rpm -q --queryformat '%{VERSION}' whitebox-release | awk
-F. '{print $1}')
+%endif
Summary: MPlayer - The Movie Player.
Name: %{name}
Change History (2)
comment:1 by , 20 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
It's been fixed in CVS packages a while ago.
Note:
See TracTickets
for help on using tickets.
I'll include this in the next release, thanks.