Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
377ac48aae | ||
|
|
08b49a89f4 | ||
| bfbe33d339 | |||
| 5355bc8537 | |||
| 2cc31a6a31 | |||
| 368cad8c1b | |||
| 4df0abde67 | |||
|
|
9ac3c4796f |
5 changed files with 33 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce-utils-4.3.99.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce-utils-4.4.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
95448f642ee52cdb5ec20dc3c28dcc3b xfce-utils-4.3.99.1.tar.bz2
|
||||
f7d95088e327bd8a64164696d39a1966 xfce-utils-4.4.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
Summary: Utilities for the Xfce Desktop Environment
|
||||
Name: xfce-utils
|
||||
Version: 4.3.99.1
|
||||
Release: 5%{?dist}
|
||||
License: GPL
|
||||
Version: 4.4.1
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce-utils-4.3.99.1.tar.bz2
|
||||
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce-utils-4.4.1.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
|
||||
|
|
@ -44,6 +46,7 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT%{xsessiondir}/
|
|||
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.a
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
|
||||
rm -rf $RPM_BUILD_ROOT/%{_datadir}/apps
|
||||
|
||||
%find_lang %{name}
|
||||
|
||||
|
|
@ -54,10 +57,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README TODO ChangeLog NEWS COPYING AUTHORS
|
||||
%attr(0755,root,root) %{_sysconfdir}/xdg/xfce4
|
||||
%doc README ChangeLog NEWS COPYING AUTHORS
|
||||
%attr(0755,root,root)
|
||||
%{_sysconfdir}/xdg/xfce4/xinitrc
|
||||
%{_bindir}/*
|
||||
%{_datadir}/apps/switchdesk/*
|
||||
%{_datadir}/xfce4/AUTHORS
|
||||
%{_datadir}/xfce4/BSD
|
||||
%{_datadir}/xfce4/COPYING
|
||||
|
|
@ -77,10 +80,31 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/xfce4/doc/*/*.html
|
||||
%{_datadir}/xfce4/doc/xfce-mouse.png
|
||||
%{_datadir}/xfce4/doc/xfce.css
|
||||
%{_datadir}/xfce4/doc/xfce-chunk.css
|
||||
%{_datadir}/icons/*/*/*
|
||||
%{xsessiondir}/*
|
||||
%{_datadir}/dbus-1/services/org.xfce.RunDialog.service
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Tue Apr 3 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.0-2
|
||||
- Do not own %%{_sysconfdir}/xdg/xfce4
|
||||
- Do not ship the switchdesk config
|
||||
|
||||
* Sun Jan 21 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.0-1
|
||||
- Update to 4.4.0
|
||||
|
||||
* Fri Nov 10 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.2-1
|
||||
- Update to 4.3.99.2
|
||||
|
||||
* Thu Oct 5 2006 Kevin Fenzi <kevin@tummy.com> - 4.3.99.1-5
|
||||
- Fix defattr
|
||||
|
||||
|
|
|
|||
Reference in a new issue