7.12
OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=2
This commit is contained in:
parent
cae8f1fc7e
commit
ec1b302c41
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 00:05:05 UTC 2012 - pascal.bleser@opensuse.org
|
||||
|
||||
- minor spec file cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 18 07:23:53 UTC 2010 - pascal.bleser@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# norootforbuild
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
||||
Name: c_count
|
||||
Version: 7.12
|
||||
@ -24,7 +24,7 @@ of systems.
|
||||
%configure \
|
||||
--enable-warnings
|
||||
|
||||
%__make %{?jobs:-j%{jobs}}
|
||||
%__make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
@ -35,7 +35,7 @@ pushd testing
|
||||
popd #testing
|
||||
|
||||
%clean
|
||||
%__rm -rf "%{buildroot}"
|
||||
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -44,4 +44,3 @@ popd #testing
|
||||
%doc %{_mandir}/man1/c_count.1%{ext_man}
|
||||
|
||||
%changelog
|
||||
# vim: set sw=4 ts=4 et nu:
|
||||
|
Loading…
Reference in New Issue
Block a user