Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
9f85997ae6 dist-git conversion 2010-07-29 15:45:00 +00:00
Bill Nottingham
be5b65e3ae Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:27 +00:00
Christoph Wickert
d9c7b24e06 Rebuild for Xfce 4.4.1 2007-04-28 17:03:06 +00:00
Christoph Wickert
d4eadf9ef4 rebuild for Xfce 4.4 2007-01-28 00:38:20 +00:00
Jeremy Katz
81950dcc30 Initialize branch FC-6 for xfce4-minicmd-plugin 2006-10-23 19:37:10 +00:00
3 changed files with 9 additions and 24 deletions

View file

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)

View file

@ -1,17 +1,17 @@
Name: xfce4-minicmd-plugin
Version: 0.4
Release: 3%{?dist}
Release: 5%{?dist}
Summary: Mini command-line 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: perl(XML::Parser)
Requires: xfce4-panel >= 4.3.99.1
Requires: xfce4-panel >= 4.4.0
%description
A mini command-line plugin for the Xfce panel. You can execute programs by
@ -41,6 +41,12 @@ rm -rf $RPM_BUILD_ROOT
%{_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.