From ca5d993fbf4e8f6fd777306ea5a1c62b502ae1f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Fri, 30 Jan 2009 09:44:27 +0000 Subject: [PATCH] install all the documentation to the usual docdir (#225707) --- dosfstools.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dosfstools.spec b/dosfstools.spec index e815133..4216fd9 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -1,7 +1,7 @@ Name: dosfstools Summary: Utilities for making and checking MS-DOS FAT filesystems on Linux Version: 3.0.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ Group: Applications/System Source0: http://www.daniel-baumann.ch/software/dosfstools/%{name}-%{version}.tar.gz @@ -17,6 +17,7 @@ drives or on floppies. %prep %setup -q +sed -i 's,\$(DOCDIR)/%{name}$,&-%{version},' Makefile %build make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" @@ -30,12 +31,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc %{_datadir}/doc/%{name}/ %doc ChangeLog COPYING /sbin/* %{_mandir}/man8/* %changelog +* Fri Jan 30 2009 Stepan Kasal - 3.0.1-2 +- install all the documentation to the usual docdir (#225707) + * Mon Jan 19 2009 Peter Vrabec - 3.0.1-1 - upgrade - include ChangeLog and COPYING (#225707)