diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 04cc54a..0000000 --- a/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -xfce4-icon-theme-4.4.1.tar.bz2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..403f65b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +xfce4-icon-theme-4.4.2.tar.bz2 diff --git a/Makefile b/Makefile deleted file mode 100644 index 5ffdb25..0000000 --- a/Makefile +++ /dev/null @@ -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) diff --git a/sources b/sources index 3421706..af1e94d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -934b805a179c049159b16f9fd0c906b7 xfce4-icon-theme-4.4.1.tar.bz2 +d3e3e64596a7efa857d2e6bb0cbd09bb xfce4-icon-theme-4.4.2.tar.bz2 diff --git a/xfce4-icon-theme.spec b/xfce4-icon-theme.spec index 2fb50bc..bc258eb 100644 --- a/xfce4-icon-theme.spec +++ b/xfce4-icon-theme.spec @@ -1,15 +1,16 @@ Summary: Icons for Xfce Name: xfce4-icon-theme -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/xfce4-icon-theme-4.4.1.tar.bz2 +Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce4-icon-theme-4.4.2.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 %description Icon theme for Xfce 4 Desktop Environment. @@ -38,6 +39,15 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_libdir}/pkgconfig/xfce4-icon-theme-1.0.pc %changelog +* Sun Nov 18 2007 Kevin Fenzi - 4.4.2-1 +- Update to 4.4.2 + +* Mon Aug 27 2007 Kevin Fenzi - 4.4.1-3 +- Add BuildRequires: gawk + +* Mon Aug 27 2007 Kevin Fenzi - 4.4.1-2 +- Update License tag + * Wed Apr 11 2007 Kevin Fenzi - 4.4.1-1 - Update to 4.4.1