rpms/audit-viewer/devel audit-viewer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Miloslav Trmac (mitr) fedora-extras-commits at redhat.com
Sat May 3 23:21:23 UTC 2008


Author: mitr

Update of /cvs/pkgs/rpms/audit-viewer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9141/devel

Modified Files:
	.cvsignore sources 
Added Files:
	audit-viewer.spec 
Log Message:
Import audit-viewer



--- NEW FILE audit-viewer.spec ---
Summary: Audit event viewer
Name: audit-viewer
Version: 0.2
Release: 2
License: GPLv2
Group: Applications/System
URL: https://fedorahosted.org/audit-viewer/
# https://fedorahosted.org/audit-viewer/attachment/wiki/AuditViewerDownloads/audit-viewer-%{version}.tar.bz2?format=raw
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: desktop-file-utils, gettext, perl(XML::Parser), python
Requires: audit-libs-python, pygtk2-libglade, python-gtkextra, usermode
Requires: usermode-gtk

%description
A graphical utility for viewing and summarizing audit events.

%prep
%setup -q

%build
%configure --disable-update-mimedb
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install-fedora

%find_lang audit-viewer

# FIXME: drop --remove-key=Encoding in the next release
desktop-file-install --vendor=fedora \
	--dir $RPM_BUILD_ROOT/%{_datadir}/applications --delete-original \
	--remove-key=Encoding \
	$RPM_BUILD_ROOT/%{_datadir}/applications/audit-viewer.desktop

%post
update-desktop-database &> /dev/null || :
update-mime-database %{_datadir}/mime &> /dev/null || :

%postun
update-desktop-database &> /dev/null || :
update-mime-database %{_datadir}/mime &> /dev/null || :

%clean
rm -rf $RPM_BUILD_ROOT

%files -f audit-viewer.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog NEWS README
%{_bindir}/audit-viewer
%{_datadir}/applications/fedora-audit-viewer.desktop
%{_datadir}/audit-viewer
%{_datadir}/mime/packages/audit-viewer.xml
%{_libexecdir}/audit-viewer-server
%{_libexecdir}/audit-viewer-server-real
%config(noreplace) %{_sysconfdir}/pam.d/audit-viewer-server
%config(noreplace) %{_sysconfdir}/security/console.apps/audit-viewer-server


%changelog
* Fri Apr 18 2008 Miloslav Trmač <mitr at redhat.com> - 0.2-2
- Add URL:
- Modify .desktop file installation to conform to guidelines
- Add missing BuildRequires:

* Tue Apr 15 2008 Miloslav Trmač <mitr at redhat.com> - 0.2-1
- Update to audit-viewer-0.2.

* Fri Feb  1 2008 Miloslav Trmač <mitr at redhat.com>
- Initial package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit-viewer/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	30 Apr 2008 16:59:50 -0000	1.1
+++ .cvsignore	3 May 2008 23:20:49 -0000	1.2
@@ -0,0 +1 @@
+audit-viewer-0.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit-viewer/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	30 Apr 2008 16:59:50 -0000	1.1
+++ sources	3 May 2008 23:20:49 -0000	1.2
@@ -0,0 +1 @@
+64c1b62a94a4fd80607b6a5ec953990d  audit-viewer-0.2.tar.bz2




More information about the fedora-extras-commits mailing list