[postgresql_autodoc/f18] Update to 1.41

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


commit bf007b3b56732dd254dd02992f86cfdb318c6da0
Author: Devrim GUNDUZ <devrim at gunduz.org>
Date:   Tue Feb 26 23:02:13 2013 +0200

    Update to 1.41

 postgresql_autodoc-makefile.patch |    8 ++++----
 postgresql_autodoc.spec           |   13 ++++++++-----
 2 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/postgresql_autodoc-makefile.patch b/postgresql_autodoc-makefile.patch
index a69830d..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/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
diff --git a/postgresql_autodoc.spec b/postgresql_autodoc.spec
index eb5ad6d..48123f5 100644
--- a/postgresql_autodoc.spec
+++ b/postgresql_autodoc.spec
@@ -1,6 +1,6 @@
 Name:		postgresql_autodoc
-Version:	1.40
-Release:	5%{?dist}
+Version:	1.41
+Release:	1%{?dist}
 Summary:	PostgreSQL AutoDoc Utility
 Group:		Applications/Databases
 License:	BSD
@@ -26,13 +26,12 @@ describes the database.
 %patch0 -p0
 
 %build
+# Temp fix.
+mv %{name}.1 %{name}.1.in
 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 +41,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
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.40-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list