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:
parent
dd0f0d5385
commit
75f62eb2b6
BIN
libvmime-0.9.1+svn603.tar.bz2
(Stored with Git LFS)
BIN
libvmime-0.9.1+svn603.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -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
|
Thu May 10 00:13:33 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Release: 0
|
|||||||
Url: http://vmime.sf.net/
|
Url: http://vmime.sf.net/
|
||||||
|
|
||||||
#Svn-Clone: https://vmime.svn.sourceforge.net/svnroot/vmime/trunk
|
#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
|
Source: %name-0.9.1+svn603.tar.bz2
|
||||||
Source2: spice_source.sh
|
Source2: spice_source.sh
|
||||||
Patch1: libvmime-nodatetime.diff
|
Patch1: libvmime-nodatetime.diff
|
||||||
@ -58,7 +58,7 @@ BuildRequires: libselinux-devel
|
|||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora_version} > 0
|
%if 0%{?fedora_version} > 0 || 0%{?redhat_version} || 0%{?centos_version}
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
%endif
|
%endif
|
||||||
@ -105,13 +105,14 @@ complete mail client.
|
|||||||
%patch7
|
%patch7
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CXXFLAGS="%optflags"
|
export CFLAGS="%optflags -DVMIME_ALWAYS_GENERATE_7BIT_PARAMETER=1";
|
||||||
export CFLAGS="%optflags"
|
export CXXFLAGS="$CFLAGS";
|
||||||
# sendmail's awesome location.
|
# sendmail's awesome location.
|
||||||
export PATH="$PATH:/usr/sbin";
|
export PATH="$PATH:/usr/sbin";
|
||||||
%if 0%{?suse_version} >= 1100
|
%if 0%{?suse_version} >= 1100 || 0%{?!suse_version}
|
||||||
scons autotools;
|
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
|
%endif
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags};
|
make %{?_smp_mflags};
|
||||||
|
Loading…
Reference in New Issue
Block a user