commit emacs-vm for openSUSE:Factory

2017-12-08 Thread root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2017-12-08 13:01:00

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm"

Fri Dec  8 13:01:00 2017 rev:22 rq:555019 version:8.2.0b

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2016-02-26 
00:29:32.0 +0100
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2017-12-08 
13:01:17.225236155 +0100
@@ -1,0 +2,12 @@
+Thu Dec  7 12:43:45 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-cleaner
+- Fix rpm group
+
+---
+Thu Dec  7 11:06:49 UTC 2017 - dims...@opensuse.org
+
+- Escape the usage of %{VERSION} when calling out to rpm.
+  RPM 4.14 has %{VERSION} defined as 'the main packages version'.
+
+---



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.9qghqK/_old  2017-12-08 13:01:18.661184296 +0100
+++ /var/tmp/diff_new_pack.9qghqK/_new  2017-12-08 13:01:18.661184296 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,27 +17,23 @@
 
 
 Name:   emacs-vm
-BuildRequires:  emacs-nox
-%if %suse_version  > 1140
-BuildRequires:  makeinfo
-%else
-BuildRequires:  info
-%endif
-Url:http://www.nongnu.org/viewmail/
-Requires:   ed
-Requires:   emacs
-PreReq: %install_info_prereq
 Version:8.2.0b
 Release:0
 Summary:VM - a mail reader for GNU Emacs
 License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
+Group:  Productivity/Text/Editors
+Url:http://www.nongnu.org/viewmail/
 Source: 
https://launchpad.net/vm/8.2.x/%{version}/+download/vm-%{version}.tgz
 Source2:emacs-vm-autoload.el
 # PATCH-FIX-UPSTREAM U_rev-1313.patch bsc#939497 e...@suse.com -- Fix 
Launchpad lp#793541 and lp#907286
 Patch1: U_rev-1313.patch
 Patch2: U_Require-vm-reply.el-from-vm-compose-mail.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  emacs-nox
+BuildRequires:  makeinfo
+Requires:   ed
+Requires:   emacs
+Requires(post): %{install_info_prereq}
+Requires(pre):  %{install_info_prereq}
 
 %description
 VM (View Mail) is an Emacs subsystem that allows UNIX mail to be read
@@ -55,7 +51,7 @@
 %define _vmdocdir %{_prefix}/share/doc/packages/%{name}
 
 %prep
-%setup -n vm-%{version}
+%setup -q -n vm-%{version}
 %patch1
 %patch2 -p1
 
@@ -63,28 +59,27 @@
 export LC_CTYPE=ISO-8859-1
 export EMACS_UNIBYTE=1
 EMACS="emacs --no-site"
-emacs_ver=$(rpm -q --qf '%{VERSION}' emacs)
+emacs_ver=$(rpm -q --qf '%%{VERSION}' emacs)
 rm -rf lisp/*.elc
 %configure FLAGS="-batch -q -no-site-file -no-init-file -l 
\$(srcdir)/vm-build.el" --with-etcdir=%{_vmetcdir} --with-docdir=%{_vmdocdir}
-make DESTDIR=${RPM_BUILD_ROOT} MAKEINFO="makeinfo --force"
+make %{?_smp_mflags} DESTDIR=%{buildroot} MAKEINFO="makeinfo --force"
 
 %install
-mkdir -p ${RPM_BUILD_ROOT}
-make DESTDIR=${RPM_BUILD_ROOT}  install
+mkdir -p %{buildroot}
+%make_install
 {
-  echo ";; /usr/share/emacs/site-lisp/suse-start-%{name}.el"
-  cat %{S:2}
-  echo ";; /usr/share/emacs/site-lisp/suse-start-%{name}.el ends here"
-} > ${RPM_BUILD_ROOT}%{_sitedir}/suse-start-%{name}.el
+  echo ";; %{_datadir}/emacs/site-lisp/suse-start-%{name}.el"
+  cat %{SOURCE2}
+  echo ";; %{_datadir}/emacs/site-lisp/suse-start-%{name}.el ends here"
+} > %{buildroot}%{_sitedir}/suse-start-%{name}.el
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/vm.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/vm.info%{ext_info}
 
-%postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/vm.info.gz
+%preun
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/vm.info%{ext_info}
 
 %files
-%defattr(-, root, root)
 %docdir %{_vmdocdir}
 %{_vmdocdir}
 %dir %{_sitedir}
@@ -93,17 +88,17 @@
 %{_vmdir}/*.el
 %{_vmdir}/*.elc
 %{_vmdir}/version.txt
-/usr/bin/base64-encode
-/usr/bin/base64-decode
-/usr/bin/qp-decode
-/usr/bin/qp-encode
-%doc %{_infodir}/*.gz
-%{_prefix}/share/emacs/*/etc/vm/pixmaps
-%dir %{_prefix}/share/emacs/*/etc/vm
-%exclude %{_prefix}/share/emacs/*/etc/vm/README 
-%exclude %{_prefix}/share/emacs/*/etc/vm/CHANGES 
-%exclude %{_prefix}/share/emacs/*/etc/vm/COPYING 
-%exclude %{_prefix}/share/emacs/*/etc/vm/NEWS 
-%exclude %{_prefix}/

commit emacs-vm for openSUSE:Factory

2016-02-25 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2016-02-25 22:05:15

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm"

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2015-08-05 
19:17:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2016-02-26 
00:29:32.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan 21 14:26:04 UTC 2016 - e...@suse.com
+
+- U_Require-vm-reply.el-from-vm-compose-mail.patch
+  Require vm-reply.el from vm-compose-mail (lp#913005)
+  (bsc#939497).
+
+---

New:

  U_Require-vm-reply.el-from-vm-compose-mail.patch



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.mVYM03/_old  2016-02-26 00:29:34.0 +0100
+++ /var/tmp/diff_new_pack.mVYM03/_new  2016-02-26 00:29:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,6 +36,7 @@
 Source2:emacs-vm-autoload.el
 # PATCH-FIX-UPSTREAM U_rev-1313.patch bsc#939497 e...@suse.com -- Fix 
Launchpad lp#793541 and lp#907286
 Patch1: U_rev-1313.patch
+Patch2: U_Require-vm-reply.el-from-vm-compose-mail.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,6 +57,7 @@
 %prep
 %setup -n vm-%{version}
 %patch1
+%patch2 -p1
 
 %build
 export LC_CTYPE=ISO-8859-1

++ U_Require-vm-reply.el-from-vm-compose-mail.patch ++
From: Egbert Eich 
Date: Thu Jan 21 14:47:45 2016 +0100
Subject: Require vm-reply.el from vm-compose-mail.
Patch-mainline: Upstream

References: bsc#939497

Also, cleaned up all redundant autoloads in vm-reply.el.

Uday S Reddy
https://launchpad.net/bugs/913005
http://bazaar.launchpad.net/~vm/vm/trunk/revision/1331

Signed-off-by: Egbert Eich 
Signed-off-by: Egbert Eich 
---
 lisp/vm-reply.el | 9 -
 lisp/vm.el   | 1 +
 2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/lisp/vm-reply.el b/lisp/vm-reply.el
index add837f..34b794d 100755
--- a/lisp/vm-reply.el
+++ b/lisp/vm-reply.el
@@ -114,7 +114,6 @@
   (while (re-search-forward "^" (point-max) t)
 (insert vm-included-text-prefix)))
 
-;;;###autoload
 (defun vm-fill-long-lines-in-reply ()
   (interactive)
   (let ((vm-word-wrap-paragraphs vm-word-wrap-paragraphs-in-reply)
@@ -295,7 +294,6 @@ messages of the folder are involved in this reply."
(setq re-list (cdr re-list
result)))
 
-;;;###autoload
 (defun vm-mail-yank-default (&optional message)
   "The default message yank handler when `mail-citation-hook' is set to nil."
   (save-excursion
@@ -319,7 +317,6 @@ messages of the folder are involved in this reply."
(insert vm-included-text-prefix)
(forward-line 1)
 
-;;;###autoload
 (defun vm-yank-message-other-folder (folder)
   "Like vm-yank-message except the message is yanked from a folder other
 than the one that spawned the current Mail mode buffer.  The name of the
@@ -366,7 +363,6 @@ Don't call this function from a program."
   (vm-bury-buffer newbuf)
   (vm-bury-buffer sumbuf
 
-;;;###autoload
 (defun vm-yank-message (message)
   "Yank message number N into the current buffer at point.
 When called interactively N is always read from the minibuffer.  When
@@ -627,7 +623,6 @@ specified by `vm-included-text-headers' and
   (setq alternatives (1- alternatives))
   (setq parts (cdr parts
 
-;;;###autoload
 (defun vm-mail-send-and-exit (&rest ignored)
   "Send message and maybe delete the composition buffer.
 The value of `vm-keep-sent-mesages' determines whether the composition buffer
@@ -803,7 +798,6 @@ This function is a variant of `vm-get-header-contents'."
 
 (defvar coding-system-for-write)
 
-;;;###autoload
 (defun vm-mail-send ()
   "Just like mail-send except that VM flags the appropriate message(s)
 as replied to, forwarded, etc, if appropriate."
@@ -888,7 +882,6 @@ as replied to, forwarded, etc, if appropriate."
   (vm-keep-mail-buffer (current-buffer)))
 (vm-display nil nil '(vm-mail-send) '(vm-mail-send
 
-;;;###autoload
 (defun vm-do-fcc-before-mime-encode ()
   "The name says it all.
 Sometimes you may want to save a message unencoded, specifically not to waste
@@ -923,7 +916,6 @@ storage for attachments which are stored on disk anyway."
  (vm-matched-header-contents

commit emacs-vm for openSUSE:Factory

2015-08-05 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2015-08-05 19:17:33

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm"

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2015-04-05 
02:03:46.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2015-08-05 
19:17:34.0 +0200
@@ -1,0 +2,9 @@
+Mon Jul 27 08:51:54 UTC 2015 - e...@suse.com
+
+- U_rev-1313.patch:
+  - Added a variable `vm-confirm-for-auto-archive' that controls the
+confirmation dialogue for `vm-auto-archive-messages'. (lp#793541)
+  - Add autoload for `vm-select-recipient-from-sender'.  (lp#907286)
+(bsc#939497).
+
+---

New:

  U_rev-1313.patch



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.UVzKMz/_old  2015-08-05 19:17:35.0 +0200
+++ /var/tmp/diff_new_pack.UVzKMz/_new  2015-08-05 19:17:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -24,7 +24,6 @@
 BuildRequires:  info
 %endif
 Url:http://www.nongnu.org/viewmail/
-Provides:   calc
 Requires:   ed
 Requires:   emacs
 PreReq: %install_info_prereq
@@ -33,8 +32,10 @@
 Summary:VM - a mail reader for GNU Emacs
 License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
-Source: 
https://launchpad.net/vm/8.2.x/8.2.0b/+download/vm-%{version}.tgz
+Source: 
https://launchpad.net/vm/8.2.x/%{version}/+download/vm-%{version}.tgz
 Source2:emacs-vm-autoload.el
+# PATCH-FIX-UPSTREAM U_rev-1313.patch bsc#939497 e...@suse.com -- Fix 
Launchpad lp#793541 and lp#907286
+Patch1: U_rev-1313.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,6 +55,7 @@
 
 %prep
 %setup -n vm-%{version}
+%patch1
 
 %build
 export LC_CTYPE=ISO-8859-1

++ U_rev-1313.patch ++

revno: 1313
fixes bugs: https://launchpad.net/bugs/793541 https://launchpad.net/bugs/907286
committer: Uday S Reddy 
branch nick: trunk
timestamp: Thu 2011-12-29 19:19:09 +
message:
  - Added a variable `vm-confirm-for-auto-archive' that controls the
  confirmation dialogue for `vm-auto-archive-messages'.  (Bug 793541)
  - Add autoload for `vm-select-recipient-from-sender'.  (Bug 907286)
diff:
=== modified file 'info/vm.texinfo'
--- info/vm.texinfo 2011-12-26 17:40:02 +
+++ info/vm.texinfo 2011-12-29 19:19:09 +
@@ -3487,10 +3487,15 @@
 does.  Messages saved this way are flagged ``written''.
 @findex vm-auto-archive-messages
 @kindex A
+@vindex vm-confirm-for-auto-archive
 @item A (@code{vm-auto-archive-messages})
 Save all unfiled messages that auto-match a folder via
 @code{vm-auto-folder-alist} to their appropriate folders.  Messages that
-are flagged for deletion are not saved by this command.  If invoked with a
+are flagged for deletion are not saved by this command.  This command asks
+for confirmation before archiving because it is a wholesale operation that
+cannot be easy reversed.  (Set @code{vm-confirm-for-auto-archive} to
+@code{nil} to override the confirmation dialogue.)  If the command is
+invoked with a 
 prefix argument, confirmation will be requested for each save.
 @findex vm-pipe-message-to-command
 @kindex ||

=== modified file 'lisp/vm-reply.el'
--- lisp/vm-reply.el2011-12-26 09:50:31 +
+++ lisp/vm-reply.el2011-12-29 19:19:09 +
@@ -1643,6 +1643,7 @@
   (add-hook 'vm-mail-send-hook 'vm-forget-composition-buffer nil t)
   (vm-update-ml-composition-buffer-count))
 
+;;;###autoload
 (defun vm-select-recipient-from-sender ()
   "Select a recipient's address from the current message's sender, if
 there is a current message."

=== modified file 'lisp/vm-save.el'
--- lisp/vm-save.el 2011-12-26 15:46:17 +
+++ lisp/vm-save.el 2011-12-29 19:19:09 +
@@ -105,6 +105,10 @@
 `vm-auto-folder-alist' to their appropriate folders.  Messages that
 are flagged for deletion are not saved.
 
+This command asks for confirmation before proceeding.  Set
+`vm-confirm-for-auto-archive' to nil to turn off the confirmation
+dialogue. 
+
 Prefix arg means to ask user for confirmation before saving each message.
 
 When invoked on marked messages (via `vm-next-command-uses-marks'),

=== modified f

commit emacs-vm for openSUSE:Factory

2015-04-04 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2015-04-05 02:03:45

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm"

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2013-10-25 
12:59:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2015-04-05 
02:03:46.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 11 12:47:08 UTC 2015 - dims...@opensuse.org
+
+- Use makeinfo --force to ignore the errors in vm.texinfo.
+
+---



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.8KSE9J/_old  2015-04-05 02:03:47.0 +0200
+++ /var/tmp/diff_new_pack.8KSE9J/_new  2015-04-05 02:03:47.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -62,7 +62,7 @@
 emacs_ver=$(rpm -q --qf '%{VERSION}' emacs)
 rm -rf lisp/*.elc
 %configure FLAGS="-batch -q -no-site-file -no-init-file -l 
\$(srcdir)/vm-build.el" --with-etcdir=%{_vmetcdir} --with-docdir=%{_vmdocdir}
-make DESTDIR=${RPM_BUILD_ROOT}
+make DESTDIR=${RPM_BUILD_ROOT} MAKEINFO="makeinfo --force"
 
 %install
 mkdir -p ${RPM_BUILD_ROOT}




commit emacs-vm for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2013-10-25 12:59:12

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm"

Changes:

--- /work/SRC/openSUSE:Factory/emacs-vm/emacs-vm.changes2011-09-23 
01:56:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.emacs-vm.new/emacs-vm.changes   2013-10-25 
12:59:13.0 +0200
@@ -1,0 +2,24 @@
+Thu Oct 24 14:39:54 UTC 2013 - e...@suse.com
+
+- Fixed up paths to make them package private
+- Removed duplicate files from package
+
+---
+Thu Oct 10 15:55:25 UTC 2013 - e...@suse.com
+
+- Updated package to version 8.2.0b.
+  * Fixes warnings about missing hooks removed from GNU emacs after being
+deprecated for over 10 years
+  * Fixes performance penalties caused by bidi being activated by default
+on GNU emacs 24.
+  * Updates from version 7.19 - released in 2004, 24 releases ago.
+Numerous changes and bug fixes, file 'NEWS' in the package docs list 
+the changes since 7.19.
+- Project now hosted at https://launchpad.net/vm.
+  Upstream maintainership package has been transferred from Kyle Jones
+  to the 'VM development team'.
+- vm-Makefile.patch:
+  Removed, matching Makefile no longer required since build uses autotools 
+  now.
+
+---

Old:

  vm-7.19.tar.gz
  vm-Makefile.patch

New:

  vm-8.2.0b.tgz



Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.rrGGKn/_old  2013-10-25 12:59:21.0 +0200
+++ /var/tmp/diff_new_pack.rrGGKn/_new  2013-10-25 12:59:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emacs-vm
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,21 +16,25 @@
 #
 
 
-
 Name:   emacs-vm
 BuildRequires:  emacs-nox
-Url:http://www.wonderworks.com/vm
-License:GPL-2.0+
-Group:  Productivity/Editors/Emacs
+%if %suse_version  > 1140
+BuildRequires:  makeinfo
+%else
+BuildRequires:  info
+%endif
+Url:http://www.nongnu.org/viewmail/
 Provides:   calc
-Requires:   emacs ed
+Requires:   ed
+Requires:   emacs
 PreReq: %install_info_prereq
-Version:7.19
-Release:241
+Version:8.2.0b
+Release:0
 Summary:VM - a mail reader for GNU Emacs
-Source: ftp://ftp.uni-mainz.de/gnu/vm/vm-%{version}.tar.gz
+License:GPL-2.0+
+Group:  Productivity/Editors/Emacs
+Source: 
https://launchpad.net/vm/8.2.x/8.2.0b/+download/vm-%{version}.tgz
 Source2:emacs-vm-autoload.el
-Patch:  vm-Makefile.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,31 +46,27 @@
 message forwarding, and organizing message presentation according to
 various criteria.
 
-%define _sitedir /usr/share/emacs/site-lisp
+%define _sitedir %{_prefix}/share/emacs/site-lisp
 %define _vmdir  %{_sitedir}/vm
-%define _infodir /usr/share/info
+%define _infodir %{_prefix}/share/info
+%define _vmetcdir %{_prefix}/share/emacs/${emacs_ver}/etc/vm
+%define _vmdocdir %{_prefix}/share/doc/packages/%{name}
 
 %prep
 %setup -n vm-%{version}
-%patch
 
 %build
 export LC_CTYPE=ISO-8859-1
 export EMACS_UNIBYTE=1
 EMACS="emacs --no-site"
-rm -rf *.elc
-make EMACS="${EMACS}" vm %{?_smp_mflags}
-make EMACS="${EMACS}" vm.info %{?_smp_mflags}
-make EMACS="${EMACS}" CFLAGS="$RPM_OPT_FLAGS" utils %{?_smp_mflags}
+emacs_ver=$(rpm -q --qf '%{VERSION}' emacs)
+rm -rf lisp/*.elc
+%configure FLAGS="-batch -q -no-site-file -no-init-file -l 
\$(srcdir)/vm-build.el" --with-etcdir=%{_vmetcdir} --with-docdir=%{_vmdocdir}
+make DESTDIR=${RPM_BUILD_ROOT}
 
 %install
 mkdir -p ${RPM_BUILD_ROOT}
-EMACS="emacs --no-site"
-_emacs_ver=$(rpm -q --qf '%{VERSION}' emacs)
-make EMACS="${EMACS}" LISPDIR=${RPM_BUILD_ROOT}%{_vmdir} install-vm install-el
-make INFODIR=${RPM_BUILD_ROOT}%{_infodir} install-info
-make BINDIR=${RPM_BUILD_ROOT}/usr/bin install-utils
-make PIXMAPDIR=${RPM_BUILD_ROOT}/usr/share/emacs/${_emacs_ver}/etc/vm 
install-pixmaps
+make DESTDIR=${RPM_BUILD_ROOT}  install
 {
   echo ";; /usr/share/emacs/site-lisp/suse-start-%{name}.el"
   cat %{S:2}
@@ -81,17 +81,25 @@
 
 %files
 %defattr(-, root, root)
-%doc README
+%docdir %{_vmdocdir}
+%{_vmdocdir}
 %dir %{_sitedir}
 %{_sitedir}/*.el
 %dir %{_vmdir}
 %{_vmdir}/*.el
 %{_vmdir}/*.elc
+%{_vmd

commit emacs-vm for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory 
checked in at 2011-12-06 18:08:05

Comparing /work/SRC/openSUSE:Factory/emacs-vm (Old)
 and  /work/SRC/openSUSE:Factory/.emacs-vm.new (New)


Package is "emacs-vm", Maintainer is "h...@suse.com"

Changes:




Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.V1C413/_old  2011-12-06 18:13:33.0 +0100
+++ /var/tmp/diff_new_pack.V1C413/_new  2011-12-06 18:13:33.0 +0100
@@ -20,7 +20,7 @@
 Name:   emacs-vm
 BuildRequires:  emacs-nox
 Url:http://www.wonderworks.com/vm
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Editors/Emacs
 Provides:   calc
 Requires:   emacs ed

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



commit emacs-vm for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package emacs-vm for openSUSE:Factory
checked in at Thu Sep 22 10:43:06 CEST 2011.




--- emacs-vm/emacs-vm.changes   2009-08-25 09:07:30.0 +0200
+++ /mounts/work_src_done/STABLE/emacs-vm/emacs-vm.changes  2011-09-19 
00:51:24.0 +0200
@@ -1,0 +2,7 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ emacs-vm.spec ++
--- /var/tmp/diff_new_pack.s622I2/_old  2011-09-22 10:43:03.0 +0200
+++ /var/tmp/diff_new_pack.s622I2/_new  2011-09-22 10:43:03.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package emacs-vm (Version 7.19)
+# spec file for package emacs-vm
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   emacs-vm
@@ -26,7 +25,6 @@
 Provides:   calc
 Requires:   emacs ed
 PreReq: %install_info_prereq
-AutoReqProv:on
 Version:7.19
 Release:241
 Summary:VM - a mail reader for GNU Emacs
@@ -44,12 +42,6 @@
 message forwarding, and organizing message presentation according to
 various criteria.
 
-
-
-Authors:
-
-Kyle E. Jones 
-
 %define _sitedir /usr/share/emacs/site-lisp
 %define _vmdir  %{_sitedir}/vm
 %define _infodir /usr/share/info
@@ -63,9 +55,9 @@
 export EMACS_UNIBYTE=1
 EMACS="emacs --no-site"
 rm -rf *.elc
-make EMACS="${EMACS}" vm
-make EMACS="${EMACS}" vm.info
-make EMACS="${EMACS}" CFLAGS="$RPM_OPT_FLAGS" utils
+make EMACS="${EMACS}" vm %{?_smp_mflags}
+make EMACS="${EMACS}" vm.info %{?_smp_mflags}
+make EMACS="${EMACS}" CFLAGS="$RPM_OPT_FLAGS" utils %{?_smp_mflags}
 
 %install
 mkdir -p ${RPM_BUILD_ROOT}






Remember to have fun...

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