diff --git a/scala.changes b/scala.changes index be1b661..5d432d3 100644 --- a/scala.changes +++ b/scala.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jun 26 12:30:08 UTC 2020 - Dominique Leuenberger + +- No loner package /usr/share/mime-info: this came from GNOME 1 + times which are long gone (boo#1062631). + + Drop scala.keys and scala.mime source files. + ------------------------------------------------------------------- Tue Dec 17 06:34:27 UTC 2019 - Fridrich Strba diff --git a/scala.keys b/scala.keys deleted file mode 100644 index 1bf3524..0000000 --- a/scala.keys +++ /dev/null @@ -1,4 +0,0 @@ -text/x-scala - description=Scala source code - category=Software Development/Source Code - can_be_executable=TRUE diff --git a/scala.mime b/scala.mime deleted file mode 100644 index a7d0f34..0000000 --- a/scala.mime +++ /dev/null @@ -1,2 +0,0 @@ -text/x-scala - ext: scala diff --git a/scala.spec b/scala.spec index 35472be..def109d 100644 --- a/scala.spec +++ b/scala.spec @@ -1,7 +1,7 @@ # # spec file for package scala # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,8 +41,6 @@ Source1: scala-library-2.10.0-bnd.properties # git log --pretty=format:"%H%n%ci" v%{version} | head -n 2 | sed -e 's/\-//g' -e 's/\s\+.*//g' Source3: scala.gitinfo Source4: http://www.scala-lang.org/files/archive/%{base_name}-%{version}.tgz -Source21: scala.keys -Source22: scala.mime Source23: scala-mime-info.xml Source24: scala.ant.d # Change the default classpath (SCALA_HOME) @@ -243,9 +241,6 @@ install -d %{buildroot}%{_sysconfdir}/ant.d install -p -m 644 %{SOURCE24} %{buildroot}%{_sysconfdir}/ant.d/scala %endif -install -d %{buildroot}%{_datadir}/mime-info -install -p -m 644 %{SOURCE21} %{SOURCE22} %{buildroot}%{_datadir}/mime-info/ - install -d %{buildroot}%{_datadir}/mime/packages/ install -p -m 644 %{SOURCE23} %{buildroot}%{_datadir}/mime/packages/ @@ -262,7 +257,6 @@ install -p -m 644 build/scaladoc/manual/man/man1/* %{buildroot}%{_mandir}/man1 %dir %{_datadir}/%{base_name}/lib %{_datadir}/%{base_name}/lib/*.jar %exclude %{_datadir}/%{base_name}/lib/scala-swing.jar -%{_datadir}/mime-info %{_datadir}/mime/packages/* %license docs/LICENSE %if %{without bootstrap}