48 lines
1.3 KiB
RPMSpec
48 lines
1.3 KiB
RPMSpec
|
#
|
||
|
# spec file for package audioclock
|
||
|
#
|
||
|
# Copyright (c) 2022 Bernhard M. Wiedemann / SUSE LLC
|
||
|
#
|
||
|
# All modifications and additions to the file contributed by third parties
|
||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||
|
# upon. The license for this file, and modifications and additions to the
|
||
|
# file, is the same license as for the pristine package itself (unless the
|
||
|
# license for the pristine package is not an Open Source License, in which
|
||
|
# case the license is the MIT License). An "Open Source License" is a
|
||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||
|
# published by the Open Source Initiative.
|
||
|
|
||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||
|
#
|
||
|
|
||
|
|
||
|
Name: audioclock
|
||
|
Version: 1.2.1
|
||
|
Release: 0
|
||
|
Summary: An audible clock
|
||
|
License: GPL-2.0+
|
||
|
Url: https://github.com/bmwiedemann/audioclock
|
||
|
Group: Amusements/Toys/Clocks
|
||
|
BuildArch: noarch
|
||
|
Source0: https://github.com/bmwiedemann/audioclock/archive/refs/tags/v%version.tar.gz#/%name-%version.tar.gz
|
||
|
Requires: perl(SDL::Mixer)
|
||
|
|
||
|
%description
|
||
|
This tool emulates the audio of a mechanical clock.
|
||
|
It shall help to notice the passing of time.
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
|
||
|
%build
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=%{buildroot}/usr
|
||
|
|
||
|
%files
|
||
|
%{_bindir}/audioclock
|
||
|
%{_datadir}/%name
|
||
|
%license COPYING README.md
|
||
|
|
||
|
%changelog
|