[postgresql_autodoc/el6] Update to 1.41

Devrim GÜNDÜZ devrim at fedoraproject.org
Tue Feb 26 21:07:56 UTC 2013


commit 4d2096a67fafecc986bbcc0c5372c56afc5e43fa
Author: Devrim GUNDUZ <devrim at gunduz.org>
Date:   Tue Feb 26 23:07:32 2013 +0200

    Update to 1.41

 .gitignore                        |    2 +-
 postgresql_autodoc-makefile.patch |    8 ++++----
 postgresql_autodoc.spec           |   11 ++++++-----
 sources                           |    2 +-
 4 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ffc99a..4dd68c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-postgresql_autodoc-1.40.tar.gz
+/postgresql_autodoc-1.41.tar.gz
diff --git a/postgresql_autodoc-makefile.patch b/postgresql_autodoc-makefile.patch
index 4bd4711..5b09693 100644
--- a/postgresql_autodoc-makefile.patch
+++ b/postgresql_autodoc-makefile.patch
@@ -1,11 +1,11 @@
---- Makefile.old	2009-10-13 01:23:11.000000000 +0300
-+++ Makefile	2009-10-13 01:23:15.000000000 +0300
+--- Makefile.old	2013-02-26 22:31:15.005218887 +0200
++++ Makefile	2013-02-26 22:31:18.276218962 +0200
 @@ -1,8 +1,6 @@
- # $Header: /home/fedora/jkeating/pkgs/rpms/postgresql_autodoc/EL-6/postgresql_autodoc-makefile.patch,v 1.1 2009/10/12 22:44:33 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
diff --git a/postgresql_autodoc.spec b/postgresql_autodoc.spec
index 275b904..c6a02d8 100644
--- a/postgresql_autodoc.spec
+++ b/postgresql_autodoc.spec
@@ -1,6 +1,6 @@
 Name:		postgresql_autodoc
-Version:	1.40
-Release:	3%{?dist}
+Version:	1.41
+Release:	1%{?dist}
 Summary:	PostgreSQL AutoDoc Utility
 Group:		Applications/Databases
 License:	BSD
@@ -30,9 +30,6 @@ 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}
 
 %clean
@@ -42,8 +39,12 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %{_bindir}/%{name}
 %{_datadir}/%{name}
+%{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Tue Feb 26 2013 - Devrim GUNDUZ <devrim at gunduz.org> 1.41-1
+- Update to 1.41
+
 * Fri Apr 30 2010 Devrim GÜNDÜZ <devrim at gunduz.org> - 1.40-3
 - Remove postgresql-server dependency. Fixes #471740.
 
diff --git a/sources b/sources
index 7a965a5..366a5cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-68c91ec94051b45feb4ed801698c4149  postgresql_autodoc-1.40.tar.gz
+a23ae4a49bfd0c14375b3ea6e04cd5b9  postgresql_autodoc-1.41.tar.gz


More information about the scm-commits mailing list