Compare commits

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

7 commits

Author SHA1 Message Date
Fedora Release Engineering
f2cb1b6902 dist-git conversion 2010-07-29 15:43:46 +00:00
Bill Nottingham
3d147a4445 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:07 +00:00
Christoph Wickert
6a8a64ffe0 update to 0.5.0 2007-02-24 21:12:13 +00:00
Christoph Wickert
bfba5dad70 add datetime.c.patch ..really 2007-01-27 20:21:30 +00:00
Christoph Wickert
c2af6e8b4c rebuild for Xfce 4.4, add datetime.c.patch 2007-01-27 20:19:52 +00:00
Christoph Wickert
e53d8c4b8f update to 0.4.1 2006-12-22 02:57:41 +00:00
Jeremy Katz
01f5905dc5 Initialize branch FC-6 for xfce4-datetime-plugin 2006-10-23 19:36:06 +00:00
5 changed files with 18 additions and 29 deletions

View file

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

1
.gitignore vendored Normal file
View file

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

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 @@
8a688b1add5615f581e82015de89a4bb xfce4-datetime-plugin-0.4.0.tar.gz
0aa1c85861a0ab8fc7f2d502c94de289 xfce4-datetime-plugin-0.5.0.tar.gz

View file

@ -1,17 +1,17 @@
Name: xfce4-datetime-plugin
Version: 0.4.0
Version: 0.5.0
Release: 1%{?dist}
Summary: Date/time plugin for the Xfce panel
Group: User Interface/Desktops
License: GPL
URL: http://goodies.xfce.org/projects/panel-plugins/%{name}
Source0: http://xs4all.nl/~stacium/xfce/%{name}-%{version}.tar.gz
Source0: http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
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.1
Requires: xfce4-panel >= 4.3.99.2
%description
An alternative clock plugin for the Xfce panel. A calendar appears when you
@ -28,18 +28,28 @@ make %{?_smp_mflags}
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%find_lang datetime
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%files -f datetime.lang
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/xfce4/panel-plugins/*.so
%{_datadir}/xfce4/panel-plugins/*.desktop
%changelog
* Sat Feb 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.5.0-1
- Update to 0.5.0.
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-2
- Rebuild for Xfce 4.4.
- Patch datetime.c to 0.4.2.
* Fri Dec 22 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
- Update to 0.4.1.
* Sun Oct 15 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
- Update to 0.4.0 on Xfce 4.4. RC1.
- Fix %%defattr.