Hello community, here is the log from the commit of package xmlformat for openSUSE:Factory checked in at 2018-01-13 21:48:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlformat (Old) and /work/SRC/openSUSE:Factory/.xmlformat.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlformat" Sat Jan 13 21:48:03 2018 rev:15 rq:563622 version:1.04 Changes: -------- --- /work/SRC/openSUSE:Factory/xmlformat/xmlformat.changes 2011-09-23 12:51:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlformat.new/xmlformat.changes 2018-01-13 21:48:03.976903373 +0100 @@ -1,0 +2,5 @@ +Thu Jan 4 14:56:32 UTC 2018 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlformat.spec ++++++ --- /var/tmp/diff_new_pack.nIxEzZ/_old 2018-01-13 21:48:04.596874469 +0100 +++ /var/tmp/diff_new_pack.nIxEzZ/_new 2018-01-13 21:48:04.596874469 +0100 @@ -1,7 +1,7 @@ # -# spec file for package xmlformat (Version 1.04) +# spec file for package xmlformat # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,56 +15,41 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: xmlformat -BuildRequires: perl -Summary: XML document formatter Version: 1.04 -Release: 102 +Release: 0 +Summary: XML document formatter License: BSD-3-Clause Group: Productivity/Publishing/XML +URL: http://www.kitebird.com/software/xmlformat/ Source0: http://www.kitebird.com/software/xmlformat/%{name}-%{version}.tar.bz2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: perl BuildArch: noarch -Url: http://www.kitebird.com/software/xmlformat/ -Prefix: %{_prefix} -DocDir: %{_docdir} %description xmlformat is a configurable formatter (or "pretty-printer") for XML -documents. It provides control over indentation, line-breaking, and -text wrapping. These properties can be defined on a per-element basis. +documents. It provides control over indentation, line-breaking, and text +wrapping. These properties can be defined on a per-element basis. -xmlformat provides improved diagnostic information when a document is -not well-formed. (Prints line and token number, and stack trace). - - - -Authors: --------- - Paul DuBois <paul |at| kitebird |dot| com> +xmlformat provides improved diagnostic information when a document is not +well-formed. (Prints line and token number, and stack trace). %prep %setup -q %build -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; -mkdir -p $RPM_BUILD_ROOT%{prefix}/bin/ $RPM_BUILD_ROOT%{_docdir} %install -install -m755 xmlformat.pl $RPM_BUILD_ROOT%{prefix}/bin/ -install -m755 xmlformat.rb $RPM_BUILD_ROOT%{prefix}/bin/ - -%clean -rm -fr %{buildroot} +install -Dpm 0755 xmlformat.pl \ + %{buildroot}%{_bindir}/xmlformat.pl +install -Dpm 0755 xmlformat.rb \ + %{buildroot}%{_bindir}/xmlformat.rb %files -%defattr(-, root, root) %doc BUGS ChangeLog INSTALL LICENSE README TODO %doc bad* test.conf %doc docs tests -%{prefix}/bin/xmlformat.* +%{_bindir}/xmlformat.* %changelog
