Hello community,

here is the log from the commit of package pam_ldap for openSUSE:Factory 
checked in at 2012-02-14 13:07:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_ldap (Old)
 and      /work/SRC/openSUSE:Factory/.pam_ldap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_ldap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_ldap/pam_ldap.changes        2011-12-08 
11:54:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pam_ldap.new/pam_ldap.changes   2012-02-14 
13:07:35.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec  7 13:34:58 UTC 2011 - [email protected]
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Use %_smp_mflags for parallel building
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pam_ldap.spec ++++++
--- /var/tmp/diff_new_pack.fYJdGs/_old  2012-02-14 13:07:36.000000000 +0100
+++ /var/tmp/diff_new_pack.fYJdGs/_new  2012-02-14 13:07:36.000000000 +0100
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:           pam_ldap
 BuildRequires:  automake
 BuildRequires:  openldap2-devel
@@ -29,7 +31,7 @@
 Version:        185
 Release:        0
 Summary:        A PAM Module for LDAP Authentication
-Url:            http://www.padl.com/OSS/pam_ldap.html
+URL:            http://www.padl.com/OSS/pam_ldap.html
 Source:         pam_ldap-%{version}.tar.bz2
 Source1:        README.SuSE
 Source2:        baselibs.conf
@@ -46,12 +48,6 @@
 
 Compatibility with the nss_ldap configuration file format
 
-
-
-Authors:
---------
-    PADL Software Pty Ltd <[email protected]>
-
 %prep
 %setup
 %patch -E
@@ -63,20 +59,16 @@
 %build
 %{suse_update_config -f}
 autoreconf
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --enable-nds \
+export CFLAGS="%optflags -fno-strict-aliasing"
+%configure --enable-nds \
                                     --with-ldap-lib=openldap \
-                                   --libdir=/%{_lib} \
-                                    --mandir=%{_mandir} \
-                                   --sysconfdir=/etc
-make
+           --libdir=/%{_lib}
+make %{?_smp_Mflags}
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install
 rm $RPM_BUILD_ROOT/etc/ldap.conf
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc COPYING.LIB README README.SuSE ChangeLog ldap.conf pam.d

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

Reply via email to