Tomáš Chvátal 2015-05-20 08:39:57 +00:00 committed by Git OBS Bridge
parent d72fc8c9e3
commit 6124185692

View File

@ -15,29 +15,30 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: libreoffice-share-linker
Version: 1
Release: 0
License: MIT
Source0: link-to-ooo-home
Summary: Script to link/unlink files to libreoffice home
Url: http://www.opensuse.org/
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 /usr/share to libreoffice
Script that links and unlinks files from %{_datadir} to libreoffice
home as libreoffice layout is not set up for noarch packages otherwise.
%prep
%setup -q
:
%build
:
%install
install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
make install DESTDIR=%{buildroot} %{?_smp_mflags}
install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
%files
%defattr(-,root,root)