Compare commits

...
Sign in to create a new pull request.

7 commits

Author SHA1 Message Date
Fedora Release Engineering
0c2705c3ea dist-git conversion 2010-07-29 15:44:58 +00:00
Bill Nottingham
5842dbbac9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:40:57 +00:00
Christoph Wickert
53e41a9a7f Retire xfce4-minicmd-plugin, obsoleted by verve-plugin 2008-07-10 17:04:47 +00:00
Jesse Keating
988734cee3 - Autorebuild for GCC 4.3 2008-02-18 23:51:12 +00:00
Christoph Wickert
d3c4e02743 Rebuild for BuildID feature Update license tag 2007-08-25 00:17:45 +00:00
Christoph Wickert
7044fbb8bf add bugzilla # to changelog info 2007-06-09 16:29:56 +00:00
Christoph Wickert
dcdc2f8870 multilib fix 2007-06-09 11:39:18 +00:00
5 changed files with 1 additions and 108 deletions

View file

@ -1 +0,0 @@
xfce4-minicmd-plugin-0.4.tar.bz2

View file

@ -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)

1
dead.package Normal file
View file

@ -0,0 +1 @@
Replaced by xfce4-verve-plugin in >= F-10

View file

@ -1 +0,0 @@
8739e1b25432b2866efa078551c444fc xfce4-minicmd-plugin-0.4.tar.bz2

View file

@ -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 <fedora christoph-wickert de> - 0.4-5
- Rebuild for Xfce 4.4.1
* Sun Jan 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4-4
- Rebuild for XFCE 4.4.
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-3
- Bump release for devel checkin.
* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-2
- Rebuild for XFCE 4.3.99.1.
- BR perl(XML::Parser).
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4-1
- Update to 0.4 on XFCE 4.3.90.2.
* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-7
- Mass rebuild for Fedora Core 6.
* Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-6
- Require xfce4-panel.
* Thu Feb 16 2006 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-5
- Rebuild for Fedora Extras 5.
* Thu Dec 01 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-4
- Add libxfcegui4-devel BuildReqs.
- Fix defattr.
* Mon Nov 14 2005 Christoph Wickert <fedora wickert at arcor de> - 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 <fedora wickert at arcor de> - 0.3.0-2.fc4.cw
- Add libxml2 BuildReqs.
* Sat Jul 09 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc4.cw
- Rebuild for Core 4.
* Wed Apr 13 2005 Christoph Wickert <fedora wickert at arcor de> - 0.3.0-1.fc3.cw
- Initial RPM release.