X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/13c9d849ab4bc9e45e09ff9c6a1bdb9563a9c671..930155490de319d9b19381779f8a9c370455e372:/viking.spec.in diff --git a/viking.spec.in b/viking.spec.in index cc0ee8f3..209fb1ea 100644 --- a/viking.spec.in +++ b/viking.spec.in @@ -9,7 +9,7 @@ Release: 1 Summary: GPS data editor and analyzer Group: Applications/Productivity -License: GPL +License: GPLv2 URL: http://sourceforge.net/projects/viking/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -18,6 +18,8 @@ BuildRequires: curl-devel BuildRequires: expat-devel BuildRequires: gtk2-devel >= 2.2.0 BuildRequires: pkgconfig +BuildRequires: gpsd-devel +BuildRequires: gettext perl(XML::Parser) %description Viking is a free/open source program to manage GPS data. You can import and @@ -35,6 +37,7 @@ make %install rm -rf %{buildroot} make DESTDIR=%{buildroot} install +%find_lang %{name} rm -f doc/Makefile* rm -f doc/dev/Makefile* @@ -44,13 +47,19 @@ make test %clean rm -rf %{buildroot} -%files +%files -f %{name}.lang %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/ %{_bindir}/viking %{_bindir}/viking-remote %changelog +* Thu Feb 21 2008 Michael A. Peters - 0.9.3.20080220-1 +- change License field from GPL to GPLv2 +- BR gpsd-devel +- BR gettext perl(XML::Parser) - needed for intltool +- use find_land macro to package mo files + * Sun Sep 4 2007 Guilhem Bonnefille - 0.9.2-1 - Update to upstream version 0.9.2.