summaryrefslogtreecommitdiff
path: root/packaging/make.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/make.spec')
-rw-r--r--packaging/make.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/make.spec b/packaging/make.spec
index 30be11a..e9d6889 100644
--- a/packaging/make.spec
+++ b/packaging/make.spec
@@ -7,12 +7,14 @@ Summary: GNU make
License: GPL-2.0+
Group: Development/Tools/Building
Source: make-%version.tar.bz2
+Source1001: make.manifest
%description
The GNU make command with extensive documentation.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
CFLAGS=$RPM_OPT_FLAGS \
@@ -27,6 +29,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
ln -s make $RPM_BUILD_ROOT/usr/bin/gmake
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%license COPYING
/usr/bin/make