summaryrefslogtreecommitdiff
path: root/libreoffice-share-linker.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libreoffice-share-linker.spec')
-rw-r--r--libreoffice-share-linker.spec29
1 files changed, 29 insertions, 0 deletions
diff --git a/libreoffice-share-linker.spec b/libreoffice-share-linker.spec
new file mode 100644
index 0000000..7399bd7
--- /dev/null
+++ b/libreoffice-share-linker.spec
@@ -0,0 +1,29 @@
+Name: libreoffice-share-linker
+Version: 1
+Release: 1
+Summary: Script to link/unlink files to libreoffice home
+License: MIT
+Group: Productivity/Office/Suite
+Url: http://www.opensuse.org/
+Source0: link-to-ooo-home
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildArch: noarch
+
+%description
+Script that links and unlinks files from %{_datadir} to libreoffice
+home as libreoffice layout is not set up for noarch packages otherwise.
+
+%prep
+:
+
+%build
+:
+
+%install
+install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
+
+%files
+%defattr(-,root,root)
+%{_bindir}/%{name}
+
+%changelog