SHA256
1
0
forked from pool/libvmime

Accepting request 134065 from devel:libraries:c_c++

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/134065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=5
This commit is contained in:
Ismail Dönmez 2012-09-14 10:29:27 +00:00 committed by Git OBS Bridge
parent dd0f0d5385
commit 75f62eb2b6
3 changed files with 20 additions and 8 deletions

BIN
libvmime-0.9.1+svn603.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Aug 11 14:44:08 UTC 2012 - jengelh@inai.de
- Make the package build on RHEL6
-------------------------------------------------------------------
Thu Jul 12 16:40:45 UTC 2012 - jengelh@inai.de
- Enable always generating 7-bit parameters
(https://jira.zarafa.com/browse/ZCP-9475)
-------------------------------------------------------------------
Thu May 10 00:13:33 UTC 2012 - crrodriguez@opensuse.org

View File

@ -26,7 +26,7 @@ Release: 0
Url: http://vmime.sf.net/
#Svn-Clone: https://vmime.svn.sourceforge.net/svnroot/vmime/trunk
#Source: http://downloads.sf.net/vmime/%name-%version.tar.bz2
#Source: http://downloads.sf.net/vmime/%name-%version.tar.bz2
Source: %name-0.9.1+svn603.tar.bz2
Source2: spice_source.sh
Patch1: libvmime-nodatetime.diff
@ -58,7 +58,7 @@ BuildRequires: libselinux-devel
BuildRequires: gnutls-devel
%endif
%endif
%if 0%{?fedora_version} > 0
%if 0%{?fedora_version} > 0 || 0%{?redhat_version} || 0%{?centos_version}
BuildRequires: gettext
BuildRequires: gnutls-devel
%endif
@ -105,13 +105,14 @@ complete mail client.
%patch7
%build
export CXXFLAGS="%optflags"
export CFLAGS="%optflags"
export CFLAGS="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1";
export CXXFLAGS="$CFLAGS";
# sendmail's awesome location.
export PATH="$PATH:/usr/sbin";
%if 0%{?suse_version} >= 1100
%if 0%{?suse_version} >= 1100 || 0%{?!suse_version}
scons autotools;
# SL10: Rely on scons already having been run before the tarball was made.
# SL10 and other too old distros:
# Rely on scons already having been run before the tarball was made.
%endif
%configure --disable-static
make %{?_smp_mflags};