Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c7b99b0b60 | ||
|
|
07bd59b58e | ||
| 1e008aa70a | |||
| 18eed97391 | |||
| 11925fac2a | |||
| af14da44f8 | |||
|
|
248b424f00 |
5 changed files with 20 additions and 28 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-icon-theme-4.3.99.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-icon-theme-4.4.1.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ccdcd6aa7e03732347d785a826c81f84 xfce4-icon-theme-4.3.99.1.tar.bz2
|
||||
934b805a179c049159b16f9fd0c906b7 xfce4-icon-theme-4.4.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Summary: Icons for Xfce
|
||||
Name: xfce4-icon-theme
|
||||
Version: 4.3.99.1
|
||||
Release: 3%{?dist}
|
||||
License: GPL
|
||||
Version: 4.4.1
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://www.xfce.org/
|
||||
Source0: http://www.xfce.org/archive/xfce-4.3.99.1/src/xfce4-icon-theme-4.3.99.1.tar.bz2
|
||||
Source0: http://www.xfce.org/archive/xfce-4.4.1/src/xfce4-icon-theme-4.4.1.tar.bz2
|
||||
Group: User Interface/Desktops
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
|
@ -33,10 +33,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README ChangeLog NEWS COPYING AUTHORS
|
||||
%{_datadir}/*
|
||||
%{_datadir}/icons/*
|
||||
%{_datadir}/xfce4/
|
||||
%exclude %{_libdir}/pkgconfig/xfce4-icon-theme-1.0.pc
|
||||
|
||||
%changelog
|
||||
* Mon Aug 27 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-2
|
||||
- Update License tag
|
||||
|
||||
* Wed Apr 11 2007 Kevin Fenzi <kevin@tummy.com> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
|
||||
* 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-3
|
||||
- Fix defattr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue