]> git.pld-linux.org Git - packages/pokerth.git/blobdiff - pokerth.spec
- rebuild with protobuf 3.2
[packages/pokerth.git] / pokerth.spec
index 70636c7009330cf02602bc43f1262a2079086d99..503329775737c836a32a9f59fe5a3af7aca61aff 100644 (file)
@@ -1,17 +1,24 @@
 Summary:       The Open Source Texas-Holdem Poker Engine
 Summary(pl.UTF-8):     Silnik gry Texas-Holdem poker
 Name:          pokerth
-Version:       1.1
-Release:       2
+Version:       1.1.1
+Release:       3
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://downloads.sourceforge.net/pokerth/PokerTH-%{version}-src.tar.bz2
-# Source0-md5: 7f577fdb04c697ac7227c1a0d4311ffc
-Patch0:                qt.patch
+# Source0-md5: a7f76f95782099f966e5f2b6809f502a
+Patch0:                x32.patch
+Patch1:                boost-1.60.patch
+Patch2:                ownerless.patch
+Patch3:                cxx11-build.patch
+Patch4:                cxx11-fixes.patch
+Patch5:                system-qtsingleapp.patch
+Patch6:                moc.patch
 URL:           http://www.pokerth.net/
 BuildRequires: QtCore-devel >= 4.3.1
 BuildRequires: QtGui-devel >= 4.3.1
 BuildRequires: QtNetwork-devel
+BuildRequires: QtSingleApplication-devel
 BuildRequires: QtSql-devel
 BuildRequires: SDL_mixer-devel
 BuildRequires: boost-devel >= 1.37.0-3
@@ -42,6 +49,14 @@ Silnik gry dostÄ™pny jest na platformy Linux, Windows oraz MacOS X.
 %prep
 %setup -q -n PokerTH-%{version}-src
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+
+%{__rm} -r src/third_party/qtsingleapplication
 
 %build
 qmake-qt4 pokerth.pro \
This page took 0.206272 seconds and 4 git commands to generate.