rpms/docbook2X/EL-4 .cvsignore, 1.4, 1.5 docbook2X.spec, 1.4, 1.5 sources, 1.4, 1.5

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Mon Dec 10 09:50:48 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/docbook2X/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3750

Modified Files:
	.cvsignore docbook2X.spec sources 
Log Message:
sync with latest spec


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/docbook2X/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	18 May 2006 14:03:00 -0000	1.4
+++ .cvsignore	10 Dec 2007 09:50:05 -0000	1.5
@@ -1 +1 @@
-docbook2X-0.8.7.tar.gz
+docbook2X-0.8.8.tar.gz


Index: docbook2X.spec
===================================================================
RCS file: /cvs/extras/rpms/docbook2X/EL-4/docbook2X.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- docbook2X.spec	18 May 2006 14:03:00 -0000	1.4
+++ docbook2X.spec	10 Dec 2007 09:50:05 -0000	1.5
@@ -1,21 +1,20 @@
 Name:           docbook2X
-Version:        0.8.7
+Version:        0.8.8
 Release:        1%{?dist}
 Summary:        Convert docbook into man and Texinfo
 
 Group:          Applications/Text
 License:        BSD
 URL:            http://docbook2x.sourceforge.net/
-Source0:        http://ovh.dl.sourceforge.net/sourceforge/docbook2x/docbook2X-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/docbook2x/docbook2X-%{version}.tar.gz
 
-# modify Makefile.in to replace make install_perl by make install_vendor
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libxslt openjade
+BuildRequires:  perl libxslt openjade texinfo %{_bindir}/sgml2xml
 # required by the perl -c calls during build
-BuildRequires:  perl-XML-SAX
+BuildRequires:  perl(XML::SAX::ParserFactory)
 # rpmlint isn't happy with libxslt, but we need xsltproc
-Requires:       libxslt openjade texinfo
+Requires:       libxslt openjade texinfo %{_bindir}/sgml2xml
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
@@ -32,19 +31,16 @@
 # to avoid clashing with docbook2* from docbook-utils
 %configure --program-transform-name='s/docbook2/db2x_docbook2/'
 make %{?_smp_mflags}
-mkdir html
-cp doc/*.html html
+rm -rf __dist_html
+mkdir -p __dist_html/html
+cp -p doc/*.html __dist_html/html
 
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -c -p'
 rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type f -name 'perllocal.pod' -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
 
 
 %clean
@@ -60,7 +56,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING README THANKS AUTHORS html/
+%doc COPYING README THANKS AUTHORS __dist_html/html/
 %{_bindir}/db2x_manxml
 %{_bindir}/db2x_texixml
 %{_bindir}/db2x_xsltproc
@@ -68,19 +64,35 @@
 %{_bindir}/db2x_docbook2texi
 %{_bindir}/sgml2xml-isoent
 %{_bindir}/utf8trans
-%{_datadir}/docbook2X/
-%{_mandir}/man1/*
+%dir %{_datadir}/docbook2X
+%{_datadir}/docbook2X/VERSION
+%dir %{_datadir}/docbook2X/charmaps
+%dir %{_datadir}/docbook2X/dtd
+%dir %{_datadir}/docbook2X/xslt
+%{_datadir}/docbook2X/charmaps/*
+%{_datadir}/docbook2X/dtd/*
+%{_datadir}/docbook2X/xslt/*
+%{_mandir}/man1/*.1*
 %{_infodir}/docbook2*
 
 
 %changelog
-* Thu May 18 2006 Patrice Dumas <dumas at centre-cired.fr> - 0.8.7-1
+* Wed Aug  8 2007 Patrice Dumas <pertusus at free.fr> 0.8.8-1
+- update to 0.8.8
+
+* Mon Sep 11 2006 Patrice Dumas <pertusus at free.fr> 0.8.7-2
+- correct the perl-XML-SAX to be perl(XML::SAX::ParserFactory)
+
+* Thu May 18 2006 Patrice Dumas <pertusus at free.fr> - 0.8.7-1
 - update to 0.8.7
 
-* Fri Feb 17 2006 Patrice Dumas <dumas at centre-cired.fr> - 0.8.6-1
+* Fri Feb 17 2006 Patrice Dumas <pertusus at free.fr> - 0.8.6-1
 - update to 0.8.6
 - drop patch as SGMLSpl.pm is included in the scripts, not distributed
 - BR perl-XML-SAX (close 188481)
 
-* Fri Feb  3 2006 Patrice Dumas <dumas at centre-cired.fr> - 0.8.5-1
+* Fri Feb 17 2006 Patrice Dumas <pertusus at free.fr> - 0.8.5-2
+- rebuild for fc5
+
+* Fri Feb  3 2006 Patrice Dumas <pertusus at free.fr> - 0.8.5-1
 - FE submission


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/docbook2X/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	18 May 2006 14:03:00 -0000	1.4
+++ sources	10 Dec 2007 09:50:05 -0000	1.5
@@ -1 +1 @@
-bef029e10d29b182a7a782b483db1b36  docbook2X-0.8.7.tar.gz
+b9b76a6af198c4f44574cfd17a322f01  docbook2X-0.8.8.tar.gz




More information about the scm-commits mailing list