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:
commit
21355a5dd3
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user