Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
339ae30c92 | ||
| c8db508078 | |||
| 1a31d8d138 | |||
| 4f9cf2b060 | |||
| 72863a0f4b | |||
|
|
8672dae83e |
6 changed files with 32 additions and 30 deletions
|
|
@ -1 +0,0 @@
|
|||
uxlaunch-0.40.tar.bz2
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
uxlaunch-0.49.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -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)
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1ebc470187784656c5bd0f0681f4e141 uxlaunch-0.40.tar.bz2
|
||||
35cbf78017c08671a9f691540c61a44b uxlaunch-0.49.tar.bz2
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue