Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
2330e3e889 dist-git conversion 2010-07-29 15:43:52 +00:00
Bill Nottingham
52a636530b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:09 +00:00
Christoph Wickert
41ac0aa7de - Update to 4.4.0.1 2008-09-08 02:10:51 +00:00
Jesse Keating
859e2db2a0 Initialize branch F-9 for xfce4-dev-tools 2008-04-22 02:14:47 +00:00
5 changed files with 11 additions and 25 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
xfce4-dev-tools-4.4.0.1.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 @@
db31d1ad47a96ebb7c8b69e0ee38f336 xfce4-dev-tools-4.4.0.tar.bz2
7d09d161efc7ef86b3b48791d98c8ae8 xfce4-dev-tools-4.4.0.1.tar.bz2

View file

@ -1,10 +1,10 @@
Name: xfce4-dev-tools
Version: 4.4.0
Version: 4.4.0.1
Release: 1%{?dist}
Summary: Xfce developer tools
Group: Development/Tools
License: GPL
License: GPLv2+
URL: http://xfce.org/~benny/projects/xfce4-dev-tools/
Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -37,11 +37,18 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-)
%doc AUTHORS COPYING ChangeLog HACKING NEWS README
%{_bindir}/xdt-autogen
%{_bindir}/xdt-commit
%dir %{_datadir}/xfce4
%{_datadir}/xfce4/dev-tools/
%{_datadir}/aclocal/*
%changelog
* Mon Sep 08 2008 Christoph Wickert <fedora christoph-wickert de> - 4.4.0.1-1
- Update to 4.4.0.1
* Tue Aug 12 2008 Jason L Tibbitts III <tibbs@math.uh.edu> - 4.4.0-2
- Fix license tag.
* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 4.4.0-1
- Update to 4.4.0.