Hello community,

here is the log from the commit of package eblook for openSUSE:Factory checked 
in at 2015-01-09 20:50:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/eblook (Old)
 and      /work/SRC/openSUSE:Factory/.eblook.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "eblook"

Changes:
--------
--- /work/SRC/openSUSE:Factory/eblook/eblook.changes    2011-10-03 
09:16:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.eblook.new/eblook.changes       2015-01-09 
20:51:07.000000000 +0100
@@ -1,0 +2,7 @@
+Fri Jan  9 11:57:49 UTC 2015 - dims...@opensuse.org
+
+- Add eb BuildRequires: configure checks for the presence of
+  /etc/eb.conf.
+- Run spec-cleaner.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ eblook.spec ++++++
--- /var/tmp/diff_new_pack.GYtTAd/_old  2015-01-09 20:51:08.000000000 +0100
+++ /var/tmp/diff_new_pack.GYtTAd/_new  2015-01-09 20:51:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package eblook
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,26 @@
 #
 
 
-
 Name:           eblook
-BuildRequires:  ebdev zlib-devel
-BuildRequires:  libtool
+Version:        1.6.1
+Release:        0
+Summary:        Command Line Tool for Searching Electronic Dictionaries
 License:        GPL-2.0+
 Group:          Productivity/Office/Dictionary
-PreReq:         %install_info_prereq
-Requires:       eb
-Version:        1.6.1
-Release:        143
 Url:            http://openlab.ring.gr.jp/lookup/eblook/
 # original source: 
http://openlab.ring.gr.jp/edict/eblook/dist/eblook-1.5.1.tar.gz
 Source0:        
http://openlab.ring.gr.jp/edict/eblook/dist/eblook-%{version}.tar.bz2
 Patch0:         eblook-strcpy.patch
 Patch1:         eblook-size_t.patch
 Patch2:         eblook-ssize_t.patch
+BuildRequires:  eb
+BuildRequires:  ebdev
+BuildRequires:  libtool
+BuildRequires:  zlib-devel
+Requires:       eb
+# FIXME: use proper Requires(pre/post/preun/...)
+PreReq:         %{install_info_prereq}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Summary:        Command Line Tool for Searching Electronic Dictionaries
 # Summary(ja): eblook は、EB ライブラリを用いた対話型の電子辞書検索コマンドです。
 # %description -l ja
 # eblook は、EB ライブラリを用いた対話型の電子辞書検索コマンドです。簡単な
@@ -59,7 +61,7 @@
 XEmacs.
 
 %prep
-%setup
+%setup -q
 %patch0 -p1
 %patch1 -p2
 %patch2 -p1
@@ -69,11 +71,11 @@
 %{?suse_update_config}
 libtoolize --force
 autoreconf --force --install
-%configure --with-eb-conf=/etc/eb.conf
+%configure --with-eb-conf=%{_sysconfdir}/eb.conf
 make %{?_smp_mflags}
 
 %install
-make transform="" DESTDIR=$RPM_BUILD_ROOT install
+make transform="" DESTDIR=%{buildroot} install
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/eblook.info.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to