diff --git a/patchutils.spec b/patchutils.spec index 8a66ada..70b5cbc 100644 --- a/patchutils.spec +++ b/patchutils.spec @@ -8,10 +8,11 @@ Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.x Obsoletes: interdiff <= 0.0.10 Provides: interdiff = 0.0.11 Requires: patch -BuildRequires: gcc +BuildRequires: gcc BuildRequires: perl-generators BuildRequires: xmlto -BuildRequires: automake, autoconf +BuildRequires: automake +BuildRequires: autoconf %description This is a collection of programs that can manipulate patch files in @@ -30,11 +31,12 @@ patches, and simply listing the files modified by a patch. make check %install -make DESTDIR=%{buildroot} install +%make_install + %files %{!?_licensedir:%global license %doc} -%doc AUTHORS ChangeLog README BUGS NEWS +%doc AUTHORS ChangeLog README BUGS NEWS patchview/README.patchview %license COPYING %{_bindir}/* %{_mandir}/*/*