[mate-file-archiver] fix up spec

Dan Mashal vicodan at fedoraproject.org
Wed Jan 23 09:29:11 UTC 2013


commit ee132aeb2555a1525048075ab7b3d3afa6b6698e
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Jan 23 01:28:46 2013 -0800

    fix up spec

 mate-file-archiver.spec |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)
---
diff --git a/mate-file-archiver.spec b/mate-file-archiver.spec
index 22c13b4..6a72c43 100644
--- a/mate-file-archiver.spec
+++ b/mate-file-archiver.spec
@@ -2,12 +2,10 @@ Name:           mate-file-archiver
 Version:        1.5.1
 Release:        3%{?dist}
 Summary:        MATE Desktop file archiver
-
 License:        GPLv2+ and LGPLv2+
 URL:            http://mate-desktop.org
 Source0:        http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
 
-
 BuildRequires:  mate-common
 BuildRequires:  desktop-file-utils
 BuildRequires:  glib2-devel
@@ -40,17 +38,17 @@ NOCONFIGURE=1 ./autogen.sh
    --with-gtk=2.0          \
    --enable-caja-actions
 
-make V=1 %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 
 %install
 make install DESTDIR=%{buildroot}
 
-desktop-file-install                              \
-  --remove-category="MATE"                        \
-  --add-category="X-Mate"                         \
-  --delete-original                               \
-  --dir %{buildroot}%{_datadir}/applications      \
+desktop-file-install                                \
+    --remove-category="MATE"                        \
+    --add-category="X-Mate"                         \
+    --delete-original                               \
+    --dir %{buildroot}%{_datadir}/applications      \
 %{buildroot}%{_datadir}/applications/engrampa.desktop
 
 find %{buildroot} -name "*.la" -exec rm -f {} ';'
@@ -98,6 +96,7 @@ fi
 - Add provides field
 - Rebuild against latest version of mate-desktop
 - Update icon scriptlets
+- Add obsoletes tag
 
 * Thu Nov 22 2012 Dan Mashal <dan.mashal at fedoraproject.org> - 1.5.1-2
 - Rebuild for f17


More information about the scm-commits mailing list