50 lines
1.2 KiB
RPMSpec
50 lines
1.2 KiB
RPMSpec
#
|
|
# spec file for package loleaflet
|
|
#
|
|
# Copyright (c) 2015 Collabora
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
|
|
|
|
Name: loleaflet
|
|
Version: @PACKAGE_VERSION@
|
|
Release: 0
|
|
Vendor: Collabora
|
|
Summary: LibreOffice On-Line Javascript part
|
|
License: MPL
|
|
Source0: loleaflet-@PACKAGE_VERSION@.tar.gz
|
|
BuildArchitectures: noarch
|
|
|
|
%description
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
|
|
%check
|
|
|
|
%install
|
|
mkdir -p %{buildroot}/srv/www/htdocs/loleaflet
|
|
tar cf - . | (cd %{buildroot}/srv/www/htdocs/loleaflet && tar xf -)
|
|
|
|
%files
|
|
/srv/www/htdocs/loleaflet
|
|
|
|
%doc README
|
|
|
|
%post
|
|
|
|
%changelog
|
|
* Tue May 20 2015 Tor Lillqvist
|
|
- Initial RPM release
|
|
|