Including nunc-stans source tar ball in the all arch's, but building it for x86_64 only.

This commit is contained in:
Noriko Hosoi 2015-06-24 09:35:09 -07:00
parent 144aac7219
commit 5e468373d0

View File

@ -19,9 +19,7 @@
%global use_nunc_stans 0
%endif
%if %{use_nunc_stans}
%global nunc_stans_ver 0.1.5
%endif
# fedora 15 and later uses tmpfiles.d
# otherwise, comment this out
@ -124,9 +122,7 @@ Source0: http://port389.org/binaries/%{name}-%{version}%{?prerel}.tar.b
# 389-ds-git.sh should be used to generate the source tarball from git
Source1: %{name}-git.sh
Source2: %{name}-devel.README
%if %{use_nunc_stans}
Source3: https://git.fedorahosted.org/cgit/nunc-stans.git/snapshot/nunc-stans-%{nunc_stans_ver}.tar.bz2
%endif
%description
389 Directory Server is an LDAPv3 compliant server. The base package includes
@ -369,7 +365,7 @@ fi
%endif
%changelog
* Tue Jun 23 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.1-1
* Wed Jun 24 2015 Noriko Hosoi <nhosoi@redhat.com> - 1.3.4.1-1
- Release 1.3.4.1
- Resolves: Bug 1234277 - distro-wide architecture set overriden by buildsystem; Upgrade nunc-stans to 0.1.5.
- Enable nunc-stans just for x86_64.