]> git.street.me.uk Git - andy/viking.git/blame - viking.spec.in
Releasing 0.1.3
[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
17BuildRequires: expat-devel
18BuildRequires: gtk2-devel >= 2.2.0
19BuildRequires: pkgconfig
20
21%description
22Viking is a free/open source program to manage GPS data. You can import and
23plot tracks and waypoints, show Terraserver maps under it, add coordinate
24lines, make new tracks and waypoints, hide different things, etc. It is written
25in C with the GTK+ 2.
26
27%prep
28%setup -q
29
30%build
31%configure
32make
33
34%install
35rm -rf %{buildroot}
36make DESTDIR=%{buildroot} install
37rm -f doc/Makefile*
38rm -f doc/dev/Makefile*
39
40%check
41make test
42
43%clean
44rm -rf %{buildroot}
45
46%files
47%defattr(-,root,root,-)
48%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
49%{_bindir}/viking
50%{_bindir}/viking-remote
51
52%changelog
9c89ac8e
GB
53* Thu May 15 2007 Guilhem Bonnefille <guilhem.bonnefille> - 0.1.3-1
54- Update to upstream version 0.1.3.
55
819ae85f
QT
56* Wed Feb 14 2007 Michael A. Peters <mpeters@mac.com> - 0.1.2-1
57- Initial Fedora style spec file.