Hello community,

here is the log from the commit of package dovecot12 for openSUSE:Factory
checked in at Thu Sep 22 10:42:30 CEST 2011.



--------
--- dovecot12/dovecot12.changes 2011-08-30 20:28:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/dovecot12/dovecot12.changes    2011-09-18 
19:34:11.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ dovecot12.spec ++++++
--- /var/tmp/diff_new_pack.asDDEd/_old  2011-09-22 10:42:26.000000000 +0200
+++ /var/tmp/diff_new_pack.asDDEd/_new  2011-09-22 10:42:26.000000000 +0200
@@ -119,10 +119,6 @@
 compatible with UW-IMAP and Courier IMAP servers as well as mail
 clients accessing the mailboxes directly.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
-
 %package backend-mysql
 License:        BSD3c ; LGPLv2.1+ ; MIT
 Summary:        MySQL support for Dovecot
@@ -144,10 +140,6 @@
 
 This package holds the files needed for MySQL support.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
-
 %package backend-pgsql
 License:        BSD3c ; LGPLv2.1+ ; MIT
 Summary:        PostgreSQL support for Dovecot
@@ -169,10 +161,6 @@
 
 This package holds the files needed for PostgreSQL support.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
-
 %if 0%{?with_sqlite}
 
 %package backend-sqlite
@@ -196,9 +184,6 @@
 
 This package holds the files needed for SQLite support.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
 %endif
 
 %if 0%{?with_clucene}
@@ -224,9 +209,6 @@
 
 This package holds the files needed for fulltext search support via CLucene.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
 %endif
 
 %if 0%{?with_solr}
@@ -252,9 +234,6 @@
 
 This package holds the files needed for fulltext search support via solr.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
 %endif
 
 %package devel
@@ -279,10 +258,6 @@
 This package holds the file needed to compile plugins outside of the
 dovecot tree.
 
-Authors:
---------
-    Timo Sirainen <[email protected]>
-
 %prep
 %setup -q -n %{pkg_name}-%{version} -a 1 -a 6
 %patch -p1
@@ -298,9 +273,6 @@
 
 %build
 export CFLAGS="%{optflags}"
-%if 0%{?suse_version} > 1000
-    export CFLAGS="$CFLAGS -fstack-protector"
-%endif
 if [ -f /usr/share/gettext/config.rpath -a ! -f config.rpath ] ; then
     %{__cp} -v /usr/share/gettext/config.rpath .
 fi
@@ -318,7 +290,6 @@
 export LIBS="-pie"
 %configure                                          \
     --sysconfdir=%{_sysconfdir}/%{pkg_name}         \
-    --libexecdir=%{_prefix}/lib                     \
     --with-moduledir=%{_libdir}/%{pkg_name}/modules \
     --with-ioloop=best                              \
     --with-static-userdb                            \
@@ -345,7 +316,7 @@
     --with-docs                                     \
     --disable-static                                \
     --enable-header-install
-%{__make}
+make %{?_smp_mflags}
 pushd %{dovecot_sieve_source_dir}
     if [ -f /usr/share/gettext/config.rpath -a ! -f config.rpath ] ; then
         %{__cp} -v /usr/share/gettext/config.rpath .
@@ -359,11 +330,10 @@
     export CPPFLAGS="$CFLAGS -fno-strict-aliasing"
     %configure                                      \
     --sysconfdir=%{_sysconfdir}/%{pkg_name}         \
-    --libexecdir=%{_prefix}/lib/                    \
     --with-dovecot=../                              \
     --disable-static                                \
     --enable-pie
-    make
+    make %{?_smp_mflags}
 popd
 pushd %{dovecot_managesieve_source_dir}
     if [ -f /usr/share/gettext/config.rpath -a ! -f config.rpath ] ; then
@@ -376,13 +346,12 @@
     autoconf
     %configure                                      \
     --sysconfdir=%{_sysconfdir}/%{pkg_name}         \
-    --libexecdir=%{_prefix}/lib/                    \
     --with-moduledir=%{_libdir}/%{pkg_name}/modules \
     --with-dovecot=../                              \
     --with-dovecot-sieve=../%{dovecot_sieve_source_dir} \
     --disable-static                                \
     --enable-pie
-    make
+    make %{?_smp_mflags}
 popd
 
 %install
@@ -430,9 +399,6 @@
 # install firewall services
 %{__install} -D -m 644 %{S:7} 
%{buildroot}%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{pkg_name}
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %pre
 /usr/sbin/groupadd -r %{pkg_name} &>/dev/null || :
 /usr/sbin/useradd -o -g %{pkg_name} -s /bin/false -r -c "User for Dovecot 
imapd" -d %{_var}/run/%{pkg_name} %{pkg_name} &>/dev/null || :


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



Remember to have fun...

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

Reply via email to