rpms/docbook-style-xsl/F-7 docbook-style-xsl.spec,1.35,1.36

Ondrej Vasik (ovasik) fedora-extras-commits at redhat.com
Tue Jan 22 14:07:27 UTC 2008


Author: ovasik

Update of /cvs/extras/rpms/docbook-style-xsl/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30108

Modified Files:
	docbook-style-xsl.spec 
Log Message:
little change in destdir to automate fix of buggy update from docbook-style-xsl-1.73.2-2.fc7(#429214)


Index: docbook-style-xsl.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook-style-xsl/F-7/docbook-style-xsl.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- docbook-style-xsl.spec	11 Dec 2007 13:10:01 -0000	1.35
+++ docbook-style-xsl.spec	22 Jan 2008 14:06:47 -0000	1.36
@@ -1,6 +1,6 @@
 Name: docbook-style-xsl
 Version: 1.73.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Text
 
 Summary: Norman Walsh's XSL stylesheets for DocBook XML
@@ -58,8 +58,8 @@
 %install
 DESTDIR=$RPM_BUILD_ROOT
 rm -rf $DESTDIR
-make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/xsl-stylesheets-%{version}
-ln -s xsl-stylesheets-%{version} \
+make install BINDIR=$DESTDIR/usr/bin DESTDIR=$DESTDIR/usr/share/sgml/docbook/xsl-stylesheets--%{version}
+ln -s xsl-stylesheets--%{version} \
 	$DESTDIR/usr/share/sgml/docbook/xsl-stylesheets
 
 # Don't ship the extensions (bug #177256).
@@ -77,7 +77,7 @@
 %doc README
 %doc TODO
 %doc doc
-/usr/share/sgml/docbook/xsl-stylesheets-%{version}
+/usr/share/sgml/docbook/xsl-stylesheets--%{version}
 /usr/share/sgml/docbook/xsl-stylesheets
 
 
@@ -85,16 +85,16 @@
 CATALOG=/etc/xml/catalog
 /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
  "http://docbook.sourceforge.net/release/xsl/%{version}" \
- "file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
+ "file:///usr/share/sgml/docbook/xsl-stylesheets--%{version}" $CATALOG
 /usr/bin/xmlcatalog --noout --add "rewriteURI" \
  "http://docbook.sourceforge.net/release/xsl/%{version}" \
- "file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
+ "file:///usr/share/sgml/docbook/xsl-stylesheets--%{version}" $CATALOG
 /usr/bin/xmlcatalog --noout --add "rewriteSystem" \
  "http://docbook.sourceforge.net/release/xsl/current" \
- "file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
+ "file:///usr/share/sgml/docbook/xsl-stylesheets--%{version}" $CATALOG
 /usr/bin/xmlcatalog --noout --add "rewriteURI" \
  "http://docbook.sourceforge.net/release/xsl/current" \
- "file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
+ "file:///usr/share/sgml/docbook/xsl-stylesheets--%{version}" $CATALOG
 
 
 %postun
@@ -102,10 +102,16 @@
 if [ "$1" = 0 ]; then
   CATALOG=/etc/xml/catalog
   /usr/bin/xmlcatalog --noout --del \
-   "file:///usr/share/sgml/docbook/xsl-stylesheets-%{version}" $CATALOG
+   "file:///usr/share/sgml/docbook/xsl-stylesheets--%{version}" $CATALOG
 fi
 
 %changelog
+* Tue Jan 22 2008 Ondrej Vasik <ovasik at redhat.com> 1.73.2-4
+- little change in destdir to make update from buggy 
+  docbook-style-xsl-1.73.2-2.fc7 working automatically
+  (requested by #429214, will be changed back in next
+   update)
+
 * Tue Dec 11 2007 Ondrej Vasik <ovasik at redhat.com> 1.73.2-3
 - correction of Makefile(shiping all xsl in lib subdir)
 - remove entries from xmlcatalog only on removal of package




More information about the fedora-extras-commits mailing list