diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 8a87053..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xfce4-minicmd-plugin-0.4.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index cc6ffc7..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: xfce4-minicmd-plugin -# $Id$ -NAME := xfce4-minicmd-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/dead.package b/dead.package new file mode 100644 index 0000000..97c6dd3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Replaced by xfce4-verve-plugin in >= F-10 \ No newline at end of file diff --git a/sources b/sources deleted file mode 100644 index 1aa1861..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -8739e1b25432b2866efa078551c444fc xfce4-minicmd-plugin-0.4.tar.bz2 diff --git a/xfce4-minicmd-plugin.spec b/xfce4-minicmd-plugin.spec deleted file mode 100644 index f24d389..0000000 --- a/xfce4-minicmd-plugin.spec +++ /dev/null @@ -1,85 +0,0 @@ -Name: xfce4-minicmd-plugin -Version: 0.4 -Release: 5%{?dist} -Summary: Mini command-line plugin for the Xfce panel - -Group: User Interface/Desktops -License: GPL -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: perl(XML::Parser) -Requires: xfce4-panel >= 4.4.0 - -%description -A mini command-line plugin for the Xfce panel. You can execute programs by -typing their names in the widget and hitting Enter or Ctrl+Enter. The latter -runs the command in a terminal. It maintains history which is shared with -xfrun4. This history can be accessed by Up and Down keys. - -%prep -%setup -q - -%build -%configure --disable-static -make %{?_smp_mflags} - -%install -rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README -%{_libdir}/xfce4/panel-plugins/*.so -%{_datadir}/xfce4/panel-plugins/*.desktop - -%changelog -* Sat Apr 28 2007 Christoph Wickert - 0.4-5 -- Rebuild for Xfce 4.4.1 - -* Sun Jan 28 2007 Christoph Wickert - 0.4-4 -- Rebuild for XFCE 4.4. - -* Thu Oct 05 2006 Christoph Wickert - 0.4-3 -- Bump release for devel checkin. - -* Wed Sep 13 2006 Christoph Wickert - 0.4-2 -- Rebuild for XFCE 4.3.99.1. -- BR perl(XML::Parser). - -* Mon Sep 04 2006 Christoph Wickert - 0.4-1 -- Update to 0.4 on XFCE 4.3.90.2. - -* Mon Sep 04 2006 Christoph Wickert - 0.3.0-7 -- Mass rebuild for Fedora Core 6. - -* Tue Apr 11 2006 Christoph Wickert - 0.3.0-6 -- Require xfce4-panel. - -* Thu Feb 16 2006 Christoph Wickert - 0.3.0-5 -- Rebuild for Fedora Extras 5. - -* Thu Dec 01 2005 Christoph Wickert - 0.3.0-4 -- Add libxfcegui4-devel BuildReqs. -- Fix defattr. - -* Mon Nov 14 2005 Christoph Wickert - 0.3.0-3 -- Initial Fedora Extras version. -- Rebuild for XFCE 4.2.3. -- disable-static instead of removing .a files. - -* Fri Sep 23 2005 Christoph Wickert - 0.3.0-2.fc4.cw -- Add libxml2 BuildReqs. - -* Sat Jul 09 2005 Christoph Wickert - 0.3.0-1.fc4.cw -- Rebuild for Core 4. - -* Wed Apr 13 2005 Christoph Wickert - 0.3.0-1.fc3.cw -- Initial RPM release.