Accepting request 140745 from devel:tools:building

- Implement %check
- Don't install INSTALL.* files (forwarded request 140742 from namtrac)

OBS-URL: https://build.opensuse.org/request/show/140745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=22
This commit is contained in:
Stephan Kulow 2012-11-11 07:14:49 +00:00 committed by Git OBS Bridge
commit 21355a5dd3
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 9 13:37:23 UTC 2012 - idonmez@suse.com
- Implement %check
- Don't install INSTALL.* files
-------------------------------------------------------------------
Sat Aug 11 15:22:26 UTC 2012 - puzel@suse.com

View File

@ -45,9 +45,12 @@ make %{?_smp_mflags}
%install
make install DESTDIR=%{buildroot}
%check
make check
%files
%defattr(-,root,root,-)
%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
%doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
%doc %{_mandir}/man1/ccache.1%{ext_man}
%{_bindir}/ccache