All pastes #682293 Raw Edit

Unbenannt

public text v1 · immutable
#682293 ·published 2007-09-05 13:34 UTC
rendered paste body
--- udpcast.spec.org    2007-09-05 15:34:11.000000000 +0200
+++ udpcast.spec        2007-09-05 11:24:07.000000000 +0200
@@ -5,9 +5,10 @@
 Name: udpcast
 Version: %{udpcast_version}
 Release: %{udpcast_release}
-Copyright: GPL (for main code), BSD-like (for fec.c)
+License: GPL (for main code), BSD-like (for fec.c)
 Group: Applications/System
 Source: http://udpcast.linux.lu/download/udpcast-%{udpcast_version}.tar.gz
+Patch0: udpcast-linux-types.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-buildroot

 %description
@@ -16,6 +17,7 @@

 %prep
 %setup -q
+%patch0 -p1

 %build
 make
@@ -35,5 +37,7 @@
 /usr/share/man/man1/udp-receiver.1.gz

 %changelog
+* Wed Sep 05 2007 Dominik Schips <dominik.schips@credativ.de>
+- Add patch udpcast-linux-types.patch
 * Sat Mar 25 2006 Alain Knaff <alain@knaff.lu>
 - Separate commandline spec file and mkimage spec file