Mailinglist Archive: opensuse-commit (1670 mails)
| < Previous | Next > |
commit beagle-index
- From: root@xxxxxxx (h_root)
- Date: Fri, 27 Oct 2006 01:58:22 +0200 (CEST)
- Message-id: <20061026235822.1580184940@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package beagle-index
checked in at Fri Oct 27 01:58:21 CEST 2006.
--------
--- GNOME/beagle-index/beagle-index.changes 2006-10-25 02:03:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/beagle-index/beagle-index.changes 2006-10-26 22:58:43.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct 26 22:58:11 CEST 2006 - joeshaw@xxxxxxx
+
+- Add a few more packages to the BuildRequires that have been
+ added since SLED, and update the scripts to newer equivalents
+ from Beagle.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ beagle-index.spec ++++++
--- /var/tmp/diff_new_pack.6YG3sK/_old 2006-10-27 01:58:05.000000000 +0200
+++ /var/tmp/diff_new_pack.6YG3sK/_new 2006-10-27 01:58:05.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package beagle-index (Version 10.2_20061003)
+# spec file for package beagle-index (Version 10.2_20061026)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -44,13 +44,15 @@
%ifnarch s390 s390x
BuildRequires: NetworkManager-kde NetworkManager-openvpn NetworkManager-vpnc capi4linux compiz fbset i4l-base i4l-isdnlog i4lfirm k3b kbd sabayon sabayon-admin xgl yast2-phone-services yast2-power-management yast2-sound yast2-tv
%endif
+# Additional packages for openSUSE 10.2
+BuildRequires: apparmor-docs freeciv ghex glade gstreamer010-doc netpbm sax2-libsax yast2-iscsi-client
%define prefix /usr
%define sysconfdir /etc/
License: GNU General Public License (GPL) - all versions
Group: Productivity/Other
Autoreqprov: on
-Version: 10.2_20061003
-Release: 8
+Version: 10.2_20061026
+Release: 1
Source0: beagle-crawl-system
Source1: beagle-merge-indexes
PreReq: beagle
@@ -97,6 +99,10 @@
/usr/sbin/*
%changelog -n beagle-index
+* Thu Oct 26 2006 - joeshaw@xxxxxxx
+- Add a few more packages to the BuildRequires that have been
+ added since SLED, and update the scripts to newer equivalents
+ from Beagle.
* Wed Oct 25 2006 - ro@xxxxxxx
- removed buildreq for kdepim3-sync
* Tue Oct 03 2006 - stbinner@xxxxxxx
++++++ beagle-crawl-system ++++++
--- GNOME/beagle-index/beagle-crawl-system 2006-02-25 15:59:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/beagle-index/beagle-crawl-system 2006-10-26 21:19:07.000000000 +0200
@@ -26,9 +26,20 @@
# SOFTWARE.
#
+# Modified from the upstream slightly for the purpose of the SUSE
+# beagle-index package.
+
umask 022
-for crawl_file in /etc//beagle/*; do
+export TMPDIR=/tmp
+
+# Mono requires a writable wapi directory
+MONO_SHARED_DIR=`mktemp -d -p $TMPDIR .beagleindexwapi.XXXXXXXXXX`|| ( echo "Can't create wapi directory!" ; exit 1 )
+chown $CRAWL_USER $MONO_SHARED_DIR
+
+for crawl_file in /etc/beagle/crawl-*; do
+ unset CRAWL_ENABLED CRAWL_DISABLE_FILTERING CRAWL_RECURSIVE CRAWL_CACHE_TEXT CRAWL_ALLOW_PATTERNS CRAWL_DENY_PATTERNS CRAWL_PATHS CRAWL_INDEX_NAME
+
if [ -f $crawl_file ] ; then
. $crawl_file
@@ -37,21 +48,24 @@
OPTIONS="`test -n "$CRAWL_DISABLE_FILTERING" -a "$CRAWL_DISABLE_FILTERING" = "yes" && \
echo --disable-filtering`"
- OPTIONS="$OPTIONS `test -n "$CRAWL_RECURSIVE" -a "$CRAWL_RECURSIVE"="yes" && \
+ OPTIONS="$OPTIONS `test -n "$CRAWL_RECURSIVE" -a "$CRAWL_RECURSIVE" = "yes" && \
echo --recursive`"
- OPTIONS="$OPTIONS `test -n "$CRAWL_CACHE_TEXT" -a "$CRAWL_CACHE_TEXT"="yes" && \
+ OPTIONS="$OPTIONS `test -n "$CRAWL_CACHE_TEXT" -a "$CRAWL_CACHE_TEXT" = "yes" && \
echo --enable-text-cache`"
OPTIONS="$OPTIONS `test -n "$CRAWL_ALLOW_PATTERNS" && \
echo --allow-pattern $CRAWL_ALLOW_PATTERNS`"
OPTIONS="$OPTIONS `test -n "$CRAWL_DENY_PATTERNS" && \
- echo --allow-pattern $CRAWL_DENY_PATTERNS`"
-
- /usr/sbin/beagle-build-index --target $RPM_BUILD_ROOT/usr/share/beagle/mergables/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS
+ echo --deny-pattern $CRAWL_DENY_PATTERNS`"
+
+ MONO_SHARED_DIR=$MONO_SHARED_DIR /usr/sbin/beagle-build-index --target $RPM_BUILD_ROOT/usr/share/beagle/mergables/$CRAWL_INDEX_NAME $OPTIONS $CRAWL_PATHS
fi
fi
done
+# delete wapi directory
+rm -rf $MONO_SHARED_DIR
+
exit 0
++++++ beagle-merge-indexes ++++++
--- GNOME/beagle-index/beagle-merge-indexes 2006-02-25 15:59:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/beagle-index/beagle-merge-indexes 2006-10-26 21:20:20.000000000 +0200
@@ -1,7 +1,15 @@
+# Mono requires a writable wapi directory
+MONO_SHARED_DIR=`mktemp -d -p $TMPDIR .beagleindexwapi.XXXXXXXXXX`|| ( echo "Can't create wapi directory!" ; exit 1 )
+
cd /usr/share/beagle/mergables/
for i in *; do
if [ ! -e /var/cache/beagle/indexes/$i ]; then
/usr/sbin/beagle-build-index --target /var/cache/beagle/indexes/$i
fi
- /usr/sbin/beagle-manage-index /var/cache/beagle/indexes/$i merge /usr/share/beagle/mergables/$i
+ MONO_SHARED_DIR=$MONO_SHARED_DIR /usr/sbin/beagle-manage-index /var/cache/beagle/indexes/$i merge /usr/share/beagle/mergables/$i
done;
+
+# delete wapi directory
+rm -rf $MONO_SHARED_DIR
+
+exit 0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |