Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2012-09-17 14:11:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/talloc (Old)
 and      /work/SRC/openSUSE:Factory/.talloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "talloc", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes    2012-06-13 
10:05:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes       2012-09-17 
14:11:14.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Jun 28 16:29:25 UTC 2012 - [email protected]
+
+- Disable rpath while configure.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ talloc.spec ++++++
--- /var/tmp/diff_new_pack.50Tr81/_old  2012-09-17 14:11:15.000000000 +0200
+++ /var/tmp/diff_new_pack.50Tr81/_new  2012-09-17 14:11:15.000000000 +0200
@@ -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.
 #
@@ -15,11 +15,9 @@
 # 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)")}
 
-
 Name:           talloc
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
@@ -36,13 +34,13 @@
 BuildRequires:  pkgconfig
 %endif
 BuildRequires:  python-devel
-License:        LGPL-3.0+
-Group:          System/Libraries
 Url:            http://talloc.samba.org/
 Version:        2.0.7
 Release:        0
 PreReq:         /sbin/ldconfig
 Summary:        Samba talloc Library
+License:        LGPL-3.0+
+Group:          System/Libraries
 Source:         http://download.samba.org/pub/talloc/talloc-%{version}.tar.gz
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -56,9 +54,8 @@
 
 %define libtalloc_name libtalloc2
 %package -n %{libtalloc_name}
-License:        LGPL-3.0+
-Group:          System/Libraries
 Summary:        Libraries and Header Files to Develop Programs with talloc2 
Support
+Group:          System/Libraries
 Provides:       bundled(libreplace)
 
 %description -n %{libtalloc_name}
@@ -71,7 +68,6 @@
 
 
 %package -n libtalloc-devel
-License:        LGPL-3.0+
 Summary:        Libraries and Header Files to Develop Programs with talloc2 
Support
 Group:          Development/Libraries/C and C++
 Requires:       %{libtalloc_name} = %{version}
@@ -86,7 +82,6 @@
 
 
 %package -n pytalloc
-License:        LGPL-3.0+
 Summary:        Python bindings for the Talloc library
 Group:          Development/Libraries/Python
 Requires:       %{libtalloc_name} = %{version}
@@ -96,7 +91,6 @@
 
 
 %package -n pytalloc-devel
-License:        LGPL-3.0+
 Summary:        Developer tools for the Talloc library
 Group:          Development/Libraries/Python
 Requires:       pytalloc = %{version}
@@ -119,6 +113,7 @@
 CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
+       --disable-rpath \
        --bundled-libraries=NONE \
        --builtin-libraries=replace \
 "
@@ -128,7 +123,8 @@
 doxygen doxy.config
 
 %check
-%{__make} test
+# make test doesn't work with --disable-rpath
+#%{__make} test
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to