# # spec file for package flmsg # Please submit bug reports / bug fixes to http://bugs.opensuse.org # # norootforbuild BuildRequires: gcc-c++ gcc make fltk-devel libpng-devel libjpeg-devel Name: flmsg URL: http://www.w1hjk.com License: GPL Group: Productivity/Hamradio/Other Autoreqprov: on Version: 1.1.13 Release: 1 Summary: Forms management editor for amateur radio Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Flmsg is a simple forms management editor for the amateur radio supported standard message formats. These current include: * ICS-213 - emergency management report * Radiogram - NTS message It's data files are pure ASCII text that can be sent from point to point using the internet, amateur radio, or other electronic link. The data files are designed to minimize the transfer size. This is particularly important on amateur HF. The data file and the transfer file are one in the same, but can be further encapsulated using either flarq or wrap for the purpose of confirming the received file integrity. Authors: -------- W1HKJ - w1hkj@w1hkj.com %prep %setup -q -n %{name}-%{version} %build %configure --enable-optimizations=native make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" %install make DESTDIR=$RPM_BUILD_ROOT install desktop-file-install --vendor="" \ --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/flmsg.desktop %clean [ "$RPM_BUILD_ROOT" != "/" -a -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/%{name} /usr/share/pixmaps/flmsg.xpm /usr/share/applications/flmsg.desktop