diff --git a/c_count.changes b/c_count.changes index b8f4f9a..136c67c 100644 --- a/c_count.changes +++ b/c_count.changes @@ -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 diff --git a/c_count.spec b/c_count.spec index b998ba4..8a07df3 100644 --- a/c_count.spec +++ b/c_count.spec @@ -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: