# # spec file for package flamp # Please submit bug reports / bug fixes to http://bugs.opensuse.org # BuildRequires: fltk-devel #BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: libjpeg-devel BuildRequires: libpng-devel #BuildRequires: make Name: flamp Version: 2.2.01 Release: 1 License: GPL-2.0 Summary: Amateur radio multicast mrotocol Url: http://www.w1hjk.com Group: Productivity/Hamradio/Other Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Flamp is a program for AMP or Amateur Multicast Protocol. An flamp session will transmit one or more files with one or more iterations of the transmission. Each file is broken into blocks, each of which has a check sum. The receiving station saves the blocks that pass check sum. Successive transmissions will fill in the missing blocks provided that the new blocks pass the check sum. After the transmission sequence, the entire file is assembled and may be saved. “Fills” may be provided by retransmitting the entire file or by the sending station only sending the missing blocks. %prep %setup -q %build %configure --enable-optimizations=native make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install %make_install desktop-file-install --vendor="" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/flamp.desktop %clean [ %{buildroot} != "/" -a -d %{buildroot} ] && rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/%{name} %doc ChangeLog COPYING README %{_datadir}/pixmaps/flamp.xpm %{_datadir}/applications/flamp.desktop %changelog * Tue Mar 31 2015 David Ranch 2.2.01-1 - Updated release * Sun Nov 11 2012 David Ranch 1.0.01 - Initial rpm release with spec file based from opensuse