forked from pool/rosegarden
Accepting request 1078160 from home:plater
- Remove broken service and build Leap the same way as Tumbleweed. - Download from chief developer's git hub site. - Update to version 22.12.1 OBS-URL: https://build.opensuse.org/request/show/1078160 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=97
This commit is contained in:
parent
448dfdb8db
commit
ac635574ec
18
_service
18
_service
@ -1,18 +0,0 @@
|
||||
<!-- Downloads revision vx.x and removes proprietary data/windows -->
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://git.code.sf.net/p/rosegarden/git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="match-tag">22.06</param>
|
||||
<param name="versionformat">22.06</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">rosegarden</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
</service>
|
||||
</services>
|
@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://git.code.sf.net/p/rosegarden/git</param>
|
||||
<param name="changesrevision">f2516f824688248c41e9687828fe35c05f8f83ff</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4226a8df8c4ef0a6b424cb9636a893ad0287fcc849b938cb8ad9a551ad6d804b
|
||||
size 5880976
|
3
rosegarden-22.12.1.tar.gz
Normal file
3
rosegarden-22.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8f3932b7e914335c029383e8ddf04fd7c02780d82470a3a44b4c4c05369f035
|
||||
size 7748285
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 09 07:19:09 UTC 2023 - davejplater@gmail.com
|
||||
|
||||
- Remove broken service and build Leap the same way as Tumbleweed.
|
||||
- Download from chief developer's git hub site.
|
||||
- Update to version 22.12.1:
|
||||
*The Rosegarden team is proud to announce the release of
|
||||
version 22.12 of Rosegarden, a MIDI sequencer that features a
|
||||
rich understanding of music notation along with basic support
|
||||
for digital audio.
|
||||
*Fix a crash caused by static initialization/link order.
|
||||
Bug #1647. [fa6eea8]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 18 14:48:04 UTC 2022 - dmueller@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rosegarden
|
||||
#
|
||||
# Copyright (c) 2022 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
|
||||
@ -16,14 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define vers 22.12
|
||||
|
||||
Name: rosegarden
|
||||
Version: 22.06
|
||||
Version: 22.12.1
|
||||
Release: 0
|
||||
License: GPL-2.0-or-later
|
||||
Summary: Midi, Audio And Notation Editor
|
||||
URL: https://www.rosegardenmusic.com/
|
||||
Group: Productivity/Multimedia/Sound/Midi
|
||||
Source0: rosegarden-%{version}.tar.zst
|
||||
Source0: https://github.com/tedfelix/%{name}-official/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.xpm
|
||||
Source2: %{name}.1
|
||||
# PATCH-FIX-OPENSUSE davejplater@gmail.com This patch fixes the file search paths for examples, templates and midi driver libraries.
|
||||
@ -82,13 +84,7 @@ 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
|
||||
%setup -q -n %{name}-official-%{version}
|
||||
%autopatch -p1
|
||||
|
||||
# When we build svn we need to execute bootstrap.sh
|
||||
@ -140,7 +136,7 @@ install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_mandir}/man1/"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS README
|
||||
%doc AUTHORS README.md
|
||||
%license COPYING
|
||||
%dir %{_datadir}/metainfo
|
||||
%dir %{_datadir}/%{name}/
|
||||
|
Loading…
x
Reference in New Issue
Block a user