X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=openchange.spec;h=470dfcdd8296a45cf750bbf990d9b3c1669be15a;hb=HEAD;hp=12eb98e2de81d8de14260a09087b1f73ca9bd4c9;hpb=b5f7e37d268b6d5f48d6b2265ec62ac9cd31f44a;p=packages%2Fopenchange.git diff --git a/openchange.spec b/openchange.spec index 12eb98e..408ada8 100644 --- a/openchange.spec +++ b/openchange.spec @@ -12,7 +12,7 @@ Summary: OpenChange - portable implementation of MS Exchange Server and Exchange Summary(pl.UTF-8): OpenChange - przenośna implementacja serwera oraz protokołów MS Exchange Name: openchange Version: 2.3 -Release: 51 +Release: 75 License: GPL v3+ Group: Libraries #Source0Download: https://github.com/openchange/openchange/releases @@ -30,6 +30,8 @@ Patch8: %{name}-libical.patch Patch9: samba-4.11.patch Patch10: samba-4.12.patch Patch11: %{name}-nanomsg.patch +Patch12: samba-4.15.patch +Patch13: samba-4.20.patch URL: https://github.com/openchange BuildRequires: QtCore-devel >= 4.3.0 BuildRequires: QtGui-devel >= 4.3.0 @@ -48,11 +50,13 @@ BuildRequires: nanomsg-devel >= 1.0.0 BuildRequires: perl-base BuildRequires: pkgconfig >= 1:0.20 BuildRequires: popt-devel -%if %{with python} BuildRequires: python-devel >= 1:2.7 +%if %{with python} BuildRequires: python-samba >= 4.2.2 %endif -BuildRequires: rpmbuild(macros) >= 1.219 +BuildRequires: qt4-build >= 4.3.0 +BuildRequires: rpm-build >= 4.6 +BuildRequires: rpmbuild(macros) >= 1.752 # with DCERCP multiplex and pending call support (upstream 4.1.18+ or 4.2.2+) # samba-4.10-macros patch requires samba-pidl 4.10+ BuildRequires: samba-devel >= 4.10 @@ -178,9 +182,7 @@ Pliki nagłówkowe interfejsu Qt do biblioteki OpenChange MAPI. Summary: API documentation for OpenChange libraries Summary(pl.UTF-8): Dokumentacja API bibliotek OpenChange Group: Documentation -%if "%{_rpmversion}" >= "5" BuildArch: noarch -%endif %description apidocs API documentation for OpenChange libraries. @@ -227,6 +229,8 @@ Wtyczka Nagiosa do sprawdzania usług Exchange/OpenChange. %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 +%patch13 -p1 # no switch for verbose mode, enable manually :/ %{__sed} -i -e 's/^ @\(\$(\(PIDL\|CC\|CXX\|MOC\)\)/ \1/' Makefile @@ -235,6 +239,8 @@ Wtyczka Nagiosa do sprawdzania usług Exchange/OpenChange. %{__aclocal} %{__autoconf} %{__autoheader} +# instead of calling automake (there is no Makefile.am) +cp -f /usr/share/automake/{compile,missing} . %configure \ --datadir=%{_datadir}/openchange \ --enable-openchange-qt4 \