Compare commits

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

7 commits

Author SHA1 Message Date
Fedora Release Engineering
1a423f1a14 dist-git conversion 2010-07-29 15:47:48 +00:00
Bill Nottingham
6de2bc306e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:09 +00:00
Christoph Wickert
04e2cf9050 Rebuild for Xfce 4.4.1 2007-04-28 17:41:14 +00:00
Christoph Wickert
47551d42b2 update to 0.4.2 on Xfce 4.4 2007-01-27 21:28:04 +00:00
Christoph Wickert
7801f53588 small fix in BuildRequires 2006-12-22 02:54:42 +00:00
Christoph Wickert
d3a091b8bb update to 0.4.1 2006-12-22 02:51:52 +00:00
Jeremy Katz
4cae2a2bc9 Initialize branch FC-6 for xfce4-systemload-plugin 2006-10-23 19:38:39 +00:00
5 changed files with 16 additions and 28 deletions

View file

@ -1 +0,0 @@
xfce4-systemload-plugin-0.4.0.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-systemload-plugin-0.4.2.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-systemload-plugin
# $Id$
NAME := xfce4-systemload-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 +1 @@
70d4b15f0745adc34703272449fcef93 xfce4-systemload-plugin-0.4.0.tar.bz2
cc5777bb1621704927513eb8eef5f07c xfce4-systemload-plugin-0.4.2.tar.bz2

View file

@ -1,17 +1,17 @@
Name: xfce4-systemload-plugin
Version: 0.4.0
Release: 3%{?dist}
Version: 0.4.2
Release: 2%{?dist}
Summary: Systemload monitor for the Xfce panel
Group: User Interface/Desktops
License: BSD
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.22, libxfcegui4-devel >= 4.3.22, libxml2-devel
BuildRequires: xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1, libxml2-devel
BuildRequires: gettext, perl(XML::Parser)
Requires: xfce4-panel >= 4.3.99.1
Requires: xfce4-panel >= 4.4.0
%description
A system-load monitor plugin for the Xfce panel. It displays the current CPU
@ -39,6 +39,15 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.2-2
- Rebuild for Xfce 4.4.1
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.2-1
- Update to 0.4.2 on Xfce 4.4.
* Fri Dec 22 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
- Update to 0.4.1.
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-3
- Bump release for devel checkin.