Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
29294c63dd | ||
|
|
fd9ea15568 | ||
|
|
2b6ea7fe3a | ||
|
|
d046c62ab8 |
5 changed files with 10 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-diskperf-plugin-2.1.0.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-diskperf-plugin-2.2.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 @@
|
|||
fc74a0c7d2b9486cdb704a072cd72b83 xfce4-diskperf-plugin-2.1.0.tar.bz2
|
||||
e970158fcac5b58bdc1539bc84d7b5ec xfce4-diskperf-plugin-2.2.0.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: xfce4-diskperf-plugin
|
||||
Version: 2.1.0
|
||||
Release: 4%{?dist}
|
||||
Version: 2.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Disk performance plugin for the Xfce panel
|
||||
|
||||
Group: User Interface/Desktops
|
||||
|
|
@ -39,6 +39,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/xfce4/panel-plugins/*.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Apr 27 2008 Christoph Wickert <fedora christoph-wickert de> - 2.2.0-1
|
||||
- Update to 2.2.0
|
||||
|
||||
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.0-5
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 2.1.0-4
|
||||
- Rebuild for BuildID feature
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue