-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatchutils.spec
More file actions
46 lines (38 loc) · 967 Bytes
/
patchutils.spec
File metadata and controls
46 lines (38 loc) · 967 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Summary: Patches utilities
Name: patchutils
Version: 0.4.2
Release: 1
License: GPLv2+
Group: Text tools
URL: https://cyberelk.net/tim/software/patchutils/
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz
Requires: patch
Requires: diffutils
Provides: interdiff
Obsoletes: interdiff < 0.3.1
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool-base
BuildRequires: slibtool
BuildRequires: make
BuildRequires: pkgconfig(libpcre2-posix)
BuildRequires: xmlto
%description
Patchutils contains interdiff and filterdiff.
You can use interdiff to create an incremental patch between two patches
that are against a common source tree.
Filterdiff is for extracting or excluding patches from a patch set based
on modified files matching shell wildcards.
%prep
%autosetup -p1
%configure
%build
%make_build
%check
make tests
%install
%make_install
%files
%doc BUGS ChangeLog TODO COPYING
%{_bindir}/*
%{_mandir}/man1/*