rpms/xfce4-dict/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xfce4-dict.spec, 1.7, 1.8

Christoph Wickert cwickert at fedoraproject.org
Sat May 9 18:38:34 UTC 2009


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-dict/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7722

Modified Files:
	.cvsignore sources xfce4-dict.spec 
Log Message:
* Sat May 09 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.3-1
- Update to 0.5.3
- Update icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	15 Dec 2008 04:17:12 -0000	1.5
+++ .cvsignore	9 May 2009 18:38:04 -0000	1.6
@@ -1 +1 @@
-xfce4-dict-0.5.2.tar.bz2
+xfce4-dict-0.5.3.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	15 Dec 2008 04:17:13 -0000	1.5
+++ sources	9 May 2009 18:38:04 -0000	1.6
@@ -1 +1 @@
-ef1d9b940f711357e67b287a4f63d6e5  xfce4-dict-0.5.2.tar.bz2
+5d6e6da52ebe3663040a9936e3a63f8b  xfce4-dict-0.5.3.tar.bz2


Index: xfce4-dict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/xfce4-dict.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- xfce4-dict.spec	26 Feb 2009 08:46:35 -0000	1.7
+++ xfce4-dict.spec	9 May 2009 18:38:04 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           xfce4-dict
-Version:        0.5.2
-Release:        3%{?dist}
+Version:        0.5.3
+Release:        1%{?dist}
 Summary:        A Dictionary Client for the Xfce desktop environment
 Summary(de):    Ein Wörterbuch-Client für die Xfce Desktop-Umgebung
 Group:          User Interface/Desktops
@@ -26,7 +26,7 @@ Summary:        Xfce panel plugin to que
 Group:          User Interface/Desktops
 BuildRequires:  xfce4-panel-devel >= 4.4.0
 Requires:       %{name} = %{version}-%{release}
-Requires:       xfce4-panel >= 4.4.0
+Requires:       xfce4-panel >= 4.4.3
 
 %description    plugin
 Xfce4 Dictionary is a client program to query different dictionaries. It can 
@@ -48,29 +48,30 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
-desktop-file-install --vendor ""                                \
+desktop-file-install                                            \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
         --add-only-show-in=XFCE                                 \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
 %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
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
-  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %files -f %{name}.lang
@@ -87,6 +88,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Sat May 09 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.3-1
+- Update to 0.5.3
+- Update icon-cache scriptlets
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list