Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
864bf69b1e dist-git conversion 2010-07-29 15:43:51 +00:00
50e9c03336 initial version for epel5 2010-07-26 15:58:56 +00:00
a25a5d1cfa Initialize branch EL-5 for xfce4-dev-tools 2010-07-25 20:49:45 +00:00
Bill Nottingham
a546318101 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:09 +00:00
Christoph Wickert
e697c83376 update to 4.4.0 2007-01-27 20:08:36 +00:00
Christoph Wickert
7d7e3c7e6e Update to 4.3.99.2 2006-11-11 15:43:00 +00:00
5 changed files with 51 additions and 32 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
b76d6b7548b4bf248a4af9b0dbdf34e8 xfce4-dev-tools-4.7.2.tar.bz2

View file

@ -1,12 +1,12 @@
Name: xfce4-dev-tools
Version: 4.3.99.1
Release: 3%{?dist}
Version: 4.7.2
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
Source0: http://archive.xfce.org/src/xfce/xfce4-dev-tools/4.7/%{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: glib2-devel, gettext-devel, gtk-doc, libtool, intltool, make
@ -21,11 +21,11 @@ that want to build Xfce from SVN.
%build
%configure
make
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir}
make install DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} INSTALL='install -p'
mkdir $RPM_BUILD_ROOT%{_datadir}/aclocal/
install -p -m 644 m4macros/xdt*.m4 $RPM_BUILD_ROOT%{_datadir}/aclocal/
@ -37,18 +37,58 @@ 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
* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-3
* Mon Sep 21 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.2-1
- Update to 4.7.2
* Sun Sep 20 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.1-1
- Update to 4.7.1
* Wed Aug 19 2009 Christoph Wickert <cwickert@fedoraproject.org> - 4.7.0-1
- Update to 4.7.0
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Feb 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.6.0-1
- Update to 4.6.0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.5.99.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Jan 26 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.99.1-1
- Update to 4.5.99.1
* Tue Jan 13 2009 Kevin Fenzi <kevin@tummy.com> - 4.5.93-1
- Update to 4.5.93
* Sun Dec 28 2008 Kevin Fenzi <kevin@tummy.com> - 4.5.92-1
- Update to 4.5.92
* Mon Sep 08 2008 Christoph Wickert <cwickert@fedoraproject.org> - 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 <cwickert@fedoraproject.org> - 4.4.0-1
- Update to 4.4.0.
* Sat Nov 11 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.2-1
- Update to 4.3.99.2.
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-3
- Require gettext-devel.
- Install m4 macros also to /usr/share/aclocal.
* Tue Oct 03 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-2
* Tue Oct 03 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-2
- Some more requires: glib2-devel, make and gtk-doc.
- Own %%{_datadir}/xfce4
* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 4.3.99.1-1
* Sat Sep 23 2006 Christoph Wickert <cwickert@fedoraproject.org> - 4.3.99.1-1
- Initial Fedora Extras release.