Rename pspp.xml to org.fsf.pspp.xml.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 14 Mar 2022 21:38:48 +0000 (14:38 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 14 Mar 2022 21:43:23 +0000 (14:43 -0700)
This reflects the convention expected by flatpak and seems to reflect the
overall expected convention.

Makefile.am
org.fsf.pspp.xml [new file with mode: 0644]
pspp.xml [deleted file]

index 8ed323b399dfd088d2483fa3295532a14203fb23..90540f2f872618972a6530878d9265b5ae1cdb22 100644 (file)
@@ -157,6 +157,6 @@ $(bin_PROGRAMS) $(RECURSIVE_TARGETS) dist: $(BUILT_SOURCES) config.h
 \f
 
 mimedir = $(datadir)/mime/packages
-mime_DATA =pspp.xml
-EXTRA_DIST += pspp.xml
+mime_DATA = org.fsf.pspp.xml
+EXTRA_DIST += org.fsf.pspp.xml
 
diff --git a/org.fsf.pspp.xml b/org.fsf.pspp.xml
new file mode 100644 (file)
index 0000000..4f925c4
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
+  <mime-type type="application/x-spss-sps">
+    <comment>SPSS syntax file</comment>
+    <acronym>SPSS</acronym>
+    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
+    <glob pattern="*.sps"/>
+  </mime-type>
+  <mime-type type="application/x-spss-spv">
+    <comment>SPSS output file</comment>
+    <acronym>SPSS</acronym>
+    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
+    <glob pattern="*.spv"/>
+  </mime-type>
+</mime-info>
+
diff --git a/pspp.xml b/pspp.xml
deleted file mode 100644 (file)
index 4f925c4..0000000
--- a/pspp.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
-  <mime-type type="application/x-spss-sps">
-    <comment>SPSS syntax file</comment>
-    <acronym>SPSS</acronym>
-    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
-    <glob pattern="*.sps"/>
-  </mime-type>
-  <mime-type type="application/x-spss-spv">
-    <comment>SPSS output file</comment>
-    <acronym>SPSS</acronym>
-    <expanded-acronym>Statistical Package for the Social Sciences</expanded-acronym>
-    <glob pattern="*.spv"/>
-  </mime-type>
-</mime-info>
-