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/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: libreoffice-share-linker Name: libreoffice-share-linker
Version: 1 Version: 1
Release: 0 Release: 0
License: MIT
Source0: link-to-ooo-home
Summary: Script to link/unlink files to libreoffice home Summary: Script to link/unlink files to libreoffice home
Url: http://www.opensuse.org/ License: MIT
Group: Productivity/Office/Suite Group: Productivity/Office/Suite
Url: http://www.opensuse.org/
Source0: link-to-ooo-home
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description %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. home as libreoffice layout is not set up for noarch packages otherwise.
%prep %prep
%setup -q :
%build %build
:
%install %install
install -m 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name} install -Dm 755 %{SOURCE0} %{buildroot}%{_bindir}/%{name}
make install DESTDIR=%{buildroot} %{?_smp_mflags}
%files %files
%defattr(-,root,root) %defattr(-,root,root)