[packages/hydrogen] - updated to 1.2.6
qboosh
qboosh at pld-linux.org
Fri Aug 29 06:27:31 CEST 2025
commit 73f27a7018c8bcbf7675bab38793818f1b2a99ea
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Aug 29 06:30:11 2025 +0200
- updated to 1.2.6
hydrogen.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/hydrogen.spec b/hydrogen.spec
index d9cb073..172fc6a 100644
--- a/hydrogen.spec
+++ b/hydrogen.spec
@@ -2,17 +2,17 @@
#
# Conditional build:
%bcond_with rubberband # RubberBand support (unadvised as of 1.2.3)
-%bcond_without tests # test suite
+%bcond_with tests # test suite (need real sound drivers)
Summary: Pattern based drum machine
Summary(pl.UTF-8): Automat perkusyjny
Name: hydrogen
-Version: 1.2.3
+Version: 1.2.6
Release: 1
License: GPL v2+
Group: X11/Applications/Sound
Source0: https://downloads.sourceforge.net/hydrogen/%{name}-%{version}.tar.gz
-# Source0-md5: 6fb1fab7ecbad534b1fb6087edcf0beb
+# Source0-md5: b0a93b00e303a463183ba01ae395e45e
URL: http://hydrogen-music.org/
BuildRequires: Qt5Core-devel >= 5
BuildRequires: Qt5Gui-devel >= 5
@@ -42,7 +42,7 @@ BuildRequires: qt5-build >= 5
BuildRequires: qt5-linguist >= 5
BuildRequires: rpmbuild(macros) >= 1.605
BuildRequires: zlib-devel
-%if %{with tests} && %(grep '^/dev/shm' /proc/mounts ; echo $?)
+%if %{with tests} && %(grep -q ' /dev/shm ' /proc/mounts ; echo $?)
# tests fail without /dev/shm
BuildRequires: mounted(/dev/shm)
%endif
@@ -124,7 +124,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README.md
+%doc AUTHORS CHANGELOG.md README.md
%attr(755,root,root) %{_bindir}/h2cli
%attr(755,root,root) %{_bindir}/h2player
%attr(755,root,root) %{_bindir}/hydrogen
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hydrogen.git/commitdiff/73f27a7018c8bcbf7675bab38793818f1b2a99ea
More information about the pld-cvs-commit
mailing list