forked from pool/erlang-providers
Accepting request 1067981 from home:dirkmueller:Factory
- switch to disabled services for version setting to comply with factory policy OBS-URL: https://build.opensuse.org/request/show/1067981 OBS-URL: https://build.opensuse.org/package/show/devel:languages:erlang/erlang-providers?expand=0&rev=2
This commit is contained in:
2
_service
2
_service
@@ -6,10 +6,10 @@
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">1.8.1</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service mode="buildtime" name="tar"/>
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version" />
|
||||
</services>
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 12:17:52 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- switch to disabled services for version setting to comply with
|
||||
factory policy
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 13 10:07:03 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package erlang-providers
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,22 +17,21 @@
|
||||
|
||||
|
||||
%define app_name providers
|
||||
Name: erlang-%{app_name}
|
||||
Version: 0
|
||||
Release: 0
|
||||
%define app_ver %(echo "%{version}" | cut -d "+" -f1)
|
||||
Name: erlang-%{app_name}
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: An Erlang providers library
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Other
|
||||
URL: https://github.com/tsloughter/providers
|
||||
Source: %{app_name}-%{version}.tar.xz
|
||||
Patch0: 0001-Relax-getopt-version-requirement.patch
|
||||
Requires: erlang
|
||||
Requires: erlang-getopt
|
||||
BuildRequires: erlang
|
||||
BuildRequires: erlang-getopt
|
||||
BuildRequires: erlang-rebar
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: erlang
|
||||
Requires: erlang-getopt
|
||||
|
||||
%description
|
||||
An Erlang providers library.
|
||||
|
Reference in New Issue
Block a user