diff --git a/diffstat.spec b/diffstat.spec index 4dd9b47..0ad8086 100644 --- a/diffstat.spec +++ b/diffstat.spec @@ -1,7 +1,7 @@ Summary: A utility which provides statistics based on the output of diff. Name: diffstat Version: 1.38 -Release: 2 +Release: 3 Group: Development/Tools License: distributable URL: http://dickey.his.com/diffstat/diffstat.html @@ -26,7 +26,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir}/man1 +%makeinstall mandir=$RPM_BUILD_ROOT%{_mandir} %clean rm -rf $RPM_BUILD_ROOT @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/*/* %changelog +* Tue Jul 26 2005 Tim Waugh 1.38-3 +- Fixed man page location (bug #164296). + * Wed Mar 2 2005 Tim Waugh 1.38-2 - Rebuild for new GCC.