devel/libsigc++ libsigc++-1.2.5-stylesheet.patch, 1.1, 1.2 libsigc++.spec, 1.7, 1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Apr 12 13:59:52 UTC 2005


Author: mschwendt

Update of /cvs/extras/devel/libsigc++
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16161

Modified Files:
	libsigc++-1.2.5-stylesheet.patch libsigc++.spec 
Log Message:
Use xsl-stylesheets softlink, not the versioned directory.



libsigc++-1.2.5-stylesheet.patch:

Index: libsigc++-1.2.5-stylesheet.patch
===================================================================
RCS file: /cvs/extras/devel/libsigc++/libsigc++-1.2.5-stylesheet.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsigc++-1.2.5-stylesheet.patch	12 Apr 2005 13:41:13 -0000	1.1
+++ libsigc++-1.2.5-stylesheet.patch	12 Apr 2005 13:59:50 -0000	1.2
@@ -6,7 +6,7 @@
  
  html: libsigc_manual.xml
 -	xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) libsigc_manual.xml
-+	xsltproc --nonet -o html/ /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/chunk.xsl libsigc_manual.xml
++	xsltproc --nonet -o html/ /usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl libsigc_manual.xml
  
  libsigc_manual-html.tar.gz: html
  	tar -cf - $< | gzip > $@
@@ -18,7 +18,7 @@
  
  html: libsigc_manual.xml
 -	xsltproc -o html/ --catalogs $(DOCBOOK_STYLESHEET) libsigc_manual.xml
-+	xsltproc --nonet -o html/ /usr/share/sgml/docbook/xsl-stylesheets-1.68.1-1/xhtml/chunk.xsl libsigc_manual.xml
++	xsltproc --nonet -o html/ /usr/share/sgml/docbook/xsl-stylesheets/xhtml/chunk.xsl libsigc_manual.xml
  
  libsigc_manual-html.tar.gz: html
  	tar -cf - $< | gzip > $@


Index: libsigc++.spec
===================================================================
RCS file: /cvs/extras/devel/libsigc++/libsigc++.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libsigc++.spec	12 Apr 2005 13:41:13 -0000	1.7
+++ libsigc++.spec	12 Apr 2005 13:59:50 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           libsigc++
 Version:        1.2.5
-Release:        7
+Release:        8
 Summary:        Typesafe signal framework for C++
 Group:          System Environment/Libraries
 License:        LGPL
@@ -101,7 +101,7 @@
 
 
 %changelog
-* Tue Apr 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.5-7
+* Tue Apr 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.5-8
 - Add BR docbook-style-xsl and patch doc/manual to use it instead of
   an external http stylesheet.
 - Replace libtool/autofoo calls with ~145KiB patch.




More information about the fedora-extras-commits mailing list