File: sgcontrol.spec.in

package info (click to toggle)
sgcontrol 0.3cvs-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,412 kB
  • ctags: 761
  • sloc: ansic: 9,633; sh: 3,133; makefile: 189
file content (55 lines) | stat: -rw-r--r-- 1,510 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# sgcontrol.spec
#
%define name            sgcontrol
%define version         @VERSION@
%define release         1
 
Summary:	Smart Gnome Control receiver control software.
Name:		%{name}
Version:	%{version}
Release:	%{release}
License:	GPL
Group:		Applications/Communications
Source0:	%{name}-%{version}.tar.gz
URL:		http://sgcontrol.sourceforge.net/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires:	autoconf, automake
BuildRequires:	hamlib > 1.2.2
BuildRequires:	hamlib-devel > 1.2.2

%description
Smart Gnome Control is a graphical user interface to multiple communications
receivers via the Hamlib library. The specific purpose is to let you control
your communications receiver from a personal computer, and to simplify the
hobby of shortwave radio listening. The Smart Gnome Control interface is
designed to automatically reconfigure according to the known capabilities of
your receiver. It is also designed to provide database-driven tuning, memory
and logging capabilities, based on FineWare's (discontinued) Smart Control
series of receiver control packages for Windows.

%prep
%setup -q

%build
%configure
make

%install
rm -rf %{buildroot}
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING COPYING.LIB INSTALL LICENSE NEWS README
%{_bindir}/sgcontrol
%{_datadir}/pixmaps/sgcontrol/*
%{_datadir}/sgcontrol/*
%{_datadir}/applications/*

%changelog
* Sun Jan 02 2005 Mark J. Fine <fineware@users.sourceforge.net>
- First try