[Bug 250943] Review Request: x3d-xsl - Web3D Consortium stylesheets for X3D

bugzilla at redhat.com bugzilla at redhat.com
Mon Jan 28 09:58:30 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: x3d-xsl - Web3D Consortium stylesheets for X3D


https://bugzilla.redhat.com/show_bug.cgi?id=250943





------- Additional Comments From ovasik at redhat.com  2008-01-28 04:58 EST -------
Aaaah, now I see ugly bad thing - which I had in docbook-styles-xsl when I
dropped release from dir. Your postun will unregister xsl stylesheets during
update (when only release changes and version is still the same). I recommend to
use $1 value ... (docbook-style-xsl style)

it means:

%postun
# remove entries only on removal of package
if [ "$1" = 0 ]; then
  CATALOG=%{_sysconfdir}/xml/catalog
  %{_bindir}/xmlcatalog --noout --del \
  "file://%{_datadir}/xml/x3d/xsl-stylesheets-%{version}" $CATALOG
fi


-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list