]> git.pld-linux.org Git - packages/aMule.git/blobdiff - aMule.spec
Release 20 (by relup.sh)
[packages/aMule.git] / aMule.spec
index 13f4c165fc1264e9d53e04db14cb482741f50820..d3f43f55223a6eb29a7a9cc8644e5377b2ece26d 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Unix port of eMule client
 Summary(pl.UTF-8):     Uniksowy port klienta eMule
 Name:          aMule
 Version:       2.3.2
-Release:       3
+Release:       20
 License:       GPL v2+
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/amule/%{name}-%{version}.tar.bz2
@@ -13,6 +13,9 @@ Source0:      http://downloads.sourceforge.net/amule/%{name}-%{version}.tar.bz2
 Patch0:                %{name}-desktop.patch
 Patch1:                %{name}-cas-datadir.patch
 Patch2:                %{name}-ac.patch
+Patch3:                %{name}-cryptopp.patch
+Patch4:                binutils-2.34.patch
+Patch5:                libupnp-1.14.patch
 URL:           http://www.amule.org/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf >= 2.59
@@ -94,12 +97,16 @@ NarzÄ™dzie do generownia statystyk aMule.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
 %{__automake}
+export CXXFLAGS="%{rpmcxxflags} -std=gnu++14"
 %configure \
        --with-denoise-level=1                          \
        --with-libpng-config=/usr/bin/libpng-config     \
This page took 0.120524 seconds and 4 git commands to generate.