# # spec file for package flwrap # Please submit bug reports / bug fixes to http://bugs.opensuse.org # # norootforbuild BuildRequires: fltk-devel gcc-c++ gcc make libpng-devel libjpeg-devel Name: flwkey URL: http://www.w1hjk.com License: GPL Group: Productivity/Hamradio/Morse Autoreqprov: on Version: 1.1.6 Release: 1 Summary: Interface to the Winkeyer Source: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Flwkey is a simple interface to the Winkeyer series of CW code generators. It can be used with both the Winkeyer 1.x and 2.x series as well as the RigExpert and other units that either use the K1EL chipset or emulate it's behavior. 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/flwkey.desktop # --vendor obsolete per new guidlines but leaving it in because # this is an existing package with vendor previously installed %files %defattr(-,root,root) %{_bindir}/%{name} /usr/share/pixmaps/flwkey.xpm /usr/share/applications/flwkey.desktop %changelog * Sat Aug 02 2014 dranch@trinnet.net - 1.1.6-1 - Broken release, fails to compile on misc/support.cxx * Fri Feb 03 2012 dranch@trinnet.net - 1.1.4-1 - New version * Sun May 01 2011 dranch@trinnet.net - initial version * Tue Aug 31 2010 dl8fcl@darc.de - import into buildservice