Compare commits

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

6 commits

Author SHA1 Message Date
Fedora Release Engineering
339ae30c92 dist-git conversion 2010-07-29 14:51:49 +00:00
c8db508078 - New upstream 0.49 release 2010-04-16 11:02:21 +00:00
1a31d8d138 - New upstream 0.46 release 2010-03-15 16:47:23 +00:00
4f9cf2b060 - New upstream 0.44 release 2010-02-28 16:29:14 +00:00
72863a0f4b - New upstream 0.41 release 2010-02-21 00:58:14 +00:00
Jesse Keating
8672dae83e Initialize branch F-13 for uxlaunch 2010-02-17 03:24:06 +00:00
6 changed files with 32 additions and 30 deletions

View file

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

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
uxlaunch-0.49.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)

View file

@ -1 +1 @@
1ebc470187784656c5bd0f0681f4e141 uxlaunch-0.40.tar.bz2
35cbf78017c08671a9f691540c61a44b uxlaunch-0.49.tar.bz2

View file

@ -1,9 +1,9 @@
--- 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__)
--- uxlaunch-0.49/desktop.c.orig 2010-04-16 11:30:57.000000000 +0100
+++ uxlaunch-0.49/desktop.c 2010-04-16 11:36:28.000000000 +0100
@@ -31,6 +31,8 @@
# define __NR_ioprio_set 251
#elif defined(__arm__)
# define __NR_ioprio_set 314
+#elif defined (__powerpc__)
+# define __NR_ioprio_set 273
#else

View file

@ -1,12 +1,19 @@
# Tarfile created using git
# git clone git://gitorious.org/meego-os-base/uxlaunch.git
# git archive --format=tar --prefix=%{name}-%{version}/ %{git_version} | bzip2 > ~/%{name}-%{version}.tar.bz2
%define gitdate 20100416
%define git_version 2140401
%define tarfile %{name}-%{version}.tar.bz2
Name: uxlaunch
Version: 0.40
Version: 0.49
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
Source0: %{tarfile}
Patch0: uxlaunch-fixppc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -29,6 +36,7 @@ designed to get the Moblin Desktop running as quick as possible.
sed -i 's!^\(\t\+\)@!\1!' Makefile
%build
%configure
make %{?_smp_mflags}
%install
@ -50,6 +58,21 @@ rm -rf %{buildroot}
%doc %{_datadir}/man/man1/uxlaunch.1.gz
%changelog
* Fri Apr 16 2010 Peter Robinson <pbrobinson@gmail.com> 0.49-1
- New upstream 0.49 release
* Wed Mar 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.47-1
- New upstream 0.47 release
* Mon Mar 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.46-1
- New upstream 0.46 release
* Sun Feb 28 2010 Peter Robinson <pbrobinson@gmail.com> 0.44-1
- New upstream 0.44 release
* Sun Feb 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.41-1
- New upstream 0.41 release
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.40-1
- New upstream 0.40 release