--- /dev/null
+These packaging files are contributd by users of ccache. I do not
+maintain them, and they may well need updating before you use them.
+
+I don't distribute binary packages of ccache myself, but if you wish
+to add ccache to a distribution then that's OK
--- /dev/null
+Summary: Compiler Cache\r
+Name: ccache\r
+Version: 1.8\r
+Release: 1\r
+Group: Development/Languages\r
+License: GPL\r
+URL: http://ccache.samba.org/\r
+Source: ccache-%{version}.tar.gz\r
+BuildRoot: %{_tmppath}/%{name}-%{version}-root\r
+\r
+%description\r
+ccache caches gcc output files\r
+\r
+%prep\r
+%setup -q\r
+\r
+%build\r
+%configure\r
+make\r
+\r
+install -d -m 0755 $RPM_BUILD_ROOT%{_bindir}\r
+install -m 0755 ccache $RPM_BUILD_ROOT%{_bindir}\r
+install -d -m 0755 $RPM_BUILD_ROOT%{_mandir}/man1\r
+install -m 0644 ccache.1 $RPM_BUILD_ROOT%{_mandir}/man1\r
+\r
+%files\r
+%defattr(-,root,root)\r
+%doc README\r
+%{_mandir}/man1/ccache.1*\r
+%{_bindir}/ccache\r
+\r
+%clean\r
+[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT\r
+\r
+%changelog\r
+* Mon Apr 01 2002 Peter Jones <pjones@redhat.com>\r
+- Created the package\r