diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index d6dbdee..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-quicklauncher-plugin -# $Id$ -NAME := xfce4-quicklauncher-plugin -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/xfce4-quicklauncher-plugin.spec b/xfce4-quicklauncher-plugin.spec index 63c7020..a4fa2ea 100644 --- a/xfce4-quicklauncher-plugin.spec +++ b/xfce4-quicklauncher-plugin.spec @@ -1,17 +1,17 @@ Name: xfce4-quicklauncher-plugin Version: 1.9.2 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Quicklauncher plugin for the Xfce panel Group: User Interface/Desktops License: GPL -URL: http://goodies.xfce.org/ +URL: http://goodies.xfce.org/projects/panel-plugins/%{name} Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel BuildRequires: gettext, perl(XML::Parser) -Requires: xfce4-panel >= 4.3.99.1 +Requires: xfce4-panel >= 4.4.0 %description This plugin allows you to have lots of launchers in the Xfce panel, displaying @@ -40,6 +40,12 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/xfce4/panel-plugins/*.desktop %changelog +* Sat Apr 28 2007 Christoph Wickert - 1.9.2-3 +- Rebuild for Xfce 4.4.1 + +* Sun Jan 28 2007 Christoph Wickert - 1.9.2-2 +- Rebuild for Xfce 4.4. + * Thu Oct 05 2006 Christoph Wickert - 1.9.2-1 - Update to 1.9.2.