#2 Small improvements in spec file
Merged 3 years ago by twaugh. Opened 3 years ago by sergiomb.
rpms/ sergiomb/patchutils master  into  master

file modified
+6 -4
@@ -8,10 +8,11 @@ 

  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 @@ 

  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}/*/*

no initial comment

rebased onto 8808933

3 years ago

Pull-Request has been merged by twaugh

3 years ago