Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 696935 Details for
Bug 845688
Update postgresql_autodoc and fix FTBS in all branches
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
git patch of the changed proposed by the submitter.
0001-Update-to-1.41.patch (text/plain), 6.43 KB, created by
Pierre-YvesChibon
on 2013-02-13 17:19:36 UTC
(
hide
)
Description:
git patch of the changed proposed by the submitter.
Filename:
MIME Type:
Creator:
Pierre-YvesChibon
Created:
2013-02-13 17:19:36 UTC
Size:
6.43 KB
patch
obsolete
>From 6248ddea4eecc4a3df7a7caa8d42216d69c5a4ed Mon Sep 17 00:00:00 2001 >From: Pierre-Yves Chibon <pingou@pingoured.fr> >Date: Wed, 13 Feb 2013 18:17:04 +0100 >Subject: [PATCH] Update to 1.41 > >--- > postgresql_autodoc-makefile.patch | 16 +++++++-- > postgresql_autodoc.1.in | 67 +++++++++++++++++++++++++++++++++++++ > postgresql_autodoc.spec | 55 ++++++++++++++++-------------- > 3 files changed, 109 insertions(+), 29 deletions(-) > create mode 100644 postgresql_autodoc.1.in > >diff --git a/postgresql_autodoc-makefile.patch b/postgresql_autodoc-makefile.patch >index a69830d..07a6d40 100644 >--- a/postgresql_autodoc-makefile.patch >+++ b/postgresql_autodoc-makefile.patch >@@ -1,11 +1,21 @@ >---- Makefile.old 2009-10-13 01:23:11.000000000 +0300 >-+++ Makefile 2009-10-13 01:23:15.000000000 +0300 >+diff -Nur postgresql_autodoc/Makefile postgresql_autodoc-makefile/Makefile >+--- postgresql_autodoc/Makefile 2012-08-03 18:16:59.416768903 +0200 >++++ postgresql_autodoc-makefile/Makefile 2012-08-03 18:17:20.508963554 +0200 > @@ -1,8 +1,6 @@ >- # $Header: /home/fedora/jkeating/pkgs/rpms/postgresql_autodoc/devel/postgresql_autodoc-makefile.patch,v 1.1 2009/10/12 22:43:03 devrim Exp $ >+ # $Header: /cvsroot/autodoc/autodoc/Makefile,v 1.9 2009/08/11 18:50:02 rbt Exp $ > > # install configuration > -DESTDIR = > -PREFIX = /usr/local > BINDIR = ${PREFIX}/bin > DATADIR = ${PREFIX}/share/postgresql_autodoc >+ MANDIR = ${PREFIX}/share/man/man1 >+@@ -44,7 +42,7 @@ >+ for entry in ${TEMPLATES} ; \ >+ do ${INSTALL_SCRIPT} -m 644 $${entry} ${DESTDIR}${DATADIR} ; \ >+ done >+- ${INSTALL_SCRIPT} ${MANPAGE} ${DESTDIR}${MANDIR} >++ ${INSTALL_SCRIPT} ${MANPAGE} -m 664 ${DESTDIR}${MANDIR} > >+ uninstall: >+ -rm ${DESTDIR}${BINDIR}/${BINARY} >diff --git a/postgresql_autodoc.1.in b/postgresql_autodoc.1.in >new file mode 100644 >index 0000000..3a3ecc0 >--- /dev/null >+++ b/postgresql_autodoc.1.in >@@ -0,0 +1,67 @@ >+.TH POSTGRESQL_AUTODOC 1 "19 July 2009" >+.SH NAME >+postgresql_autodoc \- creates postgresql tables overview >+.SH SYNOPSIS >+.B postgresql_autodoc >+[options] >+.SH DESCRIPTION >+This is a utility which will run through PostgreSQL system tables and >+returns HTML, DOT, and 2 styles of XML which describes the database. >+.PP >+The HTML is human readable (via webbrowser). The first style of XML is >+actually the fileformat of Dia, a UML diagram tool. The second type of >+XML is similar to the HTML but in the Docbook 4 format. It enables yous >+to mix in other docbook documentation via the XREFs, generating PDFs, >+HTML, RTF, or other formatted documents. Between these tools and JavaDoc >+with the appropriate XREFs, documentation about a project can be generated >+quickly and be easily updatable yet have a very professional look with >+some DSSSL work. >+.SH OPTIONS >+.TP >+.B \-d <dbname> >+Specify database name to connect to (default: current user) >+.TP >+.B \-f <file> >+Specify output file prefix (default: current user) >+.TP >+.B \-h <host> >+Specify database server host (default: localhost) >+.TP >+.B \-p <port> >+Specify database server port (default: 5432) >+.TP >+.B \-u <username> >+Specify database username (default: current user) >+.TP >+.B \-\-password=<pw> >+Specify database password (default: blank) >+ >+If no password is specified, one is prompted for. >+.TP >+.B \-l <path> >+Path to the templates (default: @@TEMPLATE-DIR@@) >+.TP >+.B \-t <output> >+Type of output wanted (default: All in template library) >+.TP >+.B \-s <schema> >+Specify a specific schema to match. Technically this is a >+regular expression but anything other than a specific name >+may have unusual results. >+.TP >+.B \-m <regexp> >+Show only tables/objects with names matching the specified regular >+expression. >+.TP >+.B \-\-table=<args> >+Tables to export. Multiple tables may be provided using a >+comma-separated list, i.e. table,table2,table3. >+.TP >+.B \-\-statistics >+In 7.4 and later, with the contrib module pgstattuple installed we >+can gather statistics on the tables in the database >+(average size, free space, disk space used, dead tuple counts, etc.) >+This is disk intensive on large databases as all pages must be visited. >+.SH AUTHOR >+Rod Taylor <autodoc@rbt.ca> >+ >diff --git a/postgresql_autodoc.spec b/postgresql_autodoc.spec >index eb5ad6d..1b6de87 100644 >--- a/postgresql_autodoc.spec >+++ b/postgresql_autodoc.spec >@@ -1,20 +1,22 @@ >-Name: postgresql_autodoc >-Version: 1.40 >-Release: 5%{?dist} >-Summary: PostgreSQL AutoDoc Utility >-Group: Applications/Databases >-License: BSD >-URL: http://www.rbt.ca/autodoc/ >-Source0: http://www.rbt.ca/autodoc/binaries/%{name}-%{version}.tar.gz >-Patch0: %{name}-makefile.patch >-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-BuildArch: noarch >- >-BuildRequires: perl(DBD::Pg) >-BuildRequires: perl(HTML::Template), perl(Term::ReadKey) >- >-Requires: perl-TermReadKey >-Requires: perl(DBD::Pg) >+Name: postgresql_autodoc >+Version: 1.41 >+Release: 1%{?dist} >+Summary: PostgreSQL AutoDoc Utility >+Group: Applications/Databases >+License: BSD >+URL: http://www.rbt.ca/autodoc >+Source0: http://www.rbt.ca/autodoc/binaries/%{name}-%{version}.tar.gz >+ >+# Tarball doesn't ship the .in file, that the Makefile expects >+# http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/~checkout~/autodoc/autodoc/postgresql_autodoc.1.in?rev=1.1&content-type=text/plain >+Source1: %{name}.1.in >+ >+# Correct prefix and manpage permissions >+Patch0: %{name}-makefile.patch >+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >+BuildArch: noarch >+ >+Requires: perl(DBD::Pg) > > %description > This is a utility which will run through PostgreSQL system >@@ -23,27 +25,28 @@ describes the database. > > %prep > %setup -q -n %{name} >-%patch0 -p0 >+%patch0 -p1 >+cp -p %{SOURCE1} . > > %build > PREFIX=%{_usr} make %{?_smp_mflags} > > %install >-rm -rf %{buildroot} >-install -d %{buildroot}/%{_bindir}/ >-install -d %{buildroot}/%{_datadir}/ı >-install -d %{buildroot}/%{_datadir}/%{name} >-DESTDIR=%{buildroot} PREFIX=%{_usr} make install %{?_smp_mflags} >+DESTDIR=%{buildroot} PREFIX=%{_prefix} make install %{?_smp_mflags} > >-%clean >-rm -rf %{buildroot} > > %files >-%defattr(-,root,root,-) > %{_bindir}/%{name} > %{_datadir}/%{name} >+%{_mandir}/man1/%{name}.1* > > %changelog >+* Wed Aug 1 2012 Volker Fröhlich <volker27@gmx.at> - 1.41-1 >+- New upstream release >+- Remove now unnecessary defattr >+- Add manpage and necessary source >+- Remove unnecessary BRs >+ > * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40-5 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >-- >1.7.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 845688
: 696935