Compare commits

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

20 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
7 changed files with 3 additions and 112 deletions

View file

@ -1 +0,0 @@
uxlaunch-0.40.tar.bz2

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 $$d/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

@ -1 +0,0 @@
1ebc470187784656c5bd0f0681f4e141 uxlaunch-0.40.tar.bz2

View file

@ -1,11 +0,0 @@
--- uxlaunch-0.23/desktop.c.orig 2009-09-08 17:56:45.000000000 +0100
+++ uxlaunch-0.23/desktop.c 2009-09-08 17:57:21.000000000 +0100
@@ -26,6 +26,8 @@
# define __NR_ioprio_set 289
#elif defined(__x86_64__)
# define __NR_ioprio_set 251
+#elif defined (__powerpc__)
+# define __NR_ioprio_set 273
#else
# error "Unsupported arch"
#endif

View file

@ -1,78 +0,0 @@
Name: uxlaunch
Version: 0.40
Release: 1%{?dist}
Summary: A small and quick interface to start the Moblin Desktop
Group: User Interface/X
License: GPLv2
URL: http://www.moblin.org/
Source0: http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
Patch0: uxlaunch-fixppc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ConsoleKit-devel
BuildRequires: dbus-glib-devel
BuildRequires: libXau-devel
BuildRequires: pam-devel
Requires: dbus
%description
An ultra-lightweight, very cut down gdm and gnome-session replacement
designed to get the Moblin Desktop running as quick as possible.
%prep
%setup -q
%patch0 -p1 -b .fixppc
# make build verbose
sed -i 's!^\(\t\+\)@!\1!' Makefile
%build
make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot} INSTALL='install -p'
# Remove execute bit from config and man files
chmod -x %{buildroot}/%{_sysconfdir}/sysconfig/uxlaunch
chmod -x %{buildroot}/%{_datadir}/man/man1/uxlaunch*
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc COPYING
%config(noreplace) %{_sysconfdir}/sysconfig/uxlaunch
%{_sbindir}/uxlaunch
%doc %{_datadir}/man/man1/uxlaunch.1.gz
%changelog
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.40-1
- New upstream 0.40 release
* Thu Feb 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.39-1
- New upstream 0.39 release
* Tue Feb 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.37-1
- New upstream 0.37 release
* Fri Jan 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.35-1
- New upstream 0.35 release
* Fri Jan 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.34-1
- New upstream 0.34 release
* Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.30-1
- New upstream 0.30 release
* Wed Oct 14 2009 Peter Robinson <pbrobinson@gmail.com> 0.29-1
- New upstream 0.29 release
* Tue Oct 13 2009 Peter Robinson <pbrobinson@gmail.com> 0.28-1
- New upstream 0.28 release, updates from review
* Tue Sep 8 2009 Peter Robinson <pbrobinson@gmail.com> 0.23-1
- Initial packaging