From f1a7a4e2883dd32e8ab5869ec2ca35399a8cd914 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Feb 11 2013 12:55:30 +0000 Subject: Revert use of %make_install This macro unnecessarily hides the functionality, and results in running make install install-fedora while "install-fedora" already depends on "install". Overall the previous form seems simpler. --- diff --git a/audit-viewer.spec b/audit-viewer.spec index 20105b1..0909e02 100644 --- a/audit-viewer.spec +++ b/audit-viewer.spec @@ -1,7 +1,7 @@ Summary: Audit event viewer Name: audit-viewer Version: 0.7.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 Group: Applications/System URL: https://fedorahosted.org/audit-viewer/ @@ -22,7 +22,7 @@ A graphical utility for viewing and summarizing audit events. make %{?_smp_mflags} %install -%make_install install-fedora INSTALL='install -p' +make DESTDIR=$RPM_BUILD_ROOT install-fedora INSTALL='install -p' %find_lang audit-viewer @@ -51,6 +51,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %config(noreplace) %{_sysconfdir}/security/console.apps/audit-viewer-server %changelog +* Mon Feb 11 2013 Miloslav Trmač - 0.7.4-3 +- Revert use of %%make_install to avoid redundant make targets + * Sun Feb 10 2013 Rahul Sundaram - 0.7.4-2 - remove vendor tag from desktop file. https://fedorahosted.org/fpc/ticket/247 - clean up spec to follow current guidelines