rpms/pipelight/devel pipelight.spec,1.1,1.2

Björn Esser besser82 at rpmfusion.org
Thu Dec 11 10:12:45 CET 2014


Author: besser82

Update of /cvs/nonfree/rpms/pipelight/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21080/devel

Modified Files:
	pipelight.spec 
Log Message:
fix build, link against mingw-winpthreads-static



Index: pipelight.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pipelight/devel/pipelight.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipelight.spec	10 Dec 2014 15:46:17 -0000	1.1
+++ pipelight.spec	11 Dec 2014 09:12:44 -0000	1.2
@@ -45,8 +45,8 @@
 BuildRequires:		mingw32-gcc-c++
 BuildRequires:		mingw64-gcc-c++
 %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7
-BuildRequires:		mingw32-winpthreads
-BuildRequires:		mingw64-winpthreads
+BuildRequires:		mingw32-winpthreads-static
+BuildRequires:		mingw64-winpthreads-static
 %endif # 0%{?fedora} >= 20 || 0%{?rhel} >= 7
 
 Requires:		mozilla-filesystem%{?_isa}
@@ -107,9 +107,6 @@
 %{__cp} -a debian/changelog ChangeLog
 %{__cp} -a debian/copyright COPYRIGHT
 
-# Remove extra static-flag from mingw-linker-flags.
-%{__sed} -i -e 's![ \t*]-static"$!"!g' configure
-
 # Replace the install-dependency-script with a more recent version
 # from upstream's scm and fix it's hashbang.
 %{__gpg} --batch --no-default-keyring --no-options --skip-verify	\
@@ -192,6 +189,7 @@
 %changelog
 * Wed Dec 10 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.8-1
 - new upstream release v0.2.8
+- fix build, link against mingw-winpthreads-static
 
 * Wed Sep 10 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.7.3-4
 - update Flash to 15.0.0.152


More information about the rpmfusion-commits mailing list