Pascal Bleser 2012-01-24 00:05:30 +00:00 committed by Git OBS Bridge
parent cae8f1fc7e
commit ec1b302c41
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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: