Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
864bf69b1e | ||
| 50e9c03336 | |||
| a25a5d1cfa | |||
|
|
a546318101 | ||
|
|
e697c83376 | ||
|
|
7d7e3c7e6e |
5 changed files with 51 additions and 32 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-dev-tools-4.3.99.1.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-dev-tools-4.4.0.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
dc6403caf82edfb896eb3878385b439a xfce4-dev-tools-4.3.99.1.tar.bz2
|
||||
b76d6b7548b4bf248a4af9b0dbdf34e8 xfce4-dev-tools-4.7.2.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue