Hello community,

here is the log from the commit of package emacs-w3m for openSUSE:Factory 
checked in at 2018-07-23 18:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emacs-w3m (Old)
 and      /work/SRC/openSUSE:Factory/.emacs-w3m.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emacs-w3m"

Mon Jul 23 18:02:04 2018 rev:2 rq:624607 version:1.4.631

Changes:
--------
--- /work/SRC/openSUSE:Factory/emacs-w3m/emacs-w3m.changes      2018-07-22 
23:03:48.592940070 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-w3m.new/emacs-w3m.changes 2018-07-23 
18:02:48.196797090 +0200
@@ -1,0 +2,6 @@
+Sat Jul 14 12:34:36 UTC 2018 - [email protected]
+
+- Trim bias from description.
+- Replace old RPM shell vars by macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ emacs-w3m.spec ++++++
--- /var/tmp/diff_new_pack.dxTtnj/_old  2018-07-23 18:02:49.016796076 +0200
+++ /var/tmp/diff_new_pack.dxTtnj/_new  2018-07-23 18:02:49.016796076 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           emacs-w3m
-Summary:        A simple interface program to use w3m with Emacs
+Summary:        An interface program to use w3m with Emacs
 License:        GPL-2.0-or-later
 Group:          Productivity/Networking/Web/Browsers
 # Summary(ja): w3m を Emacs 上で動かすためのプログラムです
@@ -55,14 +55,12 @@
 # 考えました.
 
 %description
-Emacs-w3m is a simple interface program to use w3m with Emacs.
+Emacs-w3m is an interface program to use w3m with Emacs.
 
 W3 is the most well known WEB browser which works on (X)Emacs, but it
-is very slow. w3m-el is a simple and speedy alternative.
-
-Emacs-w3m uses w3m, which is a pager with WWW capability, developed by
-Akinori ITO. It is a pager, but it can be used as a text-mode WWW
-browser.
+is very slow. Emacs-w3m is an alternative. It uses w3m, which is a pager
+with WWW capability, developed by Akinori ITO. It is a pager, but it
+can be used as a text-mode WWW browser.
 
 %prep
 %setup -q
@@ -72,29 +70,26 @@
 %define emacs_sitelisp_dir %{_datadir}/emacs/site-lisp
 %define emacs_package_dir %{emacs_sitelisp_dir}/w3m
 autoreconf --force --install
-export CFLAGS="$RPM_OPT_FLAGS" 
-./configure --prefix=%{_prefix} \
-            --infodir=%{_infodir} \
+%configure \
             --with-lispdir=%{emacs_package_dir} \
             --with-icondir=%{emacs_package_dir} \
             --with-emacs=emacs 
 make 
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{emacs_package_dir}
-make install DESTDIR=$RPM_BUILD_ROOT
-make install-icons DESTDIR=$RPM_BUILD_ROOT
+mkdir -p %{buildroot}/%{emacs_package_dir}
+%make_install install-icons
 {
   echo ";; %{emacs_sitelisp_dir}/suse-start-%{name}.el"
   echo ""
   echo "(add-to-list 'load-path \"%{emacs_package_dir}\")"
   echo ""
-  cat $RPM_SOURCE_DIR/suse-start.el
+  cat %{_sourcedir}/suse-start.el
   echo ""
   echo ";; %{emacs_sitelisp_dir}/suse-start-%{name}.el ends here"
 } > %{buildroot}%{emacs_sitelisp_dir}/suse-start-%{name}.el
-rm -f $RPM_BUILD_ROOT/%{_infodir}/dir
-rm -f $RPM_BUILD_ROOT%{emacs_package_dir}/ChangeLog*
+rm -f %{buildroot}/%{_infodir}/dir
+rm -f %{buildroot}/%{emacs_package_dir}/ChangeLog*
 
 %post
 for i in emacs-w3m emacs-w3m-ja


Reply via email to