Hello community,

here is the log from the commit of package clisp for openSUSE:Factory checked 
in at 2011-12-25 17:33:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clisp (Old)
 and      /work/SRC/openSUSE:Factory/.clisp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/clisp/clisp.changes      2011-12-08 
11:48:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clisp.new/clisp.changes 2011-12-25 
17:33:34.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Dec 18 15:49:35 UTC 2011 - [email protected]
+
+- minor portability fixes:
+  * don't call autoreconf for libsigsegv (not needed since sigsegv patch
+    has been removed in lately)
+  * require fdupes, dbus-1-devel and xorg-x11-devel only on recent suse
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ clisp.spec ++++++
--- /var/tmp/diff_new_pack.1Akagn/_old  2011-12-25 17:33:35.000000000 +0100
+++ /var/tmp/diff_new_pack.1Akagn/_new  2011-12-25 17:33:35.000000000 +0100
@@ -15,11 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+# minimum suse version where the full featured package builds
+%define min_suse_ver 1030
+
 Name:           clisp
 BuildRequires:  automake
 BuildRequires:  db-devel
-BuildRequires:  dbus-1-devel
-BuildRequires:  fdupes
 BuildRequires:  gdbm-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libglade2-devel
@@ -27,7 +29,11 @@
 BuildRequires:  pcre-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  readline-devel
+%if 0%{?suse_version} >= %min_suse_ver
+BuildRequires:  dbus-1-devel
+BuildRequires:  fdupes
 BuildRequires:  xorg-x11-devel
+%endif
 #
 # If set to yes do not forget to add
 #   gcc-c++
@@ -186,7 +192,6 @@
 #
 SEGV=${PWD}/libsigsegv
 pushd libsigsegv-*/
-  autoreconf
   ./configure --build ${SYSTEM} ${DEBUG}\
        --prefix=%{_prefix}             \
        --libdir=%{_libdir}
@@ -236,7 +241,9 @@
 %endif
        --with-dynamic-modules          \
        --with-gettext                  \
+%if 0%{?suse_version} >= %min_suse_ver
        --with-module=dbus              \
+%endif
        --with-module=queens            \
        --with-module=gdbm              \
        --with-module=gtk2              \
@@ -307,7 +314,9 @@
 rm -f %{buildroot}${CLXDOC}/demos/*.orig
 find  %{buildroot}${LSPLIB}/ -name '*.dvi' | xargs -r rm -f
 find  %{buildroot}${LSPLIB}/ -name '*.run' | xargs -r chmod 0755
+%if 0%{?suse_version} >= %min_suse_ver
 %fdupes %{buildroot}${LSPLIB}/
+%endif
 %find_lang clisp
 %find_lang clisplow clisp.lang
 


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

Reply via email to