File: grig.spec.in

package info (click to toggle)
grig 0.8.1-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 3,344 kB
  • ctags: 1,202
  • sloc: sh: 11,919; ansic: 11,216; makefile: 179; sed: 16
file content (58 lines) | stat: -rw-r--r-- 1,241 bytes parent folder | download | duplicates (8)
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
56
57
58
# grig.spec
#
# Copyright (c) 2001-2004 Alexandru Csete <csete@users.sourceforge.net>
#
%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 <csete@users.sourceforge.net>
URL: http://groundstation.sourceforge.net/
Packager: Alexandru Csete <csete@users.sourceforge.net>
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.