Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
da66c5e7c8 dist-git conversion 2010-07-29 15:48:04 +00:00
Bill Nottingham
77df9b3126 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:18 +00:00
Christoph Wickert
5afe4d95d7 - Bump release due to tag collision 2007-12-29 16:12:18 +00:00
Christoph Wickert
c1a293622a - Update to 0.6 2007-12-29 16:02:55 +00:00
Bill Nottingham
a9104ca7da Initialize branch F-7 for xfce4-timer-plugin 2007-05-18 11:23:17 +00:00
5 changed files with 14 additions and 25 deletions

View file

@ -1 +0,0 @@
xfce4-timer-plugin-0.5.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-timer-plugin-0.6.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-timer-plugin
# $Id$
NAME := xfce4-timer-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 @@
0036d3805cbe051d35e8ec595237e88c xfce4-timer-plugin-0.5.1.tar.bz2
ea50210f54922086c0cd836e3636cacd xfce4-timer-plugin-0.6.tar.bz2

View file

@ -1,10 +1,10 @@
Name: xfce4-timer-plugin
Version: 0.5.1
Version: 0.6
Release: 2%{?dist}
Summary: Timer for the Xfce panel
Group: User Interface/Desktops
License: GPL
License: GPLv2+
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)
@ -39,6 +39,16 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Sat Dec 29 2007 Christoph Wickert <fedora christoph-wickert de> - 0.6-2
- Bump release due to tag collision
* Sat Dec 29 2007 Christoph Wickert <fedora christoph-wickert de> - 0.6-1
- Update to 0.6
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-3
- Rebuild for BuildID feature
- Update license tag
* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.1-2
- Rebuild for Xfce 4.4.1