260 lines
8.3 KiB
RPMSpec
260 lines
8.3 KiB
RPMSpec
%define _distrib_milestone %(echo %_distrib_codename | cut -d- -f1)
|
|
Name: claws-mail
|
|
Version: 4.1.0
|
|
Release: 1mamba
|
|
Summary: An email client (and news reader)
|
|
Group: Graphical Desktop/Applications/Internet
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://www.claws-mail.org/index.php
|
|
Source: http://www.claws-mail.org/releases/claws-mail-%{version}.tar.xz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: gnome-online-accounts-devel
|
|
BuildRequires: libICE-devel
|
|
BuildRequires: libSM-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXau-devel
|
|
BuildRequires: libXdmcp-devel
|
|
BuildRequires: libaccounts-glib-devel
|
|
BuildRequires: libacl-devel
|
|
BuildRequires: libarchive-devel
|
|
BuildRequires: libassuan-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libattr-devel
|
|
BuildRequires: libb2-devel
|
|
BuildRequires: libblkid-devel
|
|
BuildRequires: libbrotli-devel
|
|
BuildRequires: libbsd-devel
|
|
BuildRequires: libbzip2-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libcares-devel
|
|
BuildRequires: libcurl-devel
|
|
BuildRequires: libdb53-devel
|
|
BuildRequires: libdbus-devel
|
|
BuildRequires: libdbus-glib-devel
|
|
BuildRequires: libe2fs-devel
|
|
BuildRequires: libenchant1-devel
|
|
BuildRequires: libetpan-devel
|
|
BuildRequires: libexpat-devel
|
|
BuildRequires: libffi-devel
|
|
BuildRequires: libfontconfig-devel
|
|
BuildRequires: libfreetype-devel
|
|
BuildRequires: libgdata-devel
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libgmp-devel
|
|
BuildRequires: libgnutls-devel
|
|
BuildRequires: libgomp-devel
|
|
BuildRequires: libgpg-error-devel
|
|
BuildRequires: libgpgme-devel
|
|
BuildRequires: libgraphite2-devel
|
|
BuildRequires: libgsasl-devel
|
|
BuildRequires: libgss-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libical-devel
|
|
BuildRequires: libidn-devel
|
|
BuildRequires: libidn2-devel
|
|
BuildRequires: libjson-glib-devel
|
|
BuildRequires: libkrb5-devel
|
|
BuildRequires: libltdl-devel
|
|
BuildRequires: liblz4-devel
|
|
BuildRequires: liblzma-devel
|
|
BuildRequires: liblzo-devel
|
|
BuildRequires: libmount-devel
|
|
BuildRequires: libnettle-devel
|
|
BuildRequires: libnghttp2-devel
|
|
BuildRequires: libnotify-devel
|
|
BuildRequires: libnsl-devel
|
|
BuildRequires: libntlm-devel
|
|
BuildRequires: libogg-devel
|
|
BuildRequires: libopenldap-devel
|
|
BuildRequires: libopenssl-devel
|
|
BuildRequires: libp11-kit-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpcre-devel
|
|
BuildRequires: libperl
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libpoppler-glib-devel
|
|
BuildRequires: libpsl-devel
|
|
BuildRequires: librsvg-devel
|
|
BuildRequires: librtmp-devel
|
|
BuildRequires: libsasl2-devel
|
|
BuildRequires: libselinux-devel
|
|
BuildRequires: libsepol-devel
|
|
BuildRequires: libsignon-glib-devel
|
|
BuildRequires: libsoup2-devel
|
|
BuildRequires: libssh2-devel
|
|
BuildRequires: libstartup-notification-devel
|
|
BuildRequires: libstdc++6-devel
|
|
BuildRequires: libsystemd-devel
|
|
BuildRequires: libtasn1-devel
|
|
BuildRequires: libtdb-devel
|
|
BuildRequires: libtirpc-devel
|
|
BuildRequires: libunistring-devel
|
|
BuildRequires: libuuid-devel
|
|
BuildRequires: libvorbis-devel
|
|
BuildRequires: libwebkit2gtk-devel
|
|
BuildRequires: libxcb-devel
|
|
BuildRequires: libxml2-devel
|
|
BuildRequires: libytnef-devel
|
|
BuildRequires: libz-devel
|
|
BuildRequires: libzstd-devel
|
|
## AUTOBUILDREQ-END
|
|
Provides: claws-mail-plugin-fancy
|
|
Obsoletes: claws-mail-plugin-fancy
|
|
|
|
%description
|
|
An email client (and news reader), based on GTK+.
|
|
|
|
%package devel
|
|
Group: Development/Libraries
|
|
Summary: Development files for %{name}
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
%description devel
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
--disable-python-plugin \
|
|
--disable-jpilot
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/claws-mail
|
|
%dir %{_libdir}/claws-mail
|
|
%dir %{_libdir}/claws-mail/plugins
|
|
%{_libdir}/claws-mail/plugins/*.a
|
|
%{_libdir}/claws-mail/plugins/*.la
|
|
%{_libdir}/claws-mail/plugins/*.so
|
|
%{_libdir}/claws-mail/plugins/*.deps
|
|
%{_datadir}/applications/claws-mail.desktop
|
|
%dir %{_datadir}/doc/claws-mail
|
|
%{_datadir}/doc/claws-mail/RELEASE_NOTES
|
|
%dir %{_datadir}/doc/claws-mail/manual
|
|
%{_datadir}/doc/claws-mail/manual/*/claws-mail-manual.html
|
|
%{_datadir}/doc/claws-mail/manual/*/claws-mail-manual.pdf
|
|
%{_datadir}/doc/claws-mail/manual/*/claws-mail-manual.ps
|
|
%{_datadir}/doc/claws-mail/manual/*/claws-mail-manual.txt
|
|
%{_datadir}/icons/hicolor/*/apps/claws-mail.png
|
|
%{_mandir}/man1/claws-mail.1*
|
|
%doc AUTHORS COPYING
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%dir %{_includedir}/claws-mail
|
|
%{_includedir}/claws-mail/*
|
|
%{_libdir}/pkgconfig/claws-mail.pc
|
|
|
|
%changelog
|
|
* Mon Apr 11 2022 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Feb 07 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 3.17.8-2mamba
|
|
- rebuilt without abandoned libpisock
|
|
|
|
* Mon Oct 19 2020 Automatic Build System <autodist@mambasoft.it> 3.17.8-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Sep 29 2020 Automatic Build System <autodist@mambasoft.it> 3.17.7-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jul 18 2020 Automatic Build System <autodist@mambasoft.it> 3.17.6-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Feb 24 2020 Automatic Build System <autodist@mambasoft.it> 3.17.5-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Nov 06 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 3.17.4-2mamba
|
|
- rebuilt with libsignon-glib 2.1
|
|
|
|
* Wed Jul 31 2019 Automatic Build System <autodist@mambasoft.it> 3.17.4-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 25 2018 Automatic Build System <autodist@mambasoft.it> 3.17.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Dec 19 2018 Automatic Build System <autodist@mambasoft.it> 3.17.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Aug 29 2018 Automatic Build System <autodist@mambasoft.it> 3.17.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 17 2018 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 3.16.0-1mamba
|
|
- automatic update by autodist
|
|
|
|
* Sat Sep 02 2017 Automatic Build System <autodist@mambasoft.it> 3.15.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Jun 17 2017 Automatic Build System <autodist@mambasoft.it> 3.15.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Nov 06 2016 Automatic Build System <autodist@mambasoft.it> 3.14.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sat Aug 13 2016 Automatic Build System <autodist@mambasoft.it> 3.14.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Tue Jan 19 2016 Automatic Build System <autodist@mambasoft.it> 3.13.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Dec 21 2015 Automatic Build System <autodist@mambasoft.it> 3.13.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 11 2015 Automatic Build System <autodist@mambasoft.it> 3.13.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Aug 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.12.0-1mamba
|
|
- update to 3.12.0
|
|
|
|
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 3.11.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Oct 26 2014 Automatic Build System <autodist@mambasoft.it> 3.11.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Sun Jun 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.10.1-1mamba
|
|
- update to 3.10.1
|
|
|
|
* Sun Dec 15 2013 Automatic Build System <autodist@mambasoft.it> 3.9.3-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon Jun 10 2013 Automatic Build System <autodist@mambasoft.it> 3.9.2-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed May 22 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 3.9.1-2mamba
|
|
- provide/obsolete claws-mail-plugin-fancy
|
|
|
|
* Thu May 16 2013 Automatic Build System <autodist@mambasoft.it> 3.9.1-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Mon May 06 2013 openmamba WebBuild System <webbuild@openmamba.org> 3.9.0-1mamba
|
|
- package created by ercolinux using the webbuild interface
|