Accepting request 140742 from home:namtrac:bugfix

- Implement %check
- Don't install INSTALL.* files

OBS-URL: https://build.opensuse.org/request/show/140742
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=25
This commit is contained in:
Ismail Dönmez 2012-11-09 13:41:30 +00:00 committed by Git OBS Bridge
parent 9ee027e8e1
commit 9446fa792d
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