SPECS: viking.spec - Version: 0.9.5
jajcus
jajcus at pld-linux.org
Tue Jul 22 10:39:51 CEST 2008
Author: jajcus Date: Tue Jul 22 08:39:50 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- Version: 0.9.5
---- Files affected:
SPECS:
viking.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/viking.spec
diff -u SPECS/viking.spec:1.1 SPECS/viking.spec:1.2
--- SPECS/viking.spec:1.1 Sat May 24 21:56:56 2008
+++ SPECS/viking.spec Tue Jul 22 10:39:44 2008
@@ -1,19 +1,20 @@
# $Revision$, $Date$
Summary: GPS data editor and analyzer
Name: viking
-Version: 0.9.4
+Version: 0.9.5
Release: 1
License: GPLv2
Group: X11/Applications
URL: http://viking.sourceforge.net/
Source0: http://dl.sourceforge.net/viking/%{name}-%{version}.tar.gz
-# Source0-md5: 2bbd80435535a4be897ac56c8bf5f8ae
+# Source0-md5: b4daa3e395a5dbc156b1ab5f092e4009
BuildRequires: curl-devel
BuildRequires: expat-devel
BuildRequires: gettext
-BuildRequires: perl(XML::Parser)
BuildRequires: gpsd-devel
BuildRequires: gtk+2-devel >= 2.2.0
+BuildRequires: libxslt-progs
+BuildRequires: perl(XML::Parser)
BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -32,7 +33,8 @@
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
+%{__make} DESTDIR=$RPM_BUILD_ROOT install iconsdir=%{_pixmapsdir}
+
%find_lang %{name}
rm -f doc/Makefile*
rm -f doc/dev/Makefile*
@@ -40,6 +42,12 @@
%check
make test
+%post
+[ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1 ||:
+
+%postun
+[ ! -x %{_bindir}/update-desktop-database ] || %{_bindir}/update-desktop-database >/dev/null 2>&1
+
%clean
rm -rf $RPM_BUILD_ROOT
@@ -48,6 +56,9 @@
%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
%attr(755,root,root) %{_bindir}/viking
%attr(755,root,root) %{_bindir}/viking-remote
+%{_desktopdir}/viking.desktop
+%{_pixmapsdir}/viking_icon.png
+
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -55,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008/07/22 08:39:44 jajcus
+- Version: 0.9.5
+
Revision 1.1 2008/05/24 19:56:56 jajcus
- new spec
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/viking.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list