Name: gmtp Version: 1.3.11 Release: 1 Summary: A simple MP3 and Media player client for UNIX and UNIX like systems. Group: Applications/Multimedia License: BSD URL: http://gmtp.sourceforge.net Source0: http://prdownloads.sourceforge.net/gmtp/%{name}-%{version}.tar.gz Patch0: C23_1.3.11.patch BuildRequires: gcc BuildRequires: make BuildRequires: gettext BuildRequires: gtk3-devel BuildRequires: libmtp-devel BuildRequires: flac-devel BuildRequires: libid3tag-devel BuildRequires: libvorbis-devel Requires: glib2 %description A simple MP3 and Media player client for UNIX and UNIX like systems. gMTP supports: * Upload, Download, Removal, Renaming and Moving of files as needed. * Drag'n'Drop support for uploading files to the device. * Folder Creation and Deletion. * Album Art management. * Metadata support for MP3, WMA, OGG and FLAC audio files, ensuring correct track information on your media player when uploading audio files. * Device Naming support. * Basic creation, editing and deletion of playlists. Able to import and export playlists in *.m3u format. %prep %setup -q %patch 0 -p1 %build %configure CFLAGS="%{build_cflags} -fcommon" make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} %find_lang %{name} %postun if [ $1 -eq 0 ] ; then /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : fi %posttrans /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %files -f %{name}.lang %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/* %{_datarootdir}/applications/* %{_datarootdir}/glib-2.0/schemas/* %{_datarootdir}/gmtp/* %{_datarootdir}/pixmaps/* %changelog * Thu Nov 06 2025 Roman Yepishev - 1.3.11-1 - new version - Incorporate https://sourceforge.net/p/gmtp/discussion/bugs/thread/7b11b950bd/ patch - Add -fcommon to build with modern gcc * Wed May 06 2015 Roman Yepishev 1.3.9-1 - Initial build