[frescobaldi] 2.18.

Jon Ciesla limb at fedoraproject.org
Tue Mar 17 13:17:09 UTC 2015


commit f96b2a13c1e4ff83adf6c70170b7de2e10391b7b
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Tue Mar 17 08:14:37 2015 -0500

    2.18.

 .gitignore       |  1 +
 frescobaldi.spec | 11 +++++++++--
 sources          |  2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a81cc5..4ab1bba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ frescobaldi-1.0.3.tar.gz
 /frescobaldi-2.0.16.tar.gz
 /frescobaldi-2.17.1.tar.gz
 /frescobaldi-2.17.2.tar.gz
+/frescobaldi-2.18.tar.gz
diff --git a/frescobaldi.spec b/frescobaldi.spec
index 9207bcb..336107c 100644
--- a/frescobaldi.spec
+++ b/frescobaldi.spec
@@ -1,5 +1,5 @@
 Name:           frescobaldi
-Version:        2.17.2
+Version:        2.18
 Release:        1%{?dist}
 Summary:        Edit LilyPond sheet music with ease!
 Group:          Applications/Editors
@@ -8,6 +8,7 @@ Group:          Applications/Editors
 License:        GPLv2+ and LGPLv2+
 URL:            http://www.frescobaldi.org/
 Source0:        https://github.com/wbsoft/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Patch0:         frescobaldi-2.18-setup.patch
 BuildArch:      noarch
 
 BuildRequires:  desktop-file-utils
@@ -18,6 +19,7 @@ Requires:       lilypond
 Requires:       python-poppler-qt4
 Requires:       portmidi
 Requires:       python-portmidi
+Requires:       python-ly
 
 %description
 Frescobaldi is a LilyPond sheet music editor for KDE4. It aims to be powerful,
@@ -47,13 +49,15 @@ yet lightweight and easy to use. It features:
 %setup -q
 find -name "*.py"  -exec sed -i -e 's|#! python||' {} \;
 
+%patch0 -p0
+
 %build
 python ./setup.py build 
 cd %{name}_app/po
 make
 
 %install
-python ./setup.py install --skip-build --prefix=%{buildroot}%{_prefix}
+python ./setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 
 ## File lists
@@ -105,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man1/*
 
 %changelog
+* Mon Mar 09 2015 Jon Ciesla <limburgher at gmail.com> - 2.18-1
+- Latest upstream, now requires python-ly.
+
 * Wed Jan 21 2015 Jon Ciesla <limburgher at gmail.com> - 2.17.2-1
 - Latest upstream.
 
diff --git a/sources b/sources
index 3a82af6..bb24a5b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-15bb14dc0fb7a0595138c348a48fb1d4  frescobaldi-2.17.2.tar.gz
+5a62e3c936f127eef43f6bd9caa5f5ad  frescobaldi-2.18.tar.gz


More information about the scm-commits mailing list