# grig.spec # # Copyright (c) 2001-2004 Alexandru Csete # %define name grig %define version @VERSION@ %define release 1 # required items Name: %{name} Version: %{version} Release: %{release} Copyright: GPL Group: Application/Comunication Prefix: /usr BuildRoot: /var/tmp/%{name}-%{version} Summary: Graphical user interface for the Ham Radio Control Libraries Vendor: Alexandru Csete URL: http://groundstation.sourceforge.net/ Packager: Alexandru Csete Source: %{name}-%{version}.tar.gz %description Grig is a graphical user interface for the ham radio control libraries (hamlib). It can be used to control any amateur radio equipment which is supported by hamlib. %prep %setup -q %build export RPM_OPT_FLAGS="-O2 -march=i386" export CFLAGS="-O2" %configure make %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc ChangeLog /usr/bin/grig /usr/share/grig/pixmaps/*.png /usr/share/man/man1/grig.1.gz %changelog * Tue Aug 16 2005 Alexandru Csete - Fix erroneous pixmap directories. * Thu Oct 21 2004 Alexandru Csete - Initial spec file.