]> git.street.me.uk Git - andy/viking.git/blame - viking.spec.in
Really using the new icon.
[andy/viking.git] / viking.spec.in
CommitLineData
819ae85f
QT
1#%% Fedora style spec file written by Michael A. Peters
2#%% It is released under Public Domain
3#%% May be redistributed without this notice.
4
5Name: viking
6Version: @VERSION@
7Release: 1
8
9Summary: GPS data editor and analyzer
10
11Group: Applications/Productivity
12License: GPL
13URL: http://sourceforge.net/projects/viking/
14Source0: %{name}-%{version}.tar.gz
15BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
16
06e94d26 17BuildRequires: curl-devel
819ae85f
QT
18BuildRequires: expat-devel
19BuildRequires: gtk2-devel >= 2.2.0
20BuildRequires: pkgconfig
21
22%description
23Viking is a free/open source program to manage GPS data. You can import and
24plot tracks and waypoints, show Terraserver maps under it, add coordinate
25lines, make new tracks and waypoints, hide different things, etc. It is written
26in C with the GTK+ 2.
27
28%prep
29%setup -q
30
31%build
32%configure
33make
34
35%install
36rm -rf %{buildroot}
37make DESTDIR=%{buildroot} install
38rm -f doc/Makefile*
39rm -f doc/dev/Makefile*
40
41%check
42make test
43
44%clean
45rm -rf %{buildroot}
46
47%files
48%defattr(-,root,root,-)
49%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
50%{_bindir}/viking
51%{_bindir}/viking-remote
52
53%changelog
06e94d26
QT
54* Thu May 18 2007 Quy Tonthat <qtonthat@gmail.com>
55- Added curl-devel to BuildRequires list.
56
9c89ac8e
GB
57* Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
58- Update to upstream version 0.1.3.
59
819ae85f
QT
60* Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
61- Initial Fedora style spec file.