[xfce4-dict/el6/master] initial build for el6

Christoph Wickert cwickert at fedoraproject.org
Sun Aug 1 17:08:09 UTC 2010


commit 79cfa6ceea6b60ed5bd1dee04a9facd55fb23a9d
Author: Christoph Wickert <fedora at christoph-wickert.de>
Date:   Sun Aug 1 19:07:59 2010 +0200

    initial build for el6

 .gitignore      |    2 +-
 sources         |    2 +-
 xfce4-dict.spec |   18 +++++++++++++-----
 3 files changed, 15 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1356de8..ad3870b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-xfce4-dict-0.5.3.tar.bz2
+xfce4-dict-0.6.0.tar.bz2
diff --git a/sources b/sources
index 6a75dcb..0576429 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d6e6da52ebe3663040a9936e3a63f8b  xfce4-dict-0.5.3.tar.bz2
+c371c5c0bbe45a2bfac336cfe01dfe01  xfce4-dict-0.6.0.tar.bz2
diff --git a/xfce4-dict.spec b/xfce4-dict.spec
index 496f1c0..0875e2d 100644
--- a/xfce4-dict.spec
+++ b/xfce4-dict.spec
@@ -1,12 +1,13 @@
 Name:           xfce4-dict
-Version:        0.5.3
-Release:        3%{?dist}
+Version:        0.6.0
+Release:        2%{?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.bz2
+Source0:        http://archive.xfce.org/src/apps/%{name}/0.6/%{name}-%{version}.tar.bz2
+Patch0:         xfce4-dict-0.6.0-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libxfcegui4-devel >= 4.4.0
@@ -37,6 +38,7 @@ for the Xfce panel.
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -48,9 +50,8 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
 %find_lang %{name}
-desktop-file-install                                            \
+desktop-file-install --vendor=""                                \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
-        --add-only-show-in=XFCE                                 \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
@@ -88,6 +89,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.0-2
+- Add patch to fix DSO linking (#564640)
+
+* Thu Dec 31 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.6.0-1
+- Update to 0.6.0
+- Drop OnlyShowIn
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list