[svxlink] fix FTBFS

Lucian Langa lucilanga at fedoraproject.org
Sat Jan 26 11:01:11 UTC 2013


commit bc38b846cb2fc954a55f0b6aa63ce5674c91975c
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Sat Jan 26 12:00:56 2013 +0100

    fix FTBFS

 svxlink.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/svxlink.spec b/svxlink.spec
index c118d68..bb286da 100644
--- a/svxlink.spec
+++ b/svxlink.spec
@@ -2,7 +2,7 @@
 Name:		svxlink
 Epoch:		2
 Version:	%{main_version}
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Repeater controller and EchoLink (simplex or repeater)
 
 Group:		Applications/Internet
@@ -12,6 +12,7 @@ License:	GPLv2 and GPLv2+
 URL:		http://svxlink.sourceforge.net
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:	http://downloads.sourceforge.net/%{name}/sounds-en_US-heather-11.11.tar.bz2
+Patch0:		%{name}-%{version}-unistd.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libsigc++-devel, libmng-devel, tcl-devel, qt-devel, gsm-devel
@@ -118,6 +119,7 @@ chosen using a software voter.
 %prep
 %setup -q -n %{name}-%{main_version}
 %setup -q -D -T -a 1 -n %{name}-%{main_version}
+%patch0 -p1 -b unistd
 #enable for verbose building
 #sed -i -e "s/.SILENT://g" Makefile
 #sed -i -e "s/.SILENT://g" makefile.sub
@@ -256,6 +258,9 @@ rm -rf %{buildroot}
 %ghost /var/log/*
 
 %changelog
+* Sat Jan 26 2013 Lucian Langa <cooly at gnome.eu.org> - 2:11.11.1-8
+- fix FTBFS (#904327)
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:11.11.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
@@ -330,7 +335,7 @@ rm -rf %{buildroot}
 - spandsp 0.5 patch
 - update BR
 
-* Sun Aug 21 2008 Lucian Langa <cooly at gnome.eu.org> - 080730-2
+* Thu Aug 21 2008 Lucian Langa <cooly at gnome.eu.org> - 080730-2
 - mangle svxlink conf to include correct libdir
 - misc -devel clean
 


More information about the scm-commits mailing list