2024-01-05 23:34:02 +01:00
|
|
|
Name: gtick
|
2024-01-05 23:34:02 +01:00
|
|
|
Version: 0.5.5
|
2024-01-05 23:34:02 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Metronome application
|
|
|
|
Group: Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Tiziana Ferro <tiziana.ferro@email.it>
|
2024-01-05 23:34:02 +01:00
|
|
|
URL: https://www.antcom.de/gtick
|
2024-01-05 23:34:02 +01:00
|
|
|
Source: http://www.antcom.de/gtick/download/gtick-%{version}.tar.gz
|
|
|
|
Source1: gtick.png
|
2024-01-05 23:34:02 +01:00
|
|
|
Patch0: gtick-0.5.3-desktop.patch
|
2024-01-05 23:34:02 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libatk-devel
|
|
|
|
BuildRequires: libcairo-devel
|
|
|
|
BuildRequires: libfontconfig-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
|
|
BuildRequires: libglib-devel
|
|
|
|
BuildRequires: libgtk2-devel
|
|
|
|
BuildRequires: libpango-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: alsa-oss
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
gtick is a small metronome application written for Linux and UN*X supporting different meters (2/4, 3/4, 4/4) and speeds ranging from 30 to 250 bpm.
|
|
|
|
It utilizes GTK+ and OSS (ALSA compatible).
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-05 23:34:02 +01:00
|
|
|
%patch0 -p1
|
2024-01-05 23:34:02 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
|
|
|
install -D -m 755 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps
|
|
|
|
|
2024-01-05 23:34:02 +01:00
|
|
|
#mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
#cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
|
|
|
#[Desktop Entry]
|
|
|
|
#Name=Gtick
|
|
|
|
#Name[it]=Gtick
|
|
|
|
#Comment=Keep your rhythm even with Gtick
|
|
|
|
#Comment[it]=Gtick ed andiamo a tempo
|
|
|
|
#GenericName=Metronome
|
|
|
|
#GenericName[it]=Metronomo
|
|
|
|
#Encoding=UTF-8
|
|
|
|
#Icon=gtick.png
|
|
|
|
#Exec=aoss gtick
|
|
|
|
#Terminal=false
|
|
|
|
#StartupNotify=true
|
|
|
|
#Type=Application
|
|
|
|
#Categories=GNOME;Application;AudioVideo;Audio;
|
|
|
|
#MimeType=video/dv;application/smil;
|
|
|
|
#EOF
|
|
|
|
|
|
|
|
%makeinstall desktopdir=%{_datadir}/applications
|
2024-01-05 23:34:02 +01:00
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/gtick
|
2024-01-05 23:34:02 +01:00
|
|
|
%{_datadir}/appdata/gtick.appdata.xml
|
2024-01-05 23:34:02 +01:00
|
|
|
%{_datadir}/applications/%{name}.desktop
|
2024-01-05 23:34:02 +01:00
|
|
|
%{_datadir}/icons/hicolor/64x64/apps/gtick.xpm
|
|
|
|
%{_datadir}/pixmaps/gtick_32x32.xpm
|
|
|
|
%{_datadir}/pixmaps/gtick.png
|
2024-01-05 23:34:02 +01:00
|
|
|
%{_mandir}/man1/gtick.1.gz
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
# ChangeLog NEWS README THANKS TODO
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:34:02 +01:00
|
|
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 0.5.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:34:02 +01:00
|
|
|
* Mon Aug 18 2014 Automatic Build System <autodist@mambasoft.it> 0.5.4-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:34:02 +01:00
|
|
|
* Sat Jun 28 2014 Automatic Build System <autodist@mambasoft.it> 0.5.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 23:34:02 +01:00
|
|
|
* Thu Mar 14 2013 Automatic Build System <autodist@mambasoft.it> 0.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 23 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1-2mamba
|
|
|
|
- require alsa-oss and launch with aoss in desktop file
|
|
|
|
|
|
|
|
* Wed May 02 2012 Automatic Build System <autodist@mambasoft.it> 0.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Aug 11 2011 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.2-2mamba
|
|
|
|
- added GenericName to desktop entry
|
|
|
|
|
|
|
|
* Fri Jun 06 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.4.2-1mamba
|
|
|
|
- package created by autospec
|