Hello community, here is the log from the commit of package xmlstarlet for openSUSE:Factory checked in at 2014-10-14 07:12:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xmlstarlet (Old) and /work/SRC/openSUSE:Factory/.xmlstarlet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xmlstarlet" Changes: -------- --- /work/SRC/openSUSE:Factory/xmlstarlet/xmlstarlet.changes 2013-07-16 16:27:58.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xmlstarlet.new/xmlstarlet.changes 2014-10-14 07:12:49.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Oct 13 08:52:37 UTC 2014 - [email protected] + +- SPEC file changes + - Added link from /usr/bin/xml to /usr/bin/xmlstarlet as other + distributions do the same + - Did the same for the manpage + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xmlstarlet.spec ++++++ --- /var/tmp/diff_new_pack.F3FxVa/_old 2014-10-14 07:12:50.000000000 +0200 +++ /var/tmp/diff_new_pack.F3FxVa/_new 2014-10-14 07:12:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xmlstarlet # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -65,6 +65,12 @@ %__mv "%{buildroot}%{_datadir}/doc"/* _docs/ %__rm -rf "%{buildroot}%{_datadir}/doc" +cd %{buildroot}%{_bindir} +ln -s xml %{name} + +cd %{buildroot}%{_mandir}/man1/ +ln -s %{name}.1%{ext_man} xml.1%{ext_man} + %clean %{?buildroot:%__rm -rf "%{buildroot}"} @@ -73,6 +79,8 @@ %doc AUTHORS ChangeLog NEWS README Copyright TODO %doc _docs/* %{_bindir}/xml -%doc %{_mandir}/man1/xmlstarlet.1%{ext_man} +%{_bindir}/%{name} +%doc %{_mandir}/man1/%{name}.1%{ext_man} +%doc %{_mandir}/man1/xml.1%{ext_man} %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
