Compare commits

...
This repository has been archived on 2026-09-10. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

6 commits

Author SHA1 Message Date
Fedora Release Engineering
c3057a42d6 dist-git conversion 2010-07-29 15:42:31 +00:00
Bill Nottingham
011a9534d9 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:32:42 +00:00
f0196c3923 Update to 4.4.2 2007-12-07 03:41:45 +00:00
9e59672fb2 Update License tag 2007-08-27 21:24:56 +00:00
7dd248a5b7 Add dbus BuildRequires. Thanks to Andy Shevchenko (fixes #250067) 2007-07-31 04:10:46 +00:00
Bill Nottingham
94a2420368 Initialize branch F-7 for xfce-utils 2007-05-18 11:24:47 +00:00
5 changed files with 18 additions and 26 deletions

View file

@ -1 +0,0 @@
xfce-utils-4.4.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce-utils-4.4.2.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce-utils
# $Id$
NAME := xfce-utils
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 @@
f7d95088e327bd8a64164696d39a1966 xfce-utils-4.4.1.tar.bz2
119dd3f1daedfa41e3be89bad8997336 xfce-utils-4.4.2.tar.bz2

View file

@ -2,11 +2,11 @@
Summary: Utilities for the Xfce Desktop Environment
Name: xfce-utils
Version: 4.4.1
Version: 4.4.2
Release: 1%{?dist}
License: GPL
License: GPLv2+
URL: http://www.xfce.org/
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce-utils-4.4.1.tar.bz2
Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce-utils-4.4.2.tar.bz2
Source1: xfce4.desktop
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@ -20,6 +20,8 @@ BuildRequires: xfce-mcs-manager-devel
BuildRequires: imake
BuildRequires: libXt-devel
BuildRequires: gettext
BuildRequires: dbus-devel
BuildRequires: dbus-glib-devel
%description
This package includes utilities for the Xfce Desktop Environment
@ -58,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
%doc README ChangeLog NEWS COPYING AUTHORS
%attr(0755,root,root)
%{_sysconfdir}/xdg/xfce4/xinitrc
%{_sysconfdir}/xdg/xfce4/Xft.xrdb
%{_bindir}/*
%{_datadir}/xfce4/AUTHORS
%{_datadir}/xfce4/BSD
@ -81,8 +84,18 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/xfce4/doc/xfce-chunk.css
%{_datadir}/icons/*/*/*
%{xsessiondir}/*
%{_datadir}/dbus-1/services/org.xfce.RunDialog.service
%changelog
* Sun Nov 18 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.2-1
- Update to 4.4.2
* Mon Aug 27 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-3
- Update License tag
* Mon Jul 30 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-2
- Add dbus BuildRequires. Thanks to Andy Shevchenko (fixes #250067)
* Wed Apr 11 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
- Update to 4.4.1