2024-01-06 06:17:43 +01:00
|
|
|
Name: lingot
|
2024-01-06 06:17:44 +01:00
|
|
|
Version: 1.1.1
|
2024-01-06 06:17:45 +01:00
|
|
|
Release: 2mamba
|
|
|
|
Summary: A Guitar-Only Tuner and more
|
2024-01-06 06:17:43 +01:00
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 06:17:45 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 06:17:43 +01:00
|
|
|
URL: http://www.nongnu.org/lingot/
|
|
|
|
Source: http://download.savannah.gnu.org/releases/lingot/lingot-%{version}.tar.gz
|
|
|
|
Source1: lingot.png
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 06:17:45 +01:00
|
|
|
BuildRequires: libalsa-devel
|
2024-01-06 06:17:43 +01:00
|
|
|
BuildRequires: libcairo-devel
|
2024-01-06 06:17:45 +01:00
|
|
|
BuildRequires: libfftw-devel
|
2024-01-06 06:17:43 +01:00
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 06:17:45 +01:00
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libjack-devel
|
|
|
|
BuildRequires: libjson-c-devel
|
|
|
|
BuildRequires: libpulseaudio-devel
|
2024-01-06 06:17:43 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 06:17:44 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 06:17:45 +01:00
|
|
|
Obsoletes: tuneroid <= 0.9.5-3mamba
|
2024-01-06 06:17:43 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
LINGOT Is Not a Guitar-Only Tuner.
|
|
|
|
|
2024-01-06 06:17:44 +01:00
|
|
|
%package -n lib%{name}
|
|
|
|
Group: System/Libraries
|
|
|
|
Summary: Shared libraries for %{name}
|
|
|
|
|
|
|
|
%description -n lib%{name}
|
|
|
|
This package contains shared libraries for %{name}.
|
|
|
|
|
|
|
|
%package -n lib%{name}-devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
2024-01-06 06:17:43 +01:00
|
|
|
|
2024-01-06 06:17:44 +01:00
|
|
|
%description -n lib%{name}-devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 06:17:43 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_datadir}/applications
|
|
|
|
cat > %{buildroot}%{_datadir}/applications/%{name}.desktop << EOF
|
|
|
|
[Desktop Entry]
|
|
|
|
Name=Lingot
|
|
|
|
Comment=Lingot Is Not a Guitar-Only Tuner
|
|
|
|
Comment[it]=Lingot non è solo un accordatore per chitarra
|
|
|
|
GenericName=Instrument tuner
|
|
|
|
GenericName[it]=Accordatore
|
|
|
|
Encoding=UTF-8
|
|
|
|
Icon=%{_datadir}/pixmaps/lingot/lingot-icon.svg
|
|
|
|
Exec=lingot
|
|
|
|
Terminal=false
|
|
|
|
StartupNotify=true
|
|
|
|
Type=Application
|
|
|
|
Categories=GNOME;GTK;Application;AudioVideo;
|
|
|
|
EOF
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 06:17:44 +01:00
|
|
|
%post -n lib%{name} -p /sbin/ldconfig
|
|
|
|
%postun -n lib%{name} -p /sbin/ldconfig
|
|
|
|
|
2024-01-06 06:17:43 +01:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/lingot
|
|
|
|
%{_datadir}/applications/lingot.desktop
|
2024-01-06 06:17:43 +01:00
|
|
|
%{_datadir}/applications/org.nongnu.lingot.desktop
|
|
|
|
%{_datadir}/metainfo/org.nongnu.lingot.appdata.xml
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/org.nongnu.lingot.svg
|
|
|
|
%{_mandir}/man1/lingot.1*
|
2024-01-06 06:17:43 +01:00
|
|
|
%{_datadir}/doc/lingot/*
|
2024-01-06 06:17:43 +01:00
|
|
|
#ChangeLog INSTALL NEWS README THANKS TODO
|
2024-01-06 06:17:43 +01:00
|
|
|
|
2024-01-06 06:17:44 +01:00
|
|
|
%files -n lib%{name}
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/liblingot.so.*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n lib%{name}-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}/lingot
|
|
|
|
%{_includedir}/lingot/lingot-*.h
|
|
|
|
%{_libdir}/liblingot.a
|
|
|
|
%{_libdir}/liblingot.so
|
|
|
|
%{_libdir}/pkgconfig/lingot.pc
|
|
|
|
|
2024-01-06 06:17:43 +01:00
|
|
|
%changelog
|
2024-01-06 06:17:45 +01:00
|
|
|
* Sun Jun 11 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.1-2mamba
|
|
|
|
- obsolete tuneroid
|
|
|
|
|
2024-01-06 06:17:44 +01:00
|
|
|
* Thu Jul 02 2020 Automatic Build System <autodist@mambasoft.it> 1.1.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 06:17:43 +01:00
|
|
|
* Tue Aug 28 2018 Automatic Build System <autodist@mambasoft.it> 1.0.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 06:17:43 +01:00
|
|
|
* Thu Aug 25 2011 Automatic Build System <autodist@mambasoft.it> 0.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Mar 04 2011 Automatic Build System <autodist@mambasoft.it> 0.9.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 21 2010 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 10 2010 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- update to 0.8.0
|
|
|
|
|
|
|
|
* Fri Jun 06 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.6-2mamba
|
|
|
|
- addded GenericName to desktop file
|
|
|
|
- install custom desktop entry file after make install or it will be overwritten
|
|
|
|
|
|
|
|
* Fri Jun 06 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.7.6-1mamba
|
|
|
|
- package created by autospec
|