summaryrefslogtreecommitdiff
path: root/packaging/diffutils.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/diffutils.spec')
-rw-r--r--packaging/diffutils.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/diffutils.spec b/packaging/diffutils.spec
index af528f6..70721fa 100644
--- a/packaging/diffutils.spec
+++ b/packaging/diffutils.spec
@@ -6,6 +6,7 @@ Summary: A GNU collection of diff utilities
Url: http://www.gnu.org/software/diffutils/diffutils.html
Group: Applications/Text
Source: ftp://ftp.gnu.org/gnu/diffutils/diffutils-%{version}.tar.xz
+Source1001: packaging/diffutils.manifest
Patch0: diffutils-cmp-s-empty.patch
%description
@@ -26,6 +27,7 @@ Install diffutils if you need to compare text files.
%patch0 -p1
%build
+cp %{SOURCE1001} .
%configure --disable-nls
make PR_PROGRAM=%{_bindir}/pr
@@ -38,6 +40,7 @@ rm -rf %{buildroot}
%docs_package
%files
+%manifest diffutils.manifest
%defattr(-,root,root,-)
%doc NEWS README COPYING
%{_bindir}/*