rpms/thunar-archive-plugin/devel thunar-archive-plugin.spec, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Wed Jan 3 00:49:15 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/thunar-archive-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26993

Modified Files:
	thunar-archive-plugin.spec 
Log Message:
fix license, update scriptlet, increase minimum thunaver


Index: thunar-archive-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/thunar-archive-plugin/devel/thunar-archive-plugin.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- thunar-archive-plugin.spec	3 Jan 2007 00:32:34 -0000	1.1
+++ thunar-archive-plugin.spec	3 Jan 2007 00:48:44 -0000	1.2
@@ -1,4 +1,4 @@
-%define thunarver 0.4.0
+%define thunarver 0.5.0
 
 Name:           thunar-archive-plugin
 Version:        0.2.2
@@ -6,7 +6,7 @@
 Summary:        Archive plugin for the Thunar file manager
 
 Group:          User Interface/Desktops
-License:        GPL
+License:        LGPL
 URL:            http://foo-projects.org/~benny/projects/thunar-archive-plugin/
 Source0:        http://download.berlios.de/xfce-goodies/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,16 +45,12 @@
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-        %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ]; then
-        %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-fi
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
 
 
 %clean




More information about the scm-commits mailing list