Compare commits

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

5 commits

Author SHA1 Message Date
Fedora Release Engineering
1fb1c65b70 dist-git conversion 2010-07-29 15:43:54 +00:00
Bill Nottingham
d03375a923 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:09 +00:00
Christoph Wickert
509487345e update to 4.4.0 2007-01-27 20:08:36 +00:00
Christoph Wickert
827af3b347 Update to 4.3.99.2 2006-11-11 15:43:00 +00:00
Jeremy Katz
1aad864acf Initialize branch FC-6 for xfce4-dev-tools 2006-10-23 19:36:15 +00:00
5 changed files with 10 additions and 25 deletions

View file

@ -1 +0,0 @@
xfce4-dev-tools-4.3.99.1.tar.bz2

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-dev-tools-4.4.0.tar.bz2

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xfce4-dev-tools
# $Id$
NAME := xfce4-dev-tools
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 @@
dc6403caf82edfb896eb3878385b439a xfce4-dev-tools-4.3.99.1.tar.bz2
db31d1ad47a96ebb7c8b69e0ee38f336 xfce4-dev-tools-4.4.0.tar.bz2

View file

@ -1,6 +1,6 @@
Name: xfce4-dev-tools
Version: 4.3.99.1
Release: 3%{?dist}
Version: 4.4.0
Release: 1%{?dist}
Summary: Xfce developer tools
Group: Development/Tools
@ -42,6 +42,12 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/aclocal/*
%changelog
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 4.4.0-1
- Update to 4.4.0.
* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.2-1
- Update to 4.3.99.2.
* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-3
- Require gettext-devel.
- Install m4 macros also to /usr/share/aclocal.