Accepting request 829583 from home:dirkmueller:branches:LibreOffice:Factory

- update to 1.9:
  * openbsd support
  * Enable sanitize target for new gccs and clang
  * cope with Apple clang version
  * Add support for INCLUDEDIR
  * Fix Build/HOST confusion
  * Fix quotation in case expansion for make selection

OBS-URL: https://build.opensuse.org/request/show/829583
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/netsurf-buildsystem?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2020-08-25 19:59:21 +00:00 committed by Git OBS Bridge
parent 28a55a75c0
commit 1f77b021a5
4 changed files with 21 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c092afe653d1c6c0fadb39cc47659471e4741fdd2803127be42db4264e3ac44
size 38814

BIN
buildsystem-1.9.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Aug 25 15:32:49 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.9:
* openbsd support
* Enable sanitize target for new gccs and clang
* cope with Apple clang version
* Add support for INCLUDEDIR
* Fix Build/HOST confusion
* Fix quotation in case expansion for make selection
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 23 11:26:38 UTC 2014 - tchvatal@suse.com Fri May 23 11:26:38 UTC 2014 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package netsurf-buildsystem # spec file for package netsurf-buildsystem
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,20 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define src_name buildsystem %define src_name buildsystem
Name: netsurf-buildsystem Name: netsurf-buildsystem
Version: 1.1 Version: 1.9
Release: 0 Release: 0
Summary: Makefiles shared by NetSurf projects Summary: Makefiles shared by NetSurf projects
# FIXME: use correct group or remove it, see "https://en.opensuse.org/openSUSE:Package_group_guidelines"
License: MIT License: MIT
Group: Development/Tools Group: Development/Tools
Url: http://www.netsurf-browser.org/ URL: https://www.netsurf-browser.org/
Source: http://download.netsurf-browser.org/libs/releases/%{src_name}-%{version}.tar.gz Source: http://download.netsurf-browser.org/libs/releases/%{src_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%description %description
@ -40,8 +40,8 @@ BuildArch: noarch
make install DESTDIR=%{buildroot} PREFIX=%{_prefix} make install DESTDIR=%{buildroot} PREFIX=%{_prefix}
%files %files
%defattr(-,root,root) %license COPYING
%doc COPYING README %doc README
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog