Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
35dbb553e0 dist-git conversion 2010-07-29 15:43:37 +00:00
Bill Nottingham
5a5537e266 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:06 +00:00
Christoph Wickert
9b38f78b46 - BuildRequire gettext on F-8 2008-07-10 15:27:28 +00:00
Christoph Wickert
ead45f4537 - Bump release for F-8 2008-07-10 15:01:58 +00:00
Christoph Wickert
02b7e56289 - Update to 0.6.0
- BuildRequire intltool
- No longer BuildRequire dbus-devel (requirement dropped upstream)
2008-07-10 14:47:00 +00:00
Jesse Keating
b0b3417773 Initialize branch F-8 for xfce4-datetime-plugin 2007-10-21 01:07:25 +00:00
5 changed files with 18 additions and 28 deletions

View file

@ -1 +0,0 @@
xfce4-datetime-plugin-0.5.0.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-datetime-plugin-0.6.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-datetime-plugin
# $Id$
NAME := xfce4-datetime-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 @@
0aa1c85861a0ab8fc7f2d502c94de289 xfce4-datetime-plugin-0.5.0.tar.gz
0d047a21cbf173451a86a48f79b45ddd xfce4-datetime-plugin-0.6.0.tar.bz2

View file

@ -1,18 +1,18 @@
Name: xfce4-datetime-plugin
Version: 0.5.0
Release: 3%{?dist}
Version: 0.6.0
Release: 1%{?dist}.1
Summary: Date/time plugin for the Xfce panel
Group: User Interface/Desktops
License: GPLv2+
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
Patch0: %{name}-0.5.0-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.99.2, libxfcegui4-devel >= 4.3.99.2, libxml2-devel
BuildRequires: gettext, perl(XML::Parser), dbus-devel >= 0.22
Requires: xfce4-panel >= 4.3.99.2
BuildRequires: intltool, gettext, perl(XML::Parser), dbus-devel >= 0.22
Requires: xfce4-panel >= 4.4.0
%description
An alternative clock plugin for the Xfce panel. A calendar appears when you
@ -42,6 +42,17 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/xfce4/panel-plugins/*.desktop
%changelog
* Thu Jul 10 2008 Christoph Wickert <fedora christoph-wickert de> - 0.6.0-1.fc8.1
- BuildRequire gettext on F-8
* Thu Jul 03 2008 Christoph Wickert <fedora christoph-wickert de> - 0.6.0-1
- Update to 0.6.0
- BuildRequire intltool
- No longer BuildRequire dbus-devel (requirement dropped upstream)
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5.0-4
- Autorebuild for GCC 4.3
* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-3
- Rebuild for BuildID feature
- Update license tag