Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2b04df5c99 | ||
|
|
068cc7cf20 | ||
|
|
0e20243707 | ||
|
|
7813f45411 | ||
|
|
ebc1cae554 | ||
|
|
c89f2dab22 | ||
|
|
fcb0d3983e |
5 changed files with 22 additions and 29 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-diskperf-plugin-2.0.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-diskperf-plugin-2.1.0.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: xfce4-diskperf-plugin
|
||||
# $Id$
|
||||
NAME := xfce4-diskperf-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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
be819b14db68369f541a02f9a27e9dc5 xfce4-diskperf-plugin-2.0.tar.bz2
|
||||
fc74a0c7d2b9486cdb704a072cd72b83 xfce4-diskperf-plugin-2.1.0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
Name: xfce4-diskperf-plugin
|
||||
Version: 2.0
|
||||
Version: 2.1.0
|
||||
Release: 3%{?dist}
|
||||
Summary: Disk performance plugin for the Xfce panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
License: BSD
|
||||
URL: http://goodies.xfce.org/
|
||||
URL: http://goodies.xfce.org/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: perl(XML::Parser)
|
||||
Requires: xfce4-panel >= 4.3.99.1
|
||||
BuildRequires: xfce4-panel-devel >= 4.3.90, libxfcegui4-devel >= 4.3.90, libxml2-devel
|
||||
BuildRequires: gettext, perl(XML::Parser)
|
||||
Requires: xfce4-panel >= 4.4.0
|
||||
|
||||
%description
|
||||
The DiskPerf plugin displays disk/partition performance (bytes transfered per
|
||||
|
|
@ -27,17 +27,31 @@ make %{?_smp_mflags}
|
|||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%{_libexecdir}/xfce4/panel-plugins/%{name}
|
||||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 2.1.0-3
|
||||
- Rebuild for Xfce 4.4.1
|
||||
|
||||
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 2.1.0-2
|
||||
- Rebuild for Xfce 4.4.
|
||||
|
||||
* Sat Jan 20 2007 Christoph Wickert <fedora christoph-wickert de> - 2.1.0-1
|
||||
- Update to 2.1.0.
|
||||
- Remove patch for #215863, fixed upstream.
|
||||
|
||||
* Sat Nov 25 2006 Christoph Wickert <fedora christoph-wickert de> - 2.0-4
|
||||
- Add patch to fix bug bugzilla.xfce.org #1842 (#215863)
|
||||
|
||||
* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 2.0-3
|
||||
- Bump release for devel checkin.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue