1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
#
# spec file for package kmetronome (Version @VERSION@)
#
# norootforbuild
Name: kmetronome
Version: @VERSION@
Release: 0
License: GPL v2 or later
Summary: KDE MIDI Metronome using ALSA Sequencer
Group: Productivity/Multimedia/Sound/Midi
URL: http://kmetronome.sourceforge.net
Source: %name-%version.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: cmake
BuildRequires: alsa-devel
BuildRequires: libkde4-devel
BuildRequires: libdrumstick-devel
%kde4_runtime_requires
%description
KMetronome is a MIDI metronome with KDE interface, based on the ALSA
sequencer. The intended audience is musicians and music students. Like
solid, real metronomes it is a tool to keep the rhythm while playing musical
instruments. It uses MIDI for sound generation instead of digital audio,
allowing low CPU usage, and very accurate timing thanks to the ALSA sequencer.
Authors:
--------
Pedro Lopez-Cabanillas <plcl@users.sourceforge.net>
%lang_package
%debug_package
%prep
%setup -q
%build
%cmake_kde4
%make_jobs
%install
%makeinstall
%suse_update_desktop_file -G "MIDI Metronome" %name AudioVideo Music
%find_lang %name
%kde_post_install
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc INSTALL README ChangeLog AUTHORS TODO
%doc %{_mandir}/man1/*
%dir %{_datadir}/kde4/apps/%name
%dir %{_datadir}/icons/hicolor/24x24
%dir %{_datadir}/icons/hicolor/24x24/apps
%{_bindir}/%name
%{_datadir}/appl*/*/%name.desktop
%{_datadir}/dbus-1/*/*
%{_datadir}/icons/hicolor/*/*/*
%{_datadir}/kde4/apps/*/*
%files lang -f %{name}.lang
%changelog
* Sun Jun 6 2010 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.10.0
- New version
* Sat Dec 12 2009 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.9.1
- New version
* Sun Nov 23 2008 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.9.0
- New version
* Sun Apr 27 2008 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.8.3svn-0
- New version
* Sun Apr 6 2008 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.8.2-0
- openSuse build service
* Mon Mar 24 2008 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.8.2
- Release 0.8.2
* Thu Dec 28 2006 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.8
- CMake build system
* Fri Sep 23 2005 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net> 0.6
- first public release.
|