raphgro pushed to kdocker (epel7). "- fc6 respin"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon Mar 30 20:43:59 UTC 2015


>From 9697dca9434167ae1dce1c0cf27139df1f32dc24 Mon Sep 17 00:00:00 2001
From: Rex Dieter <rdieter at fedoraproject.org>
Date: Tue, 29 Aug 2006 18:31:14 +0000
Subject: - fc6 respin


diff --git a/kdocker-1.3-paths.patch b/kdocker-1.3-paths.patch
index 261f9ae..98ba808 100644
--- a/kdocker-1.3-paths.patch
+++ b/kdocker-1.3-paths.patch
@@ -1,16 +1,5 @@
---- kdocker/kdocker.desktop.qmake	2004-11-22 10:11:49.000000000 -0600
-+++ kdocker/kdocker.desktop	2006-01-21 20:39:14.000000000 -0600
-@@ -4,7 +4,7 @@
- Comment=Docks any application into system tray
- Exec=kdocker
- TryExec=kdocker
--Icon=/usr/local/share/kdocker/icons/kdocker.png
-+Icon=/usr/share/kdocker/icons/kdocker.png
- Terminal=false
- Type=Application
- Categories=Application;Utility;
---- kdocker/kdocker.pro.qmake	2005-04-04 22:14:58.000000000 -0500
-+++ kdocker/kdocker.pro	2006-01-21 20:38:57.000000000 -0600
+--- kdocker/kdocker.pro.paths	2005-04-04 22:14:58.000000000 -0500
++++ kdocker/kdocker.pro	2006-05-10 12:29:45.000000000 -0500
 @@ -1,10 +1,10 @@
  TEMPLATE = app
  DEPENDPATH += i18n src
@@ -20,7 +9,7 @@
  LIBS = -lX11 -lXpm -lXmu
  TARGET = kdocker
 -INSTALL_PATH = /usr/local/share/kdocker
-+INSTALL_PATH = $$DESTDIR/usr/share/kdocker
++INSTALL_PATH = $(DESTDIR)/usr/share/kdocker
  DOCS_PATH = $$INSTALL_PATH/docs
  
  # Defines
@@ -29,11 +18,22 @@
  docs.files = README
  
 -desktop.path = /usr/share/applications
-+desktop.path = $$DESTDIR/usr/share/applications
++desktop.path = $(DESTDIR)/usr/share/applications
  desktop.files = kdocker.desktop
  
 -target.path = /usr/local/bin
-+target.path = $$DESTDIR/usr/bin
++target.path = $(DESTDIR)/usr/bin
  
  INSTALLS += target icons docs translations desktop
  
+--- kdocker/kdocker.desktop.paths	2004-11-22 10:11:49.000000000 -0600
++++ kdocker/kdocker.desktop	2006-05-10 12:29:14.000000000 -0500
+@@ -4,7 +4,7 @@
+ Comment=Docks any application into system tray
+ Exec=kdocker
+ TryExec=kdocker
+-Icon=/usr/local/share/kdocker/icons/kdocker.png
++Icon=/usr/share/kdocker/icons/kdocker.png
+ Terminal=false
+ Type=Application
+ Categories=Application;Utility;
diff --git a/kdocker.spec b/kdocker.spec
index 7ae46b3..c317827 100644
--- a/kdocker.spec
+++ b/kdocker.spec
@@ -2,7 +2,7 @@
 Name:	 kdocker
 Summary: Dock any application in the system tray
 Version: 1.3
-Release: 6%{?dist}
+Release: 8%{?dist}
 
 Group:   User Interface/Desktops
 License: GPL
@@ -13,8 +13,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch1: kdocker-1.3-paths.patch 
 
 BuildRequires: desktop-file-utils
-BuildRequires: qt-devel >= 1:3.3
-%if "%{?fedora}" > "4"
+BuildRequires: qt-devel 
+%if "%{?fedora}" > "4" || "%{?rhel}" > "4"
 BuildRequires: libXmu-devel
 BuildRequires: libXpm-devel
 %endif
@@ -49,9 +49,9 @@ probably many more.
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
-export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
 
 qmake 
+sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake
 
 # Not smp safe
 make 
@@ -60,12 +60,7 @@ make
 %install
 rm -rf $RPM_BUILD_ROOT
 
-unset QTDIR || : ; . /etc/profile.d/qt.sh
-
-qmake DESTDIR=$RPM_BUILD_ROOT 
-sed -i -e '/^\s*-\?strip /d' Makefile # naughty qmake
-
-make install 
+make install DESTDIR=$RPM_BUILD_ROOT
 
 desktop-file-install \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications \
@@ -103,6 +98,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog 
+* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-8
+- fc6 respin
+
+* Wed May 10 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-7
+- rework -paths patch
+
 * Fri Apr 14 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.3-6
 - --vendor=""
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/kdocker.git/commit/?h=epel7&id=9697dca9434167ae1dce1c0cf27139df1f32dc24


More information about the scm-commits mailing list