Compare commits

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

30 commits

Author SHA1 Message Date
Miro Hrončok
dfca120ceb Orphaned for 6+ weeks 2019-09-11 12:55:24 +02:00
Fedora Release Engineering
d2642e1c98 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:20:37 +00:00
Fedora Release Engineering
a7e43c44a8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:32:57 +00:00
Fedora Release Engineering
b499078927 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:23:23 +00:00
Fedora Release Engineering
562611ee77 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:46:50 +00:00
Fedora Release Engineering
bd4a1643ef - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:13:23 +00:00
Fedora Release Engineering
36813826b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:57:20 +00:00
Fedora Release Engineering
ce91d101e2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:35:58 +00:00
Dennis Gilmore
4f837c2c8e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:08:45 +00:00
gil
7686f71664 introduce license macro 2015-02-13 19:15:40 +01:00
gil
13a7777c97 fix BR list 2014-06-10 14:19:58 +02:00
Dennis Gilmore
a8ed0e3588 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 01:06:18 -05:00
Michael Simacek
a0d8e027b3 Use Requires: java-headless rebuild (#1067528)
Signed-off-by: Michael Simacek <msimacek@redhat.com>
Signed-off-by: Mikolaj Izdebski <mizdebsk@redhat.com>
2014-03-28 21:10:02 +01:00
Dennis Gilmore
4837a43f31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:29:48 -05:00
gil
d8c16b76d8 fix alias 2013-07-16 17:59:01 +02:00
gil
e2036f8cc0 fix requires 2013-07-01 15:28:11 +02:00
gil
90d9868a31 switch to XMvn, minor changes to adapt to current guideline 2013-07-01 15:24:43 +02:00
gil
521067b4c1 added maven-common-artifact-filters and maven-shared-components as BR 2013-02-19 06:28:29 +01:00
Dennis Gilmore
10a5065469 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:49:56 -06:00
Stanislav Ochotnicky
8dd3d47c25 - Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
2013-02-06 20:49:41 +01:00
gil
104496e018 Update to 0.53 2012-11-03 08:52:30 +01:00
gil
80fd49e2b1 Adapted to current guideline
Added maven pom
Added %%pre javadoc script
2012-09-29 07:14:07 +02:00
Dennis Gilmore
edb19bfc28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:50:56 -05:00
Dennis Gilmore
6e237cae33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 03:03:34 -06:00
Dennis Gilmore
4b842a222b - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 23:30:13 -06:00
Fedora Release Engineering
396f46f311 dist-git conversion 2010-07-29 15:56:14 +00:00
Bill Nottingham
dabaf97c38 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:41:00 +00:00
Jesse Keating
0cbf3f1a42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 08:11:14 +00:00
Jesse Keating
1373946e6e - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 09:59:42 +00:00
Fabian Deutsch
a4a7d17ff2 Initial commit of xmlenc. 2009-02-01 18:24:37 +00:00
4 changed files with 1 additions and 21 deletions

View file

View file

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

1
dead.package Normal file
View file

@ -0,0 +1 @@
Orphaned for 6+ weeks

View file