Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2fbac9d43a dist-git conversion 2010-07-29 15:44:44 +00:00
Bill Nottingham
d06ebd1bbc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:23 +00:00
Christoph Wickert
ce3f4215a8 - Update to 4.4.3
- BuildRequire intltool
2009-02-02 01:34:16 +00:00
Jesse Keating
829c06bcc2 Initialize branch F-9 for xfce4-icon-theme 2008-04-22 02:18:21 +00:00
5 changed files with 9 additions and 25 deletions

View file

@ -1 +0,0 @@
xfce4-icon-theme-4.4.2.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-icon-theme-4.4.3.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-icon-theme
# $Id$
NAME := xfce4-icon-theme
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 @@
d3e3e64596a7efa857d2e6bb0cbd09bb xfce4-icon-theme-4.4.2.tar.bz2
73ce2977b84f634a6a6c5d9c27e336db xfce4-icon-theme-4.4.3.tar.bz2

View file

@ -1,16 +1,17 @@
Summary: Icons for Xfce
Name: xfce4-icon-theme
Version: 4.4.2
Version: 4.4.3
Release: 1%{?dist}
License: GPLv2+
URL: http://www.xfce.org/
Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce4-icon-theme-4.4.2.tar.bz2
Source0: http://www.xfce.org/archive/xfce-%{version}/src/xfce4-icon-theme-%{version}.tar.bz2
Group: User Interface/Desktops
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Obsoletes: xffm-icons <= %{version}-%{release}
Provides: xffm-icons = %{version}-%{release}
BuildRequires: gawk
BuildRequires: gettext intltool
%description
Icon theme for Xfce 4 Desktop Environment.
@ -39,6 +40,10 @@ rm -rf $RPM_BUILD_ROOT
%exclude %{_libdir}/pkgconfig/xfce4-icon-theme-1.0.pc
%changelog
* Mon Oct 27 2008 Christoph Wickert <cwickert@fedoraproject.org> - 4.4.3-1
- Update to 4.4.3
- BuildRequire intltool
* Sun Nov 18 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.2-1
- Update to 4.4.2