devel/libsigc++ libsigc++-1.2.5-stylesheet.patch, NONE, 1.1 libsigc++.spec, 1.6, 1.7 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3

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


Author: mschwendt

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

Modified Files:
	libsigc++.spec .cvsignore sources 
Added Files:
	libsigc++-1.2.5-stylesheet.patch 
Log Message:
* Tue Apr 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.5-7
- 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.



libsigc++-1.2.5-stylesheet.patch:

--- NEW FILE libsigc++-1.2.5-stylesheet.patch ---
diff -Nur libsigc++-1.2.5-orig/doc/manual/Makefile.am libsigc++-1.2.5/doc/manual/Makefile.am
--- libsigc++-1.2.5-orig/doc/manual/Makefile.am	2002-09-10 17:13:55.000000000 +0200
+++ libsigc++-1.2.5/doc/manual/Makefile.am	2005-04-12 15:36:44.000000000 +0200
@@ -9,7 +9,7 @@
 DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
 
 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
 
 libsigc_manual-html.tar.gz: html
 	tar -cf - $< | gzip > $@
diff -Nur libsigc++-1.2.5-orig/doc/manual/Makefile.in libsigc++-1.2.5/doc/manual/Makefile.in
--- libsigc++-1.2.5-orig/doc/manual/Makefile.in	2003-05-15 23:19:21.000000000 +0200
+++ libsigc++-1.2.5/doc/manual/Makefile.in	2005-04-12 15:37:48.000000000 +0200
@@ -307,7 +307,7 @@
 DOCBOOK_STYLESHEET ?= http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl
 
 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
 
 libsigc_manual-html.tar.gz: html
 	tar -cf - $< | gzip > $@


Index: libsigc++.spec
===================================================================
RCS file: /cvs/extras/devel/libsigc++/libsigc++.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsigc++.spec	6 Apr 2005 22:12:23 -0000	1.6
+++ libsigc++.spec	12 Apr 2005 13:41:13 -0000	1.7
@@ -1,9 +1,7 @@
 Name:           libsigc++
 Version:        1.2.5
-Release:        6
-
+Release:        7
 Summary:        Typesafe signal framework for C++
-
 Group:          System Environment/Libraries
 License:        LGPL
 URL:            http://libsigc.sourceforge.net/
@@ -11,10 +9,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  m4
 BuildRequires:  doxygen
-BuildRequires:  libxslt
+BuildRequires:  libxslt docbook-style-xsl
 # for multilib fix
 Patch1:         libsigc++-1.2.5-pc-cflags.patch
-Buildrequires:  libtool
+Patch2:         libsigc++-1.2.5-stylesheet.patch
+# patch created with: aclocal -I scripts ; libtoolize -c -f 
+# automake -a -c -f ; autoconf ; rm -rf autom4te.cache
+Patch3:         libsigc++-1.2.5-autoregen.patch.bz2
 
 %description
 This library implements a full callback system for use in widget libraries,
@@ -43,14 +44,12 @@
 %prep
 %setup -q
 %patch1 -p1 -b .pc-cflags
+%patch2 -p1 -b .stylesheet
+%patch3 -p1 -b .autoregen
 
 
 
 %build
-aclocal -I scripts
-libtoolize -c -f
-automake -a -c -f
-autoconf
 %configure
 make %{?_smp_mflags}
 cd doc/manual
@@ -102,6 +101,11 @@
 
 
 %changelog
+* Tue Apr 12 2005 Michael Schwendt <mschwendt[AT]users.sf.net> 1.2.5-7
+- 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.
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/devel/libsigc++/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 04:47:16 -0000	1.2
+++ .cvsignore	12 Apr 2005 13:41:13 -0000	1.3
@@ -1 +1,2 @@
 libsigc++-1.2.5.tar.gz
+libsigc++-1.2.5-autoregen.patch.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/devel/libsigc++/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 04:47:16 -0000	1.2
+++ sources	12 Apr 2005 13:41:13 -0000	1.3
@@ -1 +1,2 @@
 d0d1ffcae0eced97ef4f17ce0ba81352  libsigc++-1.2.5.tar.gz
+19a5d1a582805fd8c2dddfe6d3752a52  libsigc++-1.2.5-autoregen.patch.bz2




More information about the fedora-extras-commits mailing list