Compare commits

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

13 commits

Author SHA1 Message Date
Fedora Release Engineering
ed16ef6428 dist-git conversion 2010-07-29 16:02:24 +00:00
Bill Nottingham
0db8a2a6b7 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:01 +00:00
f1a842fe13 Retiring, replaced by inksmoto. 2008-06-10 16:37:39 +00:00
f47dee97ed Oops. 2008-03-08 02:30:51 +00:00
36956feae3 Probable fix for BZ 436504. 2008-03-08 02:06:41 +00:00
35143c712e gcc 4.3 rebuild. 2008-02-09 05:01:50 +00:00
d77c2d6969 Man page fix, BZ 389951. 2007-11-25 03:11:12 +00:00
a3e7bfc879 Fixed BADSOURCE. 2007-10-05 18:55:06 +00:00
5ad3658ae9 License tag correction. 2007-08-16 13:36:09 +00:00
50a08541e3 BZ 246572 fix. 2007-07-03 13:50:08 +00:00
7d12ac5359 Oops. 2007-03-23 18:09:55 +00:00
52e2780284 EVR bump. 2007-03-23 18:08:27 +00:00
695673c9e3 auto-import xmoto-edit-0.2.4-6 on branch devel from
xmoto-edit-0.2.4-6.src.rpm
2007-03-21 11:25:05 +00:00
5 changed files with 8 additions and 21 deletions

View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
xmoto-edit-0.2.4.tar.gz
xmoto-edit.6.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: xmoto-edit
# $Id$
NAME := xmoto-edit
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)

6
dead.package Normal file
View file

@ -0,0 +1,6 @@
Deprecated by upstream.
Replaced by inksmoto, an Inkscape plugin currently available in Fedora.
-Jon Ciesla
6/10/2008

View file