[scilab] Remove xcos.desktop scinotes.desktop

Clément David davidcl at fedoraproject.org
Tue Feb 3 09:23:31 UTC 2015


commit 2b8bf2f342be4081c0b88b8db6cc288cd8959298
Author: Clément DAVID <clement.david at scilab-enterprises.com>
Date:   Tue Feb 3 10:23:03 2015 +0100

    Remove xcos.desktop scinotes.desktop

 scilab.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/scilab.spec b/scilab.spec
index 7bc5aef..93cbef4 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
 # baserelease defines which build revision of this version we're building.
 # The magical name baserelease is matched by the rpmdev-bumpspec tool, which
 # you should use.
-%global baserelease 4
+%global baserelease 5
 
 # On a released (stable or beta) version set it to 1
 %define is_release 1
@@ -262,8 +262,10 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 appdata-validate -relax %{buildroot}%{_datadir}/appdata/%{name}.appdata.xml
 %find_lang %{name}
 
-# Remove more advanced repl, user should use CLI options instead
-rm -fr %{buildroot}%{_datadir}/applications/%{name}-*.desktop
+# Remove specific applications, user should use CLI options instead
+rm -fr %{buildroot}%{_datadir}/applications/%{name}-*.desktop \
+  %{buildroot}%{_datadir}/applications/scinotes.desktop \
+  %{buildroot}%{_datadir}/applications/xcos.desktop
 # Remove la files
 rm -fr %{buildroot}%{_libdir}/%{name}/*.la
 
@@ -342,6 +344,9 @@ fi
 %{_datadir}/%{name}/modules/*/tests
 
 %changelog
+* Tue Feb 03 2015 Clément David <c.david86 at gmail.com> - 5.5.1-5
+- Remove xcos.desktop scinotes.desktop
+
 * Wed Jan 07 2015 Orion Poplawski <orion at cora.nwra.com> - 5.5.1-4
 - Rebuild for hdf5 1.8.14
 


More information about the scm-commits mailing list