From ec1b302c413bb7bdf432974f07d54e88813fef1ce3a705e3edd7f52c608727d3 Mon Sep 17 00:00:00 2001 From: Pascal Bleser Date: Tue, 24 Jan 2012 00:05:30 +0000 Subject: [PATCH] 7.12 OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=2 --- c_count.changes | 5 +++++ c_count.spec | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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: