Disable rpath while configure.

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/talloc?expand=0&rev=10
This commit is contained in:
Lars Müller 2012-06-28 16:46:14 +00:00 committed by Git OBS Bridge
parent f3cf6591d0
commit f7604dd46b
2 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 28 16:29:25 UTC 2012 - lmuelle@suse.com
- Disable rpath while configure.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 12 16:32:43 UTC 2012 - lmuelle@suse.com Tue Jun 12 16:32:43 UTC 2012 - lmuelle@suse.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package talloc (Version 2.0.7) # spec file for package talloc
# #
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -15,11 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: talloc Name: talloc
%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
%define build_make_smp_mflags %{?_smp_mflags} %define build_make_smp_mflags %{?_smp_mflags}
@ -36,13 +34,13 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig BuildRequires: pkgconfig
%endif %endif
BuildRequires: python-devel BuildRequires: python-devel
License: LGPL-3.0+
Group: System/Libraries
Url: http://talloc.samba.org/ Url: http://talloc.samba.org/
Version: 2.0.7 Version: 2.0.7
Release: 0 Release: 0
PreReq: /sbin/ldconfig PreReq: /sbin/ldconfig
Summary: Samba talloc Library Summary: Samba talloc Library
License: LGPL-3.0+
Group: System/Libraries
Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz Source: http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
Source4: baselibs.conf Source4: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,9 +54,8 @@ It is the core memory allocator used in Samba.
%define libtalloc_name libtalloc2 %define libtalloc_name libtalloc2
%package -n %{libtalloc_name} %package -n %{libtalloc_name}
License: LGPL-3.0+
Group: System/Libraries
Summary: Libraries and Header Files to Develop Programs with talloc2 Support Summary: Libraries and Header Files to Develop Programs with talloc2 Support
Group: System/Libraries
Provides: bundled(libreplace) Provides: bundled(libreplace)
%description -n %{libtalloc_name} %description -n %{libtalloc_name}
@ -71,7 +68,6 @@ This package includes the talloc2 library.
%package -n libtalloc-devel %package -n libtalloc-devel
License: LGPL-3.0+
Summary: Libraries and Header Files to Develop Programs with talloc2 Support Summary: Libraries and Header Files to Develop Programs with talloc2 Support
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %{libtalloc_name} = %{version} Requires: %{libtalloc_name} = %{version}
@ -86,7 +82,6 @@ Libraries and Header Files to Develop Programs with talloc2 Support
%package -n pytalloc %package -n pytalloc
License: LGPL-3.0+
Summary: Python bindings for the Talloc library Summary: Python bindings for the Talloc library
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: %{libtalloc_name} = %{version} Requires: %{libtalloc_name} = %{version}
@ -96,7 +91,6 @@ This package contains the python bindings for the Talloc library.
%package -n pytalloc-devel %package -n pytalloc-devel
License: LGPL-3.0+
Summary: Developer tools for the Talloc library Summary: Developer tools for the Talloc library
Group: Development/Libraries/Python Group: Development/Libraries/Python
Requires: pytalloc = %{version} Requires: pytalloc = %{version}
@ -119,6 +113,7 @@ export CFLAGS="${RPM_OPT_FLAGS} -D_GNU_SOURCE ${OPTIMIZATION} -D_LARGEFILE64_SOU
CONFIGURE_OPTIONS="\ CONFIGURE_OPTIONS="\
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--libdir=%{_libdir} \ --libdir=%{_libdir} \
--disable-rpath \
--bundled-libraries=NONE \ --bundled-libraries=NONE \
--builtin-libraries=replace \ --builtin-libraries=replace \
" "
@ -128,7 +123,8 @@ CONFIGURE_OPTIONS="\
doxygen doxy.config doxygen doxy.config
%check %check
%{__make} test # make test doesn't work with --disable-rpath
#%{__make} test
%install %install
DESTDIR=${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} make install