Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2330e3e889 | ||
|
|
52a636530b | ||
|
|
41ac0aa7de | ||
|
|
859e2db2a0 |
5 changed files with 11 additions and 25 deletions
|
|
@ -1 +0,0 @@
|
|||
xfce4-dev-tools-4.4.0.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
xfce4-dev-tools-4.4.0.1.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 @@
|
|||
db31d1ad47a96ebb7c8b69e0ee38f336 xfce4-dev-tools-4.4.0.tar.bz2
|
||||
7d09d161efc7ef86b3b48791d98c8ae8 xfce4-dev-tools-4.4.0.1.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue