Hello community, here is the log from the commit of package xslide for openSUSE:Factory checked in at 2016-04-12 19:37:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xslide (Old) and /work/SRC/openSUSE:Factory/.xslide.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xslide" Changes: -------- --- /work/SRC/openSUSE:Factory/xslide/xslide.changes 2011-09-23 12:52:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xslide.new/xslide.changes 2016-04-12 19:37:21.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Mar 24 09:42:07 UTC 2016 - [email protected] + +- Remove or replace ancient RPM tags and sections + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xslide.spec ++++++ --- /var/tmp/diff_new_pack.oqV92z/_old 2016-04-12 19:37:22.000000000 +0200 +++ /var/tmp/diff_new_pack.oqV92z/_new 2016-04-12 19:37:22.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package xslide (Version 0.2.2) +# spec file for package xslide # -# Copyright (c) 2008 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 @@ -15,40 +15,28 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: xslide -BuildRequires: emacs-nox +Version: 0.2.2 +Release: 0 +Summary: XSL Integrated Development Environment License: GPL-2.0+ Group: Productivity/Editors/Emacs -Requires: emacs_program psgml -AutoReqProv: on -Summary: XSL Integrated Development Environment -Version: 0.2.2 -Release: 241 -Source: http://unc.dl.sourceforge.net/sourceforge/xslide/xslide-%{version}.tar.gz +Url: http://www.menteith.com/xslide/ +Source: http://downloads.sf.net/xslide/xslide-%version.tar.gz Source10: COPYING -# Patch0: xslide-0.2.dif Patch1: suse-start-xslide.dif -Url: http://www.menteith.com/xslide/ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +BuildRequires: emacs-nox +Requires: emacs_program +Requires: psgml %description An Emacs mode to edit XSL files. - - -Authors: --------- - Tony Graham <[email protected]> - %prep -# %setup -T -c -# unzip -o -a %{SOURCE0} %setup -q -# %patch0 -p 1 %patch1 -p 1 cp %{S:10} . @@ -56,26 +44,21 @@ make xslide %install -[ -z $RPM_BUILD_ROOT ] || rm -fr $RPM_BUILD_ROOT -install -d -m755 $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide \ - $RPM_BUILD_ROOT%{_infodir} +install -dm0755 "%buildroot/usr/share/emacs/site-lisp/xslide" \ + "%buildroot/%_infodir" # to avoid timestamp problems, install .el files first. -install -p -m644 *.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide +install -p -m644 *.el "%buildroot/usr/share/emacs/site-lisp/xslide/" install -p -m644 suse-start-xslide.el \ - $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/suse-start-xslide.el + "%buildroot/usr/share/emacs/site-lisp/suse-start-xslide.el" install -p -m644 *.el *.elc \ - $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/xslide -export RPM_BUILD_ROOT - -%clean -rm -rf $RPM_BUILD_ROOT + "%buildroot/usr/share/emacs/site-lisp/xslide" %files %defattr(-,root,root) %doc TODO README.TXT NEWS dot_emacs %doc COPYING %doc xslide-initial.xsl -%config /usr/share/emacs/site-lisp/suse-start-xslide.el -/usr/share/emacs/site-lisp/xslide +%config %_datadir/emacs/site-lisp/suse-start-xslide.el +%_datadir/emacs/site-lisp/xslide %changelog
