diff --git a/audit-visualize.changes b/audit-visualize.changes index d140f6d..fa49935 100644 --- a/audit-visualize.changes +++ b/audit-visualize.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 17 13:39:23 UTC 2011 - jengelh@medozas.de + +- Remove redundant tags/sections from specfile + ------------------------------------------------------------------- Sun May 6 17:09:30 CEST 2007 - tonyj@suse.de diff --git a/audit-visualize.spec b/audit-visualize.spec index 799598b..48bd201 100644 --- a/audit-visualize.spec +++ b/audit-visualize.spec @@ -1,7 +1,7 @@ # -# spec file for package audit-visualize (Version 1.5.2) +# spec file for package audit-visualize # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: audit-visualize @@ -36,22 +35,15 @@ BuildArch: noarch The audit-visualize package contains scripts to produce flow graphs and bar charts from audit data. - - -Authors: --------- - sgrubb@redhat.com - %prep %setup -q -n audit-visualize +%build + %install mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize mv README mkbar mkgraph $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %dir %attr(755,root,root) %_prefix/lib/%_name @@ -61,5 +53,3 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %_prefix/lib/%_name/visualize/mkgraph %changelog -* Sun May 06 2007 tonyj@suse.de -- created package