summaryrefslogtreecommitdiff
path: root/packaging/ccache.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/ccache.spec')
-rw-r--r--packaging/ccache.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/ccache.spec b/packaging/ccache.spec
index 6e6086f..82efc69 100644
--- a/packaging/ccache.spec
+++ b/packaging/ccache.spec
@@ -27,6 +27,7 @@ License: GPLv3+
Url: http://ccache.samba.org/
Group: Development/Languages/C and C++
Source0: http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
+Source1001: ccache.manifest
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: zlib-devel
@@ -39,6 +40,7 @@ again. Supported languages are C, C++, Objective-C and Objective-C++.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
%configure
@@ -51,6 +53,7 @@ make install DESTDIR=%{buildroot}
rm -rf %{buildroot}
%files
+%manifest %{name}.manifest
%defattr(-,root,root,-)
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
%doc %{_mandir}/man1/ccache.1%{ext_man}