[oxine] Rebuild for new ImageMagick

Matthias Saou thias at fedoraproject.org
Thu Mar 29 14:25:42 UTC 2012


commit 580074c4e23bdef0499e8d0e762d431c0e5a5804
Author: Matthias Saou <matthias at saou.eu>
Date:   Thu Mar 29 16:25:31 2012 +0200

    Rebuild for new ImageMagick

 oxine.spec |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/oxine.spec b/oxine.spec
index bc4d355..54ad760 100644
--- a/oxine.spec
+++ b/oxine.spec
@@ -1,7 +1,7 @@
 Summary: Lightweight, purely OSD based xine frontend
 Name: oxine
 Version: 0.7.1
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: GPLv2+
 Group: Applications/Multimedia
 URL: http://oxine.sourceforge.net/
@@ -53,12 +53,12 @@ rm -f tmp
 %configure \
     --enable-vdr \
     --without-jsw
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} install DESTDIR=%{buildroot}
+rm -rf %{buildroot}
+make install DESTDIR=%{buildroot}
 %find_lang %{name}
 
 # Desktop file
@@ -67,12 +67,12 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications \
 
 # This is the image we'll use for the desktop icon. Could be improved.
 # (based on data/skins/oxinetic/backgrounds/icon-cdrom.png)
-%{__install} -D -p -m 0644 %{SOURCE2} \
+install -D -p -m 0644 %{SOURCE2} \
     %{buildroot}%{_datadir}/icons/hicolor/64x64/apps/oxine.png
 
 
 %clean
-%{__rm} -rf %{buildroot}
+rm -rf %{buildroot}
 
 
 %post
@@ -95,6 +95,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 
 
 %changelog
+* Thu Mar 29 2012 Matthias Saou <matthias at saou.eu> 0.7.1-14
+- Rebuild for new ImageMagick.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list