Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
d683a0415a dist-git conversion 2010-07-29 16:13:19 +00:00
Bill Nottingham
e0a381b47e Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:39:14 +00:00
22fbf542a1 - xsettings-0.11 2009-10-24 14:35:19 +00:00
Jesse Keating
e5640f31d1 Initialize branch F-11 for xsettings-kde 2009-04-15 05:56:34 +00:00
7 changed files with 17 additions and 30 deletions

View file

@ -1 +0,0 @@
xsettings-kde-0.9-20081230svn.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xsettings-kde-0.11-20090829svn.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xsettings-kde
# $Id$
NAME := xsettings-kde
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 @@
4bcb0db445ced7c585755625e0f2c9df xsettings-kde-0.9-20081230svn.tar.bz2
ec6f797883068c1c25609d864e425cd8 xsettings-kde-0.11-20090829svn.tar.bz2

View file

@ -2,7 +2,7 @@
DATE=$(date +%Y%m%d)
MODULE="$(basename $0 -svn_checkout.sh)"
SVNROOT=http://svn.mandriva.com/svn/soft/theme/xsettings-kde/tags/V0_9_1mdv/
SVNROOT=http://svn.mandriva.com/svn/soft/theme/xsettings-kde/tags/V0_11_1mdv/
set -x
rm -rf $MODULE

View file

@ -4,5 +4,3 @@ Name=XSettings-KDE
X-KDE-autostart-after=kdesktop
Type=Service
OnlyShowIn=KDE;

View file

@ -1,13 +1,13 @@
Summary: XSettings Daemon for KDE
Name: xsettings-kde
Version: 0.9
Release: 2%{?dist}
Version: 0.11
Release: 1%{?dist}
License: GPLv2+
Group: User Interface/Desktops
# upstream is a svn
Source0: %{name}-%{version}-20081230svn.tar.bz2
Source1: xsettings-kde-0.9-svn_checkout.sh
Source0: %{name}-%{version}-20090829svn.tar.bz2
Source1: xsettings-kde-%{version}-svn_checkout.sh
URL: http://svn.mandriva.com/cgi-bin/viewvc.cgi/soft/theme/xsettings-kde/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -16,6 +16,7 @@ Patch1: xsettings-kde-0.9-kde4.patch
Source10: xsettings-kde.desktop
BuildRequires: glib2-devel
BuildRequires: libX11-devel
%description
@ -57,6 +58,15 @@ rm -rf %{buildroot}
%changelog
* Sat Aug 29 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.11-1
- xsettings-0.11
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Fri Jun 26 2009 Rex Dieter <rdieter@fedoraproject.org> - 0.10-1
- xsettings-0.10
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild