]> git.street.me.uk Git - andy/viking.git/blame - viking.spec.in
Diasable buttons on Track Properties Dialog when not needed.
[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
13c9d849
GB
54* Sun Sep 4 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.2-1
55- Update to upstream version 0.9.2.
56
ad11b047
GB
57* Sun Sep 2 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9.1-1
58- Update to upstream version 0.9.1.
59
44a9a037
GB
60* Fri Jul 13 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.9-1
61- Update to upstream version 0.9.
62
06e94d26
QT
63* Thu May 18 2007 Quy Tonthat <qtonthat@gmail.com>
64- Added curl-devel to BuildRequires list.
65
9c89ac8e
GB
66* Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
67- Update to upstream version 0.1.3.
68
819ae85f
QT
69* Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
70- Initial Fedora style spec file.