Accepting request 85330 from security

- Remove redundant tags/sections from specfile (forwarded request 82853 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/85330
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audit-visualize?expand=0&rev=9
This commit is contained in:
Ruediger Oertel 2011-09-28 15:41:03 +00:00 committed by Git OBS Bridge
parent 2a8a5ed420
commit 512e398d25
2 changed files with 9 additions and 14 deletions

View File

@ -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 Sun May 6 17:09:30 CEST 2007 - tonyj@suse.de

View File

@ -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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild
Name: audit-visualize Name: audit-visualize
@ -36,22 +35,15 @@ BuildArch: noarch
The audit-visualize package contains scripts to produce flow graphs and The audit-visualize package contains scripts to produce flow graphs and
bar charts from audit data. bar charts from audit data.
Authors:
--------
sgrubb@redhat.com
%prep %prep
%setup -q -n audit-visualize %setup -q -n audit-visualize
%build
%install %install
mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize mkdir -p $RPM_BUILD_ROOT/%_prefix/lib/%_name/visualize
mv README mkbar mkgraph $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 %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%dir %attr(755,root,root) %_prefix/lib/%_name %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 %attr(755,root,root) %_prefix/lib/%_name/visualize/mkgraph
%changelog %changelog
* Sun May 06 2007 tonyj@suse.de
- created package