Author: hobbes1069
Update of /cvs/free/rpms/openshot/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16659
Modified Files:
openshot.spec
Log Message:
Spec tweak for icon file.
Index: openshot.spec
===================================================================
RCS file: /cvs/free/rpms/openshot/F-15/openshot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- openshot.spec 6 Feb 2012 16:49:39 -0000 1.5
+++ openshot.spec 6 Feb 2012 19:28:24 -0000 1.6
@@ -1,6 +1,6 @@
Name: openshot
Version: 1.4.2
-Release: 2%{?dist}
+Release: 1%{?dist}
Summary: A GTK based non-linear video editor
Group: Applications/Multimedia
@@ -88,6 +88,8 @@
convert -resize 48x48 -strip \
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg \
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+# Take more drastic action because -strip doesn't seem to work in F15
+sed -i 's|%{buildroot}||g'
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
# modify find-lang.sh to deal with gettext .mo files under
# openshot/locale
@@ -139,10 +141,8 @@
%changelog
-* Mon Feb 06 2012 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.2-2
+* Mon Feb 06 2012 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.2-1
- Update to latest release.
-- Fixed small build problem with the buildroot path finding it's way into
- a packaged file.
* Mon Jan 30 2012 Richard Shaw <hobbes1069(a)gmail.com> - 1.4.1-1
- Update to latest release.
Show replies by date