[check_postgres] Fix FTBFS with unversioned %{_docdir_fmt} (#992052).

Ville Skyttä scop at fedoraproject.org
Thu Aug 8 11:56:05 UTC 2013


commit bbac0aa3ddbb87c5a0a2491a00a30fdde7103033
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Thu Aug 8 14:55:52 2013 +0300

    Fix FTBFS with unversioned %{_docdir_fmt} (#992052).

 check_postgres.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/check_postgres.spec b/check_postgres.spec
index 9235c68..5b9f822 100644
--- a/check_postgres.spec
+++ b/check_postgres.spec
@@ -1,7 +1,7 @@
 Summary:	PostgreSQL monitoring script
 Name:		check_postgres
 Version:	2.19.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	BSD
 Group:		Applications/Databases
 Source0:	http://bucardo.org/downloads/%{name}-%{version}.tar.gz
@@ -26,10 +26,8 @@ make %{?_smp_mflags}
 rm -rf %{buildroot}
 
 install -d %{buildroot}%{_bindir}/
-install -d %{buildroot}%{_docdir}/%{name}-%{version}
 install -d %{buildroot}%{_mandir}/man3/
 install -p -m 755 %{name}.pl %{buildroot}%{_bindir}/
-install -p -m 644 %{name}.pl.html README TODO %{buildroot}%{_docdir}/%{name}-%{version}/
 install -p -m 644 blib/man3/check_postgres.3 %{buildroot}%{_mandir}/man3/
 
 %clean
@@ -42,6 +40,9 @@ rm -rf %{buildroot}
 %{_bindir}/%{name}.pl
 
 %changelog
+* Thu Aug  8 2013 Ville Skyttä <ville.skytta at iki.fi> - 2.19.0-6
+- Fix FTBFS with unversioned %%{_docdir_fmt} (#992052).
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.19.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list