Compare commits

...
This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.

14 commits

Author SHA1 Message Date
Bill Nottingham
67e6949ec1 Retire Ajaxterm. 2011-07-25 17:15:25 -04:00
Dennis Gilmore
e96f1aa768 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 16:58:20 -06:00
Ruben
2d7ec9a185 - %ghost files in /var/run and /var/lock (#656543) 2010-11-24 16:53:44 +01:00
Ruben
03e70d2d3d Remove obsolete patch 2010-10-17 19:20:04 +02:00
Ruben
f1477239c3 - Apply patches from Debian (fixes #635238, #544033, enables UTF-8)
- Cleanup init script
- Add a sysconfig file
- Relocate pidfile to /var/run/ajaxterm/ajaxterm.pid
- Add a README.Fedora
- Add an example config for Apache
2010-10-17 19:11:01 +02:00
David Malcolm
36dfafebf3 recompiling .py files against Python 2.7 (rhbz#623267) 2010-08-11 17:08:22 -04:00
ruben
7d68266eb8 * Wed Aug 11 2010 Ruben Kerkhof <ruben@rubenkerkhof.com> 0.10-10
- Rebuild for python 2.7
2010-08-11 21:44:07 +02:00
Fedora Release Engineering
7a5b087db7 dist-git conversion 2010-07-28 08:45:57 +00:00
Bill Nottingham
b8100782cc Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:38:53 +00:00
Jesse Keating
23dc513882 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-24 14:59:29 +00:00
Ruben Kerkhof
9b2c8f68aa - Fix ajaxterm homedir
- Add status command to init script
2009-04-06 12:57:00 +00:00
Jesse Keating
0116c8f289 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-23 19:59:31 +00:00
Ignacio Vazquez-Abrams
6c870450fb Rebuild for Python 2.6 2008-12-01 15:00:15 +00:00
Ruben Kerkhof
b7928246c6 - set LANG=C in initscript, Ajaxterm doesn't support UTF-8
- One last spec cleanup
2008-11-22 13:07:06 +00:00
5 changed files with 2 additions and 21 deletions

View file

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
Ajaxterm-0.10.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: Ajaxterm
# $Id$
NAME := Ajaxterm
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 @@
This package was retired on 2011-07-25 due to it being unable to build this package for multiple releases (FTBFS).

View file