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:
parent
9ee027e8e1
commit
9446fa792d
@ -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
|
Sat Aug 11 15:22:26 UTC 2012 - puzel@suse.com
|
||||||
|
|
||||||
|
@ -45,9 +45,12 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%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}
|
%doc %{_mandir}/man1/ccache.1%{ext_man}
|
||||||
%{_bindir}/ccache
|
%{_bindir}/ccache
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user