frescobaldi 3.3.0-1 (znver1;aarch64) 2023-17444
9999
| Status | published | ||||
| Submitter | mandian [@T] tutanota.com | ||||
| Platform | rolling | ||||
| Repository | unsupported | ||||
| URL | https://abf.openmandriva.org/build_lists/330991 | ||||
| Packages |
|
||||
| Build Date | 2023-04-12 11:21:07 +0000 UTC | ||||
| Last Updated | 2023-04-16 00:22:39.105354409 +0000 UTC |
$ git diff --patch-with-stat --summary 42c2a298acd969081c729808063fae38a41c6a1a..02af4d72b5133abdd3f33f3ba553d3ba04ad0355
.abf.yml | 2 +-
frescobaldi.spec | 58 +++++++++++++++++++++++++++++++-------------------------
2 files changed, 33 insertions(+), 27 deletions(-)
diff --git a/.abf.yml b/.abf.yml
index bd64ca5..f0a015d 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,2 +1,2 @@
sources:
- frescobaldi-3.2.tar.gz: f51b75a08a8575a8e93b08178ea22797f3000434
+ frescobaldi-3.3.0.tar.gz: 7cdd1b066b2fec69e80f996cedbe9fd28d114dc6
diff --git a/frescobaldi.spec b/frescobaldi.spec
index 2cee5de..7df6505 100644
--- a/frescobaldi.spec
+++ b/frescobaldi.spec
@@ -3,40 +3,54 @@
Summary: A LilyPond sheet music editor
Name: frescobaldi
-Version: 3.2
-Release: 2
+Version: 3.3.0
+Release: 1
Source0: https://github.com/wbsoft/frescobaldi/releases/download/v%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Group: Graphical desktop/KDE
-Url: http://www.frescobaldi.org/
-BuildArch: noarch
+Url: https://www.frescobaldi.org/
BuildRequires: desktop-file-utils
-BuildRequires: python-devel
-BuildRequires: python-setuptools
+BuildRequires: pkgconfig(python)
+BuildRequires: python%{py_ver}dist(setuptools)
BuildRequires: gettext
-Requires: python-qt5-core
-Requires: python-qt5-gui
-Requires: python-qt5-network
-Requires: python-qt5-printsupport
-Requires: python-qt5-svg
-Requires: python-qt5-webkit
-Requires: python-qt5-webkitwidgets
-Requires: python-qt5-widgets
-Requires: python-qt5-xml
-
-Requires: python3dist(python-ly)
+Requires: python-qt5-core
+Requires: python-qt5-gui
+Requires: python-qt5-network
+Requires: python-qt5-printsupport
+Requires: python-qt5-svg
+Requires: python-qt5-webkit
+Requires: python-qt5-webkitwidgets
+Requires: python-qt5-widgets
+Requires: python-qt5-xml
+
+Requires: python%{py_ver}dist(python-ly)
Requires: python-qt5
Requires: python-poppler-qt5
Requires: lilypond
Suggests: portmidi
+BuildArch: noarch
+
%description
Frescobaldi is a LilyPond sheet music editor. It aims to be powerful, yet
lightweight and easy to use.
+%files
+%license COPYING
+%doc CHANGELOG.md README* THANKS TODO
+%{_bindir}/%{name}
+%{py_puresitedir}/%{name}_app
+%{py_puresitedir}/%{name}-%{version}-py*.egg-info
+%{_datadir}/applications/org.%{name}.Frescobaldi.desktop
+%{_iconsdir}/hicolor/scalable/apps/org.%{name}.Frescobaldi.svg
+%{_metainfodir}/*.metainfo.xml
+%{_mandir}/man1/frescobaldi.1.*
+
+#-----------------------------------------------------------------------
+
%prep
-%setup -q
+%autosetup -p1
%build
%py_build
@@ -44,11 +58,3 @@ lightweight and easy to use.
%install
%py_install
-%files
-%doc ChangeLog COPYING README* THANKS TODO
-%{_bindir}/%{name}
-%{py_puresitedir}/%{name}_app
-%{py_puresitedir}/%{name}-%{version}-py*.egg-info
-%{_datadir}/applications/org.%{name}.Frescobaldi.desktop
-%{_iconsdir}/hicolor/scalable/apps/org.%{name}.Frescobaldi.svg
-%{_mandir}/man1/frescobaldi.1.*
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1092d 12hrs |
| benbullard79 [@T] cox.net | No Comment. | 1092d 11hrs |