rpms/pipelight/F-20 pipelight.spec,1.1,1.2

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


Author: besser82

Update of /cvs/nonfree/rpms/pipelight/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21387/F-20

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



Index: pipelight.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pipelight/F-20/pipelight.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipelight.spec	10 Dec 2014 15:46:48 -0000	1.1
+++ pipelight.spec	11 Dec 2014 09:14:40 -0000	1.2
@@ -26,7 +26,7 @@
 
 Name:			pipelight
 Version:		0.2.8
-Release:		1%{?gitrel}%{?dist}
+Release:		2%{?gitrel}%{?dist}
 Summary:		NPAPI Wrapper Plugin for using Windows plugins in Linux browsers
 
 License:		GPLv2+ or LGPLv2+ or MPLv1.1
@@ -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	\
@@ -190,6 +187,9 @@
 
 
 %changelog
+* Thu Dec 11 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.8-2
+- fix build, link against mingw-winpthreads-static
+
 * Wed Dec 10 2014 Björn Esser <bjoern.esser at gmail.com> - 0.2.8-1
 - new upstream release v0.2.8
 


More information about the rpmfusion-commits mailing list