# Spec file for rhdb-utils. # Authors: Liam Stewart , Andrew Overholt # , Tom Lane # Copyright (C) 2002-2012 Red Hat, Inc. Summary: Miscellaneous utilities for PostgreSQL - Red Hat Edition Name: rhdb-utils Version: 9.2.0 Release: 5%{?dist} URL: http://pgfoundry.org/projects/pgfiledump/ License: GPLv2+ Group: Applications/Databases BuildRequires: postgresql-devel Source0: http://pgfoundry.org/frs/download.php/3391/pg_filedump-%{version}.tar.gz Source1: pg_filedump.1 Patch1: pg_filedump-make.patch %description This package contains miscellaneous, non-graphical tools originally developed for PostgreSQL - Red Hat Edition. %prep %setup -q -n pg_filedump-%{version} %patch1 -p1 %build #Following flags needed as per rh##596204 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -fwrapv" make %{?_smp_mflags} %install mkdir -p ${RPM_BUILD_ROOT}%{_bindir} install -p -m 755 pg_filedump ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1 install -p -m 0644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_mandir}/man1 %files %defattr(-,root,root,-) %{_bindir}/pg_filedump %doc README.pg_filedump %{_mandir}/man1/pg_filedump.1* %changelog * Fri Jan 24 2014 Daniel Mach - 9.2.0-5 - Mass rebuild 2014-01-24 * Fri Dec 27 2013 Daniel Mach - 9.2.0-4 - Mass rebuild 2013-12-27 * Tue Jun 18 2013 Pavel Raiskup - 9.2.0-3 - add manual page generated by help2man utility (private #948934) * Thu Feb 14 2013 Fedora Release Engineering - 9.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Nov 13 2012 Tom Lane 9.2.0-1 - Update pg_filedump to version 9.2.0, to support PostgreSQL 9.2. * Sat Jul 21 2012 Fedora Release Engineering - 9.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 9.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sat Nov 26 2011 Tom Lane 9.1.0-1 - Update pg_filedump to version 9.1.0, to support PostgreSQL 9.1. - Point to new upstream home at pgfoundry.org. * Wed Feb 09 2011 Fedora Release Engineering - 9.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 29 2010 Tom Lane 9.0.0-1 - Update pg_filedump to version 9.0.0, to support PostgreSQL 9.0. - Relabel license as PostgreSQL now that that's separately recognized by OSI. * Wed Sep 29 2010 jkeating - 8.4.0-5 - Rebuilt for gcc bug 634757 * Sat Sep 11 2010 Parag Nemade 8.4.0-4 - Merge-review cleanup (#226370) * Fri Jun 4 2010 Tom Lane 8.4.0-3 - Add -fno-strict-aliasing to CFLAGS per rpmdiff complaint, and -fwrapv too just to be on the safe side. Related: #596204 * Tue Jan 19 2010 Tom Lane 8.4.0-2 - Correct License: tag to reflect that pg_crc.c is copied from postgresql. * Tue Aug 18 2009 Tom Lane 8.4.0-1 - Update pg_filedump to version 8.4.0, to support PostgreSQL 8.4. * Sun Jul 26 2009 Fedora Release Engineering - 8.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Wed Feb 25 2009 Fedora Release Engineering - 8.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Fri Feb 8 2008 Tom Lane 8.3.0-1 - Update pg_filedump to version 8.3.0, to support PostgreSQL 8.3. * Thu Aug 2 2007 Tom Lane 8.2.0-2 - Update License tag to match code. * Wed Feb 14 2007 Tom Lane 8.2.0-1 - Update pg_filedump to version 8.2.0, to support PostgreSQL 8.2. Resolves: #224175 * Wed Jul 12 2006 Jesse Keating - 8.1.1-1.2.2 - rebuild * Fri Feb 10 2006 Jesse Keating - 8.1.1-1.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 8.1.1-1.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Mon Nov 21 2005 Tom Lane 8.1.1-1 - Update pg_filedump to version 8.1.1, to fix a couple of oversights. - Simplify specfile a bit. * Mon Nov 21 2005 Tom Lane 8.1-1 - Update pg_filedump to version 8.1, to support PostgreSQL 8.1. - Change version numbering so that major version matches corresponding PostgreSQL version. * Wed Mar 2 2005 Tom Lane 4.0-3 - Rebuild for gcc4 update. * Fri Feb 11 2005 Tom Lane 4.0-2 - Adjust build to honor $RPM_OPT_FLAGS. * Thu Feb 10 2005 Tom Lane 4.0-1 - Update pg_filedump to version 4.0, to support PostgreSQL 8.0. - Keep pg_crc.c on hand as a plain source file instead of a patch. Easier to compare to main PG sources that way. * Tue Jun 15 2004 Elliot Lee - rebuilt * Mon Apr 5 2004 Tom Lane - Update outdated URL. * Fri Feb 20 2004 Tom Lane - Remove beta label from pg_filedump. * Fri Feb 20 2004 Tom Lane - Update to version 3.0. - Increment Buildrequires to >= PostgreSQL 7.4 - Rebuild for Fedora Core 2. * Fri Feb 13 2004 Elliot Lee - rebuilt * Fri Nov 21 2003 David Jee 2.0-2 - Remove Distribution tag. - Rebuild for Fedora Core 1. * Thu May 29 2003 Andrew Overholt - Bump to version 2.0. - Modify distribution. - Increment Buildrequires to >= PostgreSQL 7.3 * Wed Sep 11 2002 Andrew Overholt - Changed revision to 1. * Mon Jul 8 2002 Liam Stewart - Updated summary and description. * Thu Jul 4 2002 Liam Stewart - Updated Source0 entry. * Wed Jun 26 2002 Liam Stewart - Group fix. * Mon Jun 24 2002 Liam Stewart - Initial build.