From bbac0aa3ddbb87c5a0a2491a00a30fdde7103033 Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Aug 08 2013 11:55:52 +0000 Subject: Fix FTBFS with unversioned %{_docdir_fmt} (#992052). --- 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ä - 2.19.0-6 +- Fix FTBFS with unversioned %%{_docdir_fmt} (#992052). + * Sat Aug 03 2013 Fedora Release Engineering - 2.19.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild