forked from pool/rosegarden
Accepting request 965372 from home:plater
- Enable Leap build again. OBS-URL: https://build.opensuse.org/request/show/965372 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=95
This commit is contained in:
parent
80a3a5de17
commit
b492292f92
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 12:29:33 UTC 2022 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- Enable Leap build again.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 27 19:52:36 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -82,7 +82,13 @@ composers, musicians, music students, and small studio or
|
||||
home recording environments.
|
||||
|
||||
%prep
|
||||
%if 0%{?suse_version} <= 1500
|
||||
zstd -d %{S:0} -o ./%{name}-%{version}.tar
|
||||
tar -xf %{name}-%{version}.tar
|
||||
cd %{name}-%{version}
|
||||
%else
|
||||
%setup -q
|
||||
%endif
|
||||
%autopatch -p1
|
||||
|
||||
# When we build svn we need to execute bootstrap.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user