[udpcast] Apply the patch ..

Richard W.M. Jones rjones at fedoraproject.org
Wed Feb 20 13:33:02 UTC 2013


commit b30ac9ea796aa165b47e7d1fbdc3f9daafeb87be
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed Feb 20 13:32:34 2013 +0000

    Apply the patch ..

 udpcast.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/udpcast.spec b/udpcast.spec
index 7ab212b..5dc5adb 100644
--- a/udpcast.spec
+++ b/udpcast.spec
@@ -1,7 +1,7 @@
 Name:           udpcast
 Summary:        UDP broadcast file distribution and installation
 Version:        20120424
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and BSD
 URL:            http://udpcast.linux.lu/
 Source:         http://udpcast.linux.lu/download/%{name}-%{version}.tar.gz
@@ -32,6 +32,8 @@ application for multicasting data to multiple targets.
 %prep
 %setup -q
 
+%patch1 -p1
+
 # Don't pass -s (strip) option to ld
 sed -i -e '/override LDFLAGS +=-s/d' Makefile.in
 
@@ -61,7 +63,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
 
 
 %changelog
-* Wed Feb 20 2013 Richard W.M. Jones <rjones at redhat.com> - 20120424-2
+* Wed Feb 20 2013 Richard W.M. Jones <rjones at redhat.com> - 20120424-3
 - Add patch to try to fix build failure on Rawhide.
 
 * Mon Feb 18 2013 Richard W.M. Jones <rjones at redhat.com> - 20120424-1


More information about the scm-commits mailing list