Compare commits

...
This repository has been archived on 2026-09-10. 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.

30 commits

Author SHA1 Message Date
Peter Robinson
304411ada3 package is dead 2012-11-30 09:13:48 +00:00
Dennis Gilmore
9e8b94b246 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 21:19:13 -05:00
Dennis Gilmore
c0f27b3a58 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 01:42:52 -06:00
Dennis Gilmore
58be5dead1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-07 18:49:50 -06:00
Peter Robinson
1fe6f69473 Add patch to load mutter netbook plugins 2010-12-05 14:17:34 +00:00
Peter Robinson
487998fc2e obsolete moblin-session 2010-10-10 20:49:20 +01:00
Peter Robinson
c9d22f2cf6 add epoch 2010-10-10 20:44:38 +01:00
Peter Robinson
b5374bb6c2 add desktop-files-util buildreq 2010-10-10 14:22:45 +01:00
Peter Robinson
f412084c77 Add some patches for starting the UX 2010-10-10 14:12:41 +01:00
Peter Robinson
b4d18762cc Add some patches for starting the UX 2010-10-10 14:11:30 +01:00
Dan Horák
435a9a97fc - add support for s390(x) 2010-09-24 21:40:48 +02:00
Peter Robinson
d3f52ae41a New upstream 0.56 release 2010-09-07 15:08:24 +01:00
Fedora Release Engineering
fb9376258e dist-git conversion 2010-07-29 14:51:51 +00:00
6f2a358e53 - New upstream 0.53 release 2010-07-11 21:47:30 +00:00
6a16dbe593 - Upload the new source file 2010-04-16 10:45:05 +00:00
7d3df6efae - New upstream 0.49 release 2010-04-16 10:40:05 +00:00
38438f4f26 - New upstream 0.47 release 2010-03-24 16:29:58 +00:00
a1d118b90f - New upstream 0.46 release 2010-03-15 16:45:41 +00:00
eac5d55ef2 - New upstream 0.44 release 2010-02-28 16:27:57 +00:00
7dcabea3bd - New upstream 0.41 release 2010-02-21 00:56:19 +00:00
7c66b2efe5 - New upstream 0.40 release 2010-02-15 01:59:45 +00:00
97f1162f94 - New upstream 0.39 release 2010-02-11 13:58:10 +00:00
db435975a2 - New upstream 0.37 release 2010-02-09 03:40:33 +00:00
96df977a7a - New upstream 0.35 release 2010-01-22 12:33:15 +00:00
cc1eeb86b8 - New upstream 0.34 release 2010-01-15 11:56:15 +00:00
Bill Nottingham
3d45a47a9b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-25 22:52:48 +00:00
6cd3c16312 - New upstream 0.30 release 2009-10-26 22:58:21 +00:00
ca974ad8a3 - New upstream 0.29 release 2009-10-14 19:12:12 +00:00
11033bf1da - remove import.log 2009-10-13 16:48:23 +00:00
73fdc667e4 - Initial import 2009-10-13 16:47:37 +00:00
5 changed files with 3 additions and 21 deletions

View file

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
uxlaunch-0.53.tar.bz2
/uxlaunch-0.56.tar.bz2

View file

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

View file