rpms/xfce4-dict/F-8 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 xfce4-dict.spec, 1.1, 1.2

Christoph Wickert cwickert at fedoraproject.org
Fri Nov 28 01:44:06 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-dict/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6747

Modified Files:
	.cvsignore sources xfce4-dict.spec 
Log Message:
* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.1-1
- Update to 0.5.1
- Update gtk-update-icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	26 May 2008 09:02:16 -0000	1.2
+++ .cvsignore	28 Nov 2008 01:43:36 -0000	1.3
@@ -1 +1 @@
-xfce4-dict-0.4.0.tar.gz
+xfce4-dict-0.5.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	26 May 2008 09:02:16 -0000	1.2
+++ sources	28 Nov 2008 01:43:36 -0000	1.3
@@ -1 +1 @@
-dbe99b8dbf918e401be41613b3012797  xfce4-dict-0.4.0.tar.gz
+944d73d82a8e18888050ffebc92a7864  xfce4-dict-0.5.1.tar.bz2


Index: xfce4-dict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/F-8/xfce4-dict.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-dict.spec	26 May 2008 09:02:16 -0000	1.1
+++ xfce4-dict.spec	28 Nov 2008 01:43:36 -0000	1.2
@@ -1,17 +1,17 @@
 Name:           xfce4-dict
-Version:        0.4.0
+Version:        0.5.1
 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
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/applications/%{name}
-Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
+Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfcegui4-devel >= 4.4.0
-BuildRequires:  gettext, perl(XML::Parser), desktop-file-utils
-Requires:       aspell
+BuildRequires:  gettext, perl(XML::Parser), desktop-file-utils, intltool
+Requires:       aspell, xdg-utils
 
 
 %description
@@ -50,18 +50,23 @@
 %find_lang %{name}
 desktop-file-install --vendor ""                                \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --add-only-show-in=XFCE                                 \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
 %post
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %postun
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %clean
@@ -82,32 +87,47 @@
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
-* Sat May 24 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
+* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+- Update gtk-update-icon-cache scriptlets
+
+* Tue Nov 11 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.0-1
+- Update to 0.5.0
+- Only show in Xfce menu
+
+* Tue Sep 30 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
+- BuildRequire intltool
+
+* Tue Sep 30 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
+- Update to 0.4.1
+- Require xdg-utils as xdg-open is the preferred command to open URLs now
+
+* Sat May 24 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
 - Update to 0.4.0
 - Rename to xfce4-dict because we now have a standalone application
 
-* Sun Mar 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-1
+* Sun Mar 09 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-1
 - Update to 0.3.0
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.1-4
 - Autorebuild for GCC 4.3
 
-* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-3
+* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
 - Rebuild for BuildID feature
 - Update license tag
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-2
+* Sat Apr 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-2
 - Rebuild for Xfce 4.4.1
 
-* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-1
+* Mon Jan 22 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-1
 - Update to 0.2.1 on Xfce 4.4.
 - Update gtk-icon-cache scriptlets.
 
-* Sun Nov 12 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-2
+* Sun Nov 12 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-2
 - Add %%defattr (#215169).
 
-* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
+* Sat Nov 11 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-1
 - Update to 0.2.0.
 
-* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
+* Sat Sep 23 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
 - Initial Fedora Extras version.




More information about the fedora-extras-commits mailing list