- Unconditionalize python and python3 builds
- Unconditionalize c++ build OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=83
This commit is contained in:
parent
4a8ba210db
commit
286b6f9869
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 14 09:46:57 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Unconditionalize python and python3 builds
|
||||||
|
- Unconditionalize c++ build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 13 18:39:46 UTC 2017 - jengelh@inai.de
|
Mon Feb 13 18:39:46 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
68
gpgme.spec
68
gpgme.spec
@ -16,9 +16,6 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define with_cpp 1
|
|
||||||
%define with_python2 1
|
|
||||||
%define with_python3 0
|
|
||||||
%define with_qt 0%{?suse_version} >= 1330
|
%define with_qt 0%{?suse_version} >= 1330
|
||||||
Name: gpgme
|
Name: gpgme
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
@ -36,24 +33,17 @@ Source99: %{name}.changes
|
|||||||
#PATCH-FIX-UPSTREAM: remove-a-forgotten-instance-of-libsuffix.diff - Fix cmake files (or it will break KDE software building)
|
#PATCH-FIX-UPSTREAM: remove-a-forgotten-instance-of-libsuffix.diff - Fix cmake files (or it will break KDE software building)
|
||||||
Patch1: remove-a-forgotten-instance-of-libsuffix.diff
|
Patch1: remove-a-forgotten-instance-of-libsuffix.diff
|
||||||
Patch2: gpgme-include_functional.patch
|
Patch2: gpgme-include_functional.patch
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: gpg2 >= 2.0.10
|
BuildRequires: gpg2 >= 2.0.10
|
||||||
BuildRequires: libassuan-devel >= 2.0.2
|
BuildRequires: libassuan-devel >= 2.0.2
|
||||||
BuildRequires: libgpg-error-devel >= 1.17
|
BuildRequires: libgpg-error-devel >= 1.17
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: python-devel >= 2.7
|
||||||
|
BuildRequires: python3-devel >= 3.4
|
||||||
|
BuildRequires: swig
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(preun): %{install_info_prereq}
|
Requires(preun): %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{with_python2}
|
|
||||||
BuildRequires: python-devel >= 2.7
|
|
||||||
BuildRequires: swig
|
|
||||||
%endif # with_python2
|
|
||||||
%if 0%{with_python3}
|
|
||||||
BuildRequires: python3-devel >= 3.4
|
|
||||||
BuildRequires: swig
|
|
||||||
%endif # with_python3
|
|
||||||
%if 0%{with_cpp}
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
%endif # with_cpp
|
|
||||||
%if 0%{with_qt}
|
%if 0%{with_qt}
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
@ -95,7 +85,6 @@ management.
|
|||||||
This subpackage contains the headers needed for building applications
|
This subpackage contains the headers needed for building applications
|
||||||
making use of libgpgme.
|
making use of libgpgme.
|
||||||
|
|
||||||
%if 0%{with_cpp}
|
|
||||||
%package -n libgpgmepp6
|
%package -n libgpgmepp6
|
||||||
Summary: Programmatic C++ library interface to GnuPG
|
Summary: Programmatic C++ library interface to GnuPG
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -127,9 +116,6 @@ management.
|
|||||||
This subpackage contains the headers needed for building applications
|
This subpackage contains the headers needed for building applications
|
||||||
making use of libgpgmepp.
|
making use of libgpgmepp.
|
||||||
|
|
||||||
%endif # with_cpp
|
|
||||||
|
|
||||||
%if 0%{with_python2}
|
|
||||||
%package -n python-gpg
|
%package -n python-gpg
|
||||||
Summary: Python 2 bindings for GPGME, a library for accessing GnuPG
|
Summary: Python 2 bindings for GPGME, a library for accessing GnuPG
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -141,9 +127,7 @@ encryption, decryption, signing, signature verification, and key
|
|||||||
management.
|
management.
|
||||||
|
|
||||||
This package contains the bindings to use the library from Python 2 applications.
|
This package contains the bindings to use the library from Python 2 applications.
|
||||||
%endif # with_python2
|
|
||||||
|
|
||||||
%if 0%{with_python3}
|
|
||||||
%package -n python3-gpg
|
%package -n python3-gpg
|
||||||
Summary: Python 3 bindings for GPGME, a library for accessing GnuPG
|
Summary: Python 3 bindings for GPGME, a library for accessing GnuPG
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@ -155,7 +139,6 @@ encryption, decryption, signing, signature verification, and key
|
|||||||
management.
|
management.
|
||||||
|
|
||||||
This package contains the bindings to use the library from Python 3 applications.
|
This package contains the bindings to use the library from Python 3 applications.
|
||||||
%endif # with_python3
|
|
||||||
|
|
||||||
%package -n libqgpgme7
|
%package -n libqgpgme7
|
||||||
Summary: Programmatic Qt library interface to GnuPG
|
Summary: Programmatic Qt library interface to GnuPG
|
||||||
@ -189,45 +172,33 @@ This package contains the bindings to use the library in Qt C++ applications.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
build_timestamp=$(date -u +%{Y}-%{m}-%{dT}%{H}:%{M}+0000 -r %{SOURCE99})
|
||||||
languages="cl"
|
languages="cl cpp python"
|
||||||
%if 0%{with_cpp}
|
|
||||||
languages="${languages} cpp"
|
|
||||||
%if %{with_qt}
|
%if %{with_qt}
|
||||||
languages="${languages} qt"
|
languages="${languages} qt"
|
||||||
%endif # with_qt
|
%endif # with_qt
|
||||||
%endif # with_cpp
|
|
||||||
%if 0%{with_python2}
|
|
||||||
languages="${languages} python2"
|
|
||||||
%endif # with_python2
|
|
||||||
%if 0%{with_python3}
|
|
||||||
languages="${languages} python3"
|
|
||||||
%endif # with_python3
|
|
||||||
%configure \
|
%configure \
|
||||||
|
--disable-silent-rules \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-fd-passing \
|
--disable-fd-passing \
|
||||||
--enable-languages="${languages}" \
|
--enable-languages="${languages}" \
|
||||||
--enable-build-timestamp="${build_timestamp}"
|
--enable-build-timestamp="${build_timestamp}"
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%if 0%{with_cpp}
|
|
||||||
chmod -x %{buildroot}%{_libdir}/cmake/Gpgmepp/*.cmake
|
chmod -x %{buildroot}%{_libdir}/cmake/Gpgmepp/*.cmake
|
||||||
%endif # with_cpp
|
|
||||||
%if 0%{with_python2}
|
|
||||||
find %{buildroot}%{python_sitearch}/gpg-*.egg-info -delete -print
|
find %{buildroot}%{python_sitearch}/gpg-*.egg-info -delete -print
|
||||||
find %{buildroot}%{python_sitearch}/gpg -type f -name "*.pyc" -delete -print
|
find %{buildroot}%{python_sitearch}/gpg -type f -name "*.pyc" -delete -print
|
||||||
rm -v %{buildroot}%{python_sitelib}/gpg/install_files.txt
|
rm -vf %{buildroot}%{python_sitelib}/gpg/install_files.txt
|
||||||
%endif # with_python2
|
|
||||||
%if 0%{with_python3}
|
|
||||||
find %{buildroot}%{python3_sitearch}/gpg-*.egg-info -delete -print
|
find %{buildroot}%{python3_sitearch}/gpg-*.egg-info -delete -print
|
||||||
rm -v %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
rm -vf %{buildroot}%{python3_sitelib}/gpg/install_files.txt
|
||||||
find %{buildroot}%{python3_sitearch}/gpg -type f -name "*.pyc" -delete -print
|
find %{buildroot}%{python3_sitearch}/gpg -type f -name "*.pyc" -delete -print
|
||||||
%endif # with_python3
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%if ! 0%{?qemu_user_space_build}
|
%if ! 0%{?qemu_user_space_build}
|
||||||
@ -236,21 +207,18 @@ make %{?_smp_mflags} check
|
|||||||
|
|
||||||
%post -n libgpgme11 -p /sbin/ldconfig
|
%post -n libgpgme11 -p /sbin/ldconfig
|
||||||
%postun -n libgpgme11 -p /sbin/ldconfig
|
%postun -n libgpgme11 -p /sbin/ldconfig
|
||||||
%if 0%{with_cpp}
|
|
||||||
%post -n libgpgmepp6 -p /sbin/ldconfig
|
%post -n libgpgmepp6 -p /sbin/ldconfig
|
||||||
%postun -n libgpgmepp6 -p /sbin/ldconfig
|
%postun -n libgpgmepp6 -p /sbin/ldconfig
|
||||||
%endif # with_cpp
|
|
||||||
|
|
||||||
%if 0%{with_qt}
|
%if 0%{with_qt}
|
||||||
%post -n libqgpgme7 -p /sbin/ldconfig
|
%post -n libqgpgme7 -p /sbin/ldconfig
|
||||||
%postun -n libqgpgme7 -p /sbin/ldconfig
|
%postun -n libqgpgme7 -p /sbin/ldconfig
|
||||||
%endif # with_qt
|
%endif # with_qt
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info}
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgme.info%{ext_info}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -271,7 +239,6 @@ make %{?_smp_mflags} check
|
|||||||
%{_datadir}/aclocal/gpgme.m4
|
%{_datadir}/aclocal/gpgme.m4
|
||||||
%{_includedir}/gpgme.h
|
%{_includedir}/gpgme.h
|
||||||
|
|
||||||
%if 0%{with_cpp}
|
|
||||||
%files -n libgpgmepp6
|
%files -n libgpgmepp6
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libgpgmepp.so.*
|
%{_libdir}/libgpgmepp.so.*
|
||||||
@ -283,21 +250,14 @@ make %{?_smp_mflags} check
|
|||||||
%dir %{_libdir}/cmake
|
%dir %{_libdir}/cmake
|
||||||
%dir %{_libdir}/cmake/Gpgmepp
|
%dir %{_libdir}/cmake/Gpgmepp
|
||||||
%{_libdir}/cmake/Gpgmepp/GpgmeppConfig*.cmake
|
%{_libdir}/cmake/Gpgmepp/GpgmeppConfig*.cmake
|
||||||
%endif # with_cpp
|
|
||||||
|
|
||||||
%if 0%{with_python2}
|
|
||||||
%files -n python-gpg
|
%files -n python-gpg
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitelib}/gpg
|
|
||||||
%{python_sitearch}/gpg
|
%{python_sitearch}/gpg
|
||||||
%endif # with_python2
|
|
||||||
|
|
||||||
%if 0%{with_python3}
|
|
||||||
%files -n python3-gpg
|
%files -n python3-gpg
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitelib}/gpg
|
|
||||||
%{python3_sitearch}/gpg
|
%{python3_sitearch}/gpg
|
||||||
%endif # with_python3
|
|
||||||
|
|
||||||
%if 0%{with_qt}
|
%if 0%{with_qt}
|
||||||
%files -n libqgpgme7
|
%files -n libqgpgme7
|
||||||
|
Loading…
Reference in New Issue
Block a user