packages: viking/viking.spec - Version: 0.9.94 - include the help files - u...

jajcus jajcus at pld-linux.org
Sat Jun 12 10:46:48 CEST 2010


Author: jajcus                       Date: Sat Jun 12 08:46:48 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- Version: 0.9.94
- include the help files
- update icon cache
- do not break build in %install

---- Files affected:
packages/viking:
   viking.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/viking/viking.spec
diff -u packages/viking/viking.spec:1.7 packages/viking/viking.spec:1.8
--- packages/viking/viking.spec:1.7	Fri Dec  4 18:11:49 2009
+++ packages/viking/viking.spec	Sat Jun 12 10:46:42 2010
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:	GPS data editor and analyzer
 Name:		viking
-Version:	0.9.9
+Version:	0.9.94
 Release:	1
 License:	GPL v2
 Group:		X11/Applications
 Source0:	http://dl.sourceforge.net/viking/%{name}-%{version}.tar.gz
-# Source0-md5:	5df46455c4842cc5c5ed016e1df2f48c
+# Source0-md5:	25dc0a09f1a3e39e99a6324d79c740e6
 Patch0:		%{name}-opencaching.patch
 URL:		http://viking.sourceforge.net/
 BuildRequires:	autoconf
@@ -47,25 +47,31 @@
 rm -rf $RPM_BUILD_ROOT
 %{__make} DESTDIR=$RPM_BUILD_ROOT install iconsdir=%{_pixmapsdir}
 
-%find_lang %{name}
-rm -f doc/Makefile*
-rm -f doc/dev/Makefile*
+# copy before removing Makefiles so --short-circuit -bi will work
+rm -rf dist-doc
+cp -a doc dist-doc
+rm -f dist-doc/Makefile*
+rm -f dist-doc/*/Makefile*
+
+%find_lang %{name} --with-gnome --with-omf 
 
 %check
 make test
 
 %post
 %update_desktop_database_post
+%update_icon_cache hicolor
 
 %postun
 %update_desktop_database_postun
+%update_icon_cache hicolor
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING NEWS README TODO doc/
+%doc AUTHORS ChangeLog COPYING NEWS README TODO dist-doc/*
 %attr(755,root,root) %{_bindir}/viking
 %attr(755,root,root) %{_bindir}/viking-remote
 %attr(755,root,root) %{_bindir}/vik_ocget
@@ -78,6 +84,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2010/06/12 08:46:42  jajcus
+- Version: 0.9.94
+- include the help files
+- update icon cache
+- do not break build in %install
+
 Revision 1.7  2009/12/04 17:11:49  sparky
 - BR: gettext-devel, intltool, rpm-pythonprov
 - dropped BR: gettext
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/viking/viking.spec?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list