]> git.pld-linux.org Git - packages/pokerth.git/blobdiff - pokerth.spec
- - rebuild with boost 1.55.0
[packages/pokerth.git] / pokerth.spec
index 90f67ef0b63f930e9b7fb5a2d415e008035bbc7b..70636c7009330cf02602bc43f1262a2079086d99 100644 (file)
@@ -1,12 +1,13 @@
 Summary:       The Open Source Texas-Holdem Poker Engine
 Summary(pl.UTF-8):     Silnik gry Texas-Holdem poker
 Name:          pokerth
-Version:       0.8.3
+Version:       1.1
 Release:       2
 License:       GPL v2+
 Group:         X11/Applications/Games
 Source0:       http://downloads.sourceforge.net/pokerth/PokerTH-%{version}-src.tar.bz2
-# Source0-md5: adbe56ad5f547eb255dad91de564bf1c
+# Source0-md5: 7f577fdb04c697ac7227c1a0d4311ffc
+Patch0:                qt.patch
 URL:           http://www.pokerth.net/
 BuildRequires: QtCore-devel >= 4.3.1
 BuildRequires: QtGui-devel >= 4.3.1
@@ -17,9 +18,12 @@ BuildRequires:       boost-devel >= 1.37.0-3
 BuildRequires: curl-devel >= 7.16
 BuildRequires: gnutls-devel
 BuildRequires: gsasl-devel
+BuildRequires: libircclient-devel
+BuildRequires: protobuf-devel
 BuildRequires: qt4-build >= 4.3.1
 BuildRequires: qt4-qmake >= 4.3.1
 BuildRequires: sed >= 4.0
+BuildRequires: tinyxml-devel
 BuildRequires: zlib-devel >= 1.2.3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,14 +41,12 @@ Silnik gry dostÄ™pny jest na platformy Linux, Windows oraz MacOS X.
 
 %prep
 %setup -q -n PokerTH-%{version}-src
-
-# what is it?
-sed -i -e '/-no_dead_strip_inits_and_terms/d' *.pro
+%patch0 -p1
 
 %build
 qmake-qt4 pokerth.pro \
        QMAKE_CXX="%{__cxx}" \
-       QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags} -DBOOST_FILESYSTEM_VERSION=2"
+       QMAKE_CXXFLAGS_RELEASE="%{rpmcxxflags}"
        QMAKE_LFLAGS_RELEASE="%{rpmldflags}"
 %{__make}
 
This page took 0.053293 seconds and 4 git commands to generate.